diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-03 16:21:26 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-03 16:21:26 +0100 |
commit | 604293783ae0d037777005807853e3c11586be58 (patch) | |
tree | 45aeefec6e68b8d6e331a0836ce28918f9a37dbb /bin | |
parent | 23983949e92596ea85662cf7b528f8bbd31b0ae4 (diff) | |
download | jenkins.debian.net-604293783ae0d037777005807853e3c11586be58.tar.xz |
enable 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 eac4b2fa..2b7bf7a0 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=false +DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" |