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 | |
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')
-rwxr-xr-x | bin/reproducible_blacklist.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_build.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_common.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_housekeeping.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_html_all_packages.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_html_dd_list.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_html_indexes.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_html_notes.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_scheduler.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_setup_pbuilder.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_setup_schroot.sh | 1 |
13 files changed, 12 insertions, 1 deletions
diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh index dbb040e9..22ff1a0d 100755 --- a/bin/reproducible_blacklist.sh +++ b/bin/reproducible_blacklist.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 "$@" diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 3d3d5f0a..1761f9a2 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.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 "$@" diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index a6ffa53d..fafcc08d 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -3,7 +3,6 @@ # Copyright 2014 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 -DEBUG=false # # included by all reproducible_*.sh scripts # diff --git a/bin/reproducible_housekeeping.sh b/bin/reproducible_housekeeping.sh index 8abcb6d6..9117f1b7 100755 --- a/bin/reproducible_housekeeping.sh +++ b/bin/reproducible_housekeeping.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 "$@" diff --git a/bin/reproducible_html_all_packages.sh b/bin/reproducible_html_all_packages.sh index 1b98c089..b93c940a 100755 --- a/bin/reproducible_html_all_packages.sh +++ b/bin/reproducible_html_all_packages.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 "$@" diff --git a/bin/reproducible_html_dd_list.sh b/bin/reproducible_html_dd_list.sh index 60f00902..ce29b54c 100755 --- a/bin/reproducible_html_dd_list.sh +++ b/bin/reproducible_html_dd_list.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 "$@" diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 736d6c7c..14616eac 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.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 "$@" diff --git a/bin/reproducible_html_indexes.sh b/bin/reproducible_html_indexes.sh index 2a44446a..4dc10197 100755 --- a/bin/reproducible_html_indexes.sh +++ b/bin/reproducible_html_indexes.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 "$@" diff --git a/bin/reproducible_html_notes.sh b/bin/reproducible_html_notes.sh index 97b7796b..40fc1039 100755 --- a/bin/reproducible_html_notes.sh +++ b/bin/reproducible_html_notes.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 "$@" 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 "$@" diff --git a/bin/reproducible_scheduler.sh b/bin/reproducible_scheduler.sh index 66845d5e..f17590a0 100755 --- a/bin/reproducible_scheduler.sh +++ b/bin/reproducible_scheduler.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 "$@" diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index 4898412b..7fe26bfb 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.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 "$@" diff --git a/bin/reproducible_setup_schroot.sh b/bin/reproducible_setup_schroot.sh index c2f09f06..399b8a9b 100755 --- a/bin/reproducible_setup_schroot.sh +++ b/bin/reproducible_setup_schroot.sh @@ -5,6 +5,7 @@ # Copyright 2014 Joachim Breitner <nomeata@debian.org> # released under the GPLv=2 +DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" |