diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-03 17:17:27 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-03 17:17:27 +0100 |
commit | b6326eb63d27174170bfb5083cdf0b3f605d485e (patch) | |
tree | 4dc21ce9f854c3b6fe23db5d59f6156e3786b44d /bin | |
parent | 46628a8486cf2507a466a97e1c6db1a77a574fae (diff) | |
download | jenkins.debian.net-b6326eb63d27174170bfb5083cdf0b3f605d485e.tar.xz |
disable debugging
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find_dpkg_trigger_cycles.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh index 2b7bf7a0..eac4b2fa 100755 --- a/bin/find_dpkg_trigger_cycles.sh +++ b/bin/find_dpkg_trigger_cycles.sh @@ -96,7 +96,7 @@ # explicit trigger, the second column is the name of the explicit trigger, the # third column is the binary package activating the trigger. -DEBUG=true +DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" |