summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-08 15:29:06 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-08 15:29:06 +0100
commit62b0e76bdab1ab2fc839eb10e5d2b62b5265a7a2 (patch)
treee26bb09824e1efda0521daac46e5ed415be19e93 /bin/reproducible_create_meta_pkg_sets.sh
parent67fb472b40eedd71af87a1b01538431f41ec459e (diff)
downloadjenkins.debian.net-62b0e76bdab1ab2fc839eb10e5d2b62b5265a7a2.tar.xz
reproducible Debian: improve output
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index fb68bb6b..2ba32841 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -64,7 +64,7 @@ convert_from_deb822_into_source_packages_only() {
update_target() {
local MESSAGE="$1"
mv $TMPFILE $TARGET
- echo "$(date -u) - $TARGET updated. ($MESSAGE)"
+ echo "$(date -u) - $TARGET ($MESSAGE) updated."
}
update_if_similar() {