summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_blacklist.sh1
-rwxr-xr-xbin/reproducible_build.sh1
-rwxr-xr-xbin/reproducible_common.sh1
-rwxr-xr-xbin/reproducible_housekeeping.sh1
-rwxr-xr-xbin/reproducible_html_all_packages.sh1
-rwxr-xr-xbin/reproducible_html_dd_list.sh1
-rwxr-xr-xbin/reproducible_html_graphs.sh1
-rwxr-xr-xbin/reproducible_html_indexes.sh1
-rwxr-xr-xbin/reproducible_html_notes.sh1
-rwxr-xr-xbin/reproducible_schedule_on_demand.sh1
-rwxr-xr-xbin/reproducible_scheduler.sh1
-rwxr-xr-xbin/reproducible_setup_pbuilder.sh1
-rwxr-xr-xbin/reproducible_setup_schroot.sh1
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 "$@"