diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-25 14:20:01 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-25 14:20:01 +0200 |
commit | 8f46c0b3cc03fbfebd494db442140d41584d12b1 (patch) | |
tree | 99d1d4afa12043f836a053a579e4fa663ba2941c /bin/reproducible_schedule_on_demand.sh | |
parent | 5a448c56fdb3efbe0c9c77b78365b4d316f9d3c4 (diff) | |
download | jenkins.debian.net-8f46c0b3cc03fbfebd494db442140d41584d12b1.tar.xz |
reproducible: turn off DEBUG for each script individully, r-common gets sourced after common-functions...
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index d5488f49..0776f81c 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -3,6 +3,7 @@ # Copyright 2014 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 +DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" |