index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 2 |
diff --git a/bin/db-update b/bin/db-update index c8d6f27..2c8772f 100755 --- a/bin/db-update +++ b/bin/db-update @@ -21,6 +21,8 @@ # TODO: mark a package as tested if it shall be stabilized but # can't due to pending dependent packages +# TODO: handle deletion of parts of a split package + # shellcheck disable=SC2039 # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" |