From 8f46c0b3cc03fbfebd494db442140d41584d12b1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 25 Oct 2014 14:20:01 +0200 Subject: reproducible: turn off DEBUG for each script individully, r-common gets sourced after common-functions... --- bin/reproducible_blacklist.sh | 1 + bin/reproducible_build.sh | 1 + bin/reproducible_common.sh | 1 - bin/reproducible_housekeeping.sh | 1 + bin/reproducible_html_all_packages.sh | 1 + bin/reproducible_html_dd_list.sh | 1 + bin/reproducible_html_graphs.sh | 1 + bin/reproducible_html_indexes.sh | 1 + bin/reproducible_html_notes.sh | 1 + bin/reproducible_schedule_on_demand.sh | 1 + bin/reproducible_scheduler.sh | 1 + bin/reproducible_setup_pbuilder.sh | 1 + bin/reproducible_setup_schroot.sh | 1 + 13 files changed, 12 insertions(+), 1 deletion(-) (limited to 'bin') 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 # 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 # 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 # 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 # 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 # 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 # 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 # 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 # 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 # 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 # 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 # 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 # 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 # released under the GPLv=2 +DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" -- cgit v1.2.3-54-g00ecf