[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: show pkg set size comparison
Holger Levsen
holger at moszumanska.debian.org
Sun Jun 7 12:39:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 6848b050402901a65e38a23ca5e32f1bc6ffcbf0
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Jun 7 14:39:31 2015 +0200
reproducible: show pkg set size comparison
---
bin/reproducible_create_meta_pkg_sets.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 6ac673e..c385e45 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -55,6 +55,8 @@ update_if_similar() {
KEEP=$(mktemp)
mv $TARGET.new $KEEP
echo "The new pkg-set has been saved as $KEEP for further investigation."
+ echo "wc -l $TARGET: $(wc -l $TARGET)"
+ echo "wc -l $KEEP: $(wc -l $KEEP)"
else
update_target
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list