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 27cb1d6..001f030 100755 --- a/bin/db-update +++ b/bin/db-update @@ -9,6 +9,9 @@ # TODO: separate locks for staging, testing (and stable) +# TODO: we should delete more packages than just the ones in repositories +# where we move to (think of [extra] -> [community]) + # shellcheck disable=SC2039 # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" |