index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 8 |
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 '' |