summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-24 15:35:00 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-24 15:35:00 +0200
commitfa3fe9465fdca1232be4b0c2006b667dad2517fb (patch)
treedab39c940a4c081d0a404849a965d0b2a8ee3594 /bin/reproducible_build.sh
parent903299b436ed880da45525fc3ef69d2f44b08003 (diff)
downloadjenkins.debian.net-fa3fe9465fdca1232be4b0c2006b667dad2517fb.tar.xz
reproducible: i dont think anybody is debugging ruby-patron anymore
Diffstat (limited to 'bin/reproducible_build.sh')
-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 ff3c177b..5fb834a4 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -388,7 +388,7 @@ choose_package () {
SRCPACKAGE=$(echo $RESULT|cut -d "|" -f3)
# force debug mode for certain packages
case $SRCPACKAGE in
- ruby-patron|xxxxxxx)
+ xxxxxxx)
export DEBUG=true
set -x
irc_message "$BUILD_URL/console available to debug $SRCPACKAGE build in $SUITE/$ARCH"