summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-11 13:07:03 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-11 13:07:03 +0200
commitb61e9535c38d0ade84a16f76be5051b0f676e312 (patch)
tree40b744306bdf0d26c220302e3650bd85881cdc71
parent69c250623b53c08a3c5677254d8b333ca6f7bcb5 (diff)
downloadjenkins.debian.net-b61e9535c38d0ade84a16f76be5051b0f676e312.tar.xz
reproducible: disable debug
-rw-r--r--TODO3
-rwxr-xr-xbin/reproducible_build.sh2
2 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index 8540fb8f..a213fa0b 100644
--- a/TODO
+++ b/TODO
@@ -172,10 +172,9 @@ properties:
* higher prio:
** reproducible_build.sh changes needed:
*** fix: "DIFFOSCOPE='E: Failed to change to directory ‘/tmp’: Permission denied" - maybe by making sure the cause is gone…
-*** handle_unhandled() needs to unregister the build from the db too
*** diffoscope needs to be run on the target arch...
**** should probably be doable with qemu-static on the host
-*** once all non remote build jobs are removed, remove the legacy code from _build.sh, turn debug off
+*** once all non remote build jobs are removed, remove the legacy code from _build.sh
** setup builder3, distribute more ressources
** explain status in plain english on each coreboot/openwrt/netbsd/freebsd page, also on the Debian dashboard plus add an "executive summary about reproducible builds in the free software world"
*** get the content for "<h2>status of $1</h2>" from notes.git/friends.yaml or such
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 702db812..1d0df4c6 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -4,7 +4,7 @@
# © 2015 Mattia Rizzolo <mattia@mapreri.org>
# released under the GPLv=2
-DEBUG=true
+DEBUG=false
. /srv/jenkins/bin/common-functions.sh
common_init "$@"