From 108bd61d398261a9c8259247eccde8ae6c3ab459 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 29 Oct 2017 20:17:41 +0100 Subject: bin/db-update: packages to be stabilized are *.tested, not *.testing --- bin/db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/db-update') 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}" -- cgit v1.2.3-54-g00ecf