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 14fca97..39d972f 100755 --- a/bin/db-update +++ b/bin/db-update @@ -20,6 +20,9 @@ # separate locks for staging, testing (and stable) +# correctly handle if a package moved from community to official or +# vice versa + . "${0%/*}/../conf/default.conf" usage() { |