diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-07 14:39:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-07 14:39:31 +0200 |
commit | 6848b050402901a65e38a23ca5e32f1bc6ffcbf0 (patch) | |
tree | 083a7bc7554e8a07e6508aa9da3a7ee3e30e6106 | |
parent | 76246808e76ac5449a51520385c8da09cdf42939 (diff) | |
download | jenkins.debian.net-6848b050402901a65e38a23ca5e32f1bc6ffcbf0.tar.xz |
reproducible: show pkg set size comparison
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 2 |
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 |