index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 3 |
diff --git a/bin/db-update b/bin/db-update index 46a4d24..5b0dbac 100755 --- a/bin/db-update +++ b/bin/db-update @@ -18,6 +18,9 @@ # TODO: correctly handle if a package moved from community to official or # vice versa (delete residues) +# TODO: mark a package as tested if it shall be stabilized but +# can't due to pending dependent packages + # shellcheck disable=SC2039 # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" |