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 6b97432..d2b3980 100755 --- a/bin/db-update +++ b/bin/db-update @@ -23,6 +23,9 @@ # correctly handle if a package moved from community to official or # vice versa +# only move packages from testing to stable if all dependencies are +# moved, too + # shellcheck disable=SC2039 # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" |