summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-10-29 20:17:41 +0100
committerErich Eckner <git@eckner.net>2017-10-29 20:17:41 +0100
commit108bd61d398261a9c8259247eccde8ae6c3ab459 (patch)
treea91145f228975fda38fa205752fd672aa681d450 /bin/db-update
parent57ef288b55bc70197738fd50ad381325724f509d (diff)
downloadbuilder-108bd61d398261a9c8259247eccde8ae6c3ab459.tar.xz
bin/db-update: packages to be stabilized are *.tested, not *.testing
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update2
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}"