summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_create_meta_pkg_sets.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-07 14:39:31 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-07 14:39:31 +0200
commit6848b050402901a65e38a23ca5e32f1bc6ffcbf0 (patch)
tree083a7bc7554e8a07e6508aa9da3a7ee3e30e6106 /bin/reproducible_create_meta_pkg_sets.sh
parent76246808e76ac5449a51520385c8da09cdf42939 (diff)
downloadjenkins.debian.net-6848b050402901a65e38a23ca5e32f1bc6ffcbf0.tar.xz
reproducible: show pkg set size comparison
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 6ac673eb..c385e45b 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