diff options
author | Erich Eckner <git@eckner.net> | 2019-09-06 14:32:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-06 14:32:54 +0200 |
commit | 3a6514859bf9ce27cc0aef4301caa9e21dabe7d5 (patch) | |
tree | d7a06f0f305c77b8150675e72432ce3f678fd741 /bin/get-package-updates | |
parent | c7aac6ab9b86ee03ccdf5646656ebf9867dbbf96 (diff) | |
download | builder-3a6514859bf9ce27cc0aef4301caa9e21dabe7d5.tar.xz |
bin/get-package-updates: remove obsolete TODOs
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-x | bin/get-package-updates | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates index b88b4cf..5f7f618 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -7,16 +7,8 @@ # shellcheck source=../lib/load-configuration . "${0%/*}/../lib/load-configuration" -# TODO: Find out, why sometimes package updates are missed. - -# TODO: correctly handle if pkgbase of a split package is renamed, e.g.: -# $a -> ($a,$b) ==> $b -> ($a,$b) - # TODO: keep database clean in case of abort -# TODO: maybe it's best to complain on irc if the generation of the meta -# data from the PKGBUILD fails - # shellcheck disable=SC2016 usage() { >&2 echo '' |