summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-25 13:55:27 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-25 13:55:27 +0200
commit5363907f5cc13b10a8a7221e0958cda617302b86 (patch)
tree2af0f5b5f4e5163c5cecb35f09b8bc730934fb9c
parent1fb1dad0791cbb7351f7fea03b37bd164ad0dde4 (diff)
downloadjenkins.debian.net-5363907f5cc13b10a8a7221e0958cda617302b86.tar.xz
reproducible: no debugging for that function, too noisy
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index d3493f27..3d5318ca 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -256,6 +256,7 @@ publish_page() {
}
link_packages() {
+ set +x
local i
for (( i=1; i<$#+1; i=i+400 )) ; do
local string='['
@@ -275,6 +276,7 @@ link_packages() {
cd - > /dev/null
write_page "$DATA"
done
+ if "$DEBUG" ; then set -x ; fi
}
gen_packages_html() {