about summary refs log tree commit diff
path: root/pkgs/common-updater/generic-updater.nix
Commit message (Collapse)AuthorAge
* genericUpdater: Add support for commit protocolJan Tojnar2024-01-14
| | | | This will allow it to work with _experimental-update-script-combinators.sequence.
* directoryListingUpdater: initJosé Romildo2022-10-01
| | | | Update a package looking for available versions in an html page
* generic-updater: more flexible with name, pname, version and attr pathJosé Romildo2022-09-27
| | | | | | | | | | | | | - This information is availabe from environment variables defined by maintainers/scripts/update.nix - Renamed the shell script to generic-update-script.sh - Add a new optional argument (representing the package name) to the shell script - The version lister is called with a new optional argument (representing the package attribute path)
* generic-updater: fix nix edit command lineJosé Romildo2022-07-02
| | | | Recently `nix edit` works only with `--extra-experimental-features nix-command`
* gitUpdater: initJosé Romildo2022-02-21
| | | | | | | - Add the 'gitUpdater' helper function to update git based packages, using the 'genericUpdater' function. - Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts. - Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
* genericUpdater: add attribute argument to ignore some versionsJosé Romildo Malaquias2020-05-04
|
* common-updater: change default development version check to falseJosé Romildo Malaquias2020-04-16
|
* common-updater: add update script to all-packagesJosé Romildo Malaquias2020-04-15