diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-25 13:55:27 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-25 13:55:27 +0200 |
commit | 5363907f5cc13b10a8a7221e0958cda617302b86 (patch) | |
tree | 2af0f5b5f4e5163c5cecb35f09b8bc730934fb9c /bin | |
parent | 1fb1dad0791cbb7351f7fea03b37bd164ad0dde4 (diff) | |
download | jenkins.debian.net-5363907f5cc13b10a8a7221e0958cda617302b86.tar.xz |
reproducible: no debugging for that function, too noisy
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
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() { |