summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-12-18 10:24:15 +0100
committerErich Eckner <git@eckner.net>2017-12-18 10:24:15 +0100
commitca8cfb3d487fa10c080649f92614c8f7e2e08705 (patch)
tree99298a771a93b00ce83af261c749d35b0374496f /bin/db-update
parent438a1a8cbc06740b16fb55db1030692148142586 (diff)
downloadbuilder-ca8cfb3d487fa10c080649f92614c8f7e2e08705.tar.xz
bin/db-update: add more verbose output in case of not-moving-any-package.
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update
index 84cb2e0..4d4fef1 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -609,12 +609,16 @@ if [ -s "${tmp_dir}/stabilize-packages" ]; then
>&2 printf 'move packages from *testing/ to the stable repos ...'
move_packages "${tmp_dir}/stabilize-packages"
>&2 printf ' ok.\n'
+else
+ >&2 printf 'Nothing to move from *testing to the stable repos.\n'
fi
if [ -s "${tmp_dir}/unstage-packages" ]; then
>&2 printf 'move packages from *staging to *testing ...'
move_packages "${tmp_dir}/unstage-packages"
>&2 printf ' ok.\n'
+else
+ >&2 printf 'Nothing to move from *staging to *testing.\n'
fi
clean_up_lock_file