diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-11 12:25:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-11 12:25:08 +0200 |
commit | 9a127f8eb97d835683a73dd99cba3ed6b9a09041 (patch) | |
tree | 4c2d10a609ae02752d5dac5bf7ea204119772eb3 /bin | |
parent | 9fe8d4467a64ac53c99f298dce4e74641074c05b (diff) | |
download | jenkins.debian.net-9a127f8eb97d835683a73dd99cba3ed6b9a09041.tar.xz |
reproducible: turn off debugging
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index 49cabd74..ed8da647 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -3,7 +3,7 @@ # Copyright 2015 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 -DEBUG=true +DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" |