index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-09-16 21:28:19 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-16 21:28:19 +0200 |
commit | 27f86a4a37b35d97ca0293cfb8c7d93eeac103fe (patch) | |
tree | d15a900e37b52ddf947d8c8d654df631138f656d | |
parent | 9a35ac9d475fd152bddec93ced225cd80da48330 (diff) |
-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" |