diff options
author | Erich Eckner <git@eckner.net> | 2017-10-29 20:17:41 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-10-29 20:17:41 +0100 |
commit | 108bd61d398261a9c8259247eccde8ae6c3ab459 (patch) | |
tree | a91145f228975fda38fa205752fd672aa681d450 /bin/db-update | |
parent | 57ef288b55bc70197738fd50ad381325724f509d (diff) | |
download | builder-108bd61d398261a9c8259247eccde8ae6c3ab459.tar.xz |
bin/db-update: packages to be stabilized are *.tested, not *.testing
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update index 420be78..ded97fe 100755 --- a/bin/db-update +++ b/bin/db-update @@ -109,7 +109,7 @@ move_packages() { grep -q 'testing$' && \ ! echo "${to_repo}" | \ grep -q 'testing$\|staging$'; then - from_ending='testing' + from_ending='tested' to_ending='' else >&2 printf 'move_packages: Cannot move package "%s" from "%s" to "%s".\n' "${package}" "${from_repo}" "${to_repo}" |