index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-05-03 14:36:14 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-03 14:36:14 +0200 |
commit | 0dc5104fae587127b9219ca9e79f434d64c5bb90 (patch) | |
tree | e50558a50ae9df552e0c1ce25fd1a436fe3b78ea /bin/db-update | |
parent | 05f9e7441da092c9353c8bd4a050aab9868b2e22 (diff) |
-rwxr-xr-x | bin/db-update | 2 |
diff --git a/bin/db-update b/bin/db-update index 98bc884..28e9861 100755 --- a/bin/db-update +++ b/bin/db-update @@ -12,6 +12,8 @@ # TODO: we should delete more packages than just the ones in repositories # where we move to (think of [extra] -> [community]) +# TODO: enable separate repositories for each architecture + # shellcheck disable=SC2039 # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |