summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-22 11:38:33 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-22 11:38:33 +0200
commitf57641267c499ac3597bb13731ca4eba760dbc3a (patch)
tree272623e41a54fe07fd31d1d3ff57daff9e667832
parent02e17c1bc393c20276875eefe027f1d31a6877e5 (diff)
downloadjenkins.debian.net-f57641267c499ac3597bb13731ca4eba760dbc3a.tar.xz
reproducible: no need to debug gauche anymore
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 1b4e5d93..ec7acff6 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -309,7 +309,7 @@ choose_package () {
SRCPACKAGE=$(echo $RESULT|cut -d "|" -f3)
# force debug mode for certain packages
case $SRCPACKAGE in
- gauche|xxxxxxx)
+ xxxxxxx)
export DEBUG=true
set -x
irc_message "$BUILD_URL/console available to debug $SRCPACKAGE build in $SUITE"