index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-03-10 20:51:02 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-10 20:51:02 +0100 |
commit | e56544fe3896e9be5706e82869e5e42c80f35f9f (patch) | |
tree | 0e0f51865848e95638763c083dc4f635e783115e /bin/db-update | |
parent | 91353d076cb6f770980d1fee9faa7856fde5be32 (diff) |
-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" |