summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-25 13:14:03 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-25 13:14:03 +0200
commitca1219563edfede0ab1cd91ea3514ea12336558d (patch)
tree3e38733b9f30fe47bc85d93ebf495dc283b65919 /bin
parent622582511f3127660972abc6a4c6b5b47f7c514c (diff)
downloadjenkins.debian.net-ca1219563edfede0ab1cd91ea3514ea12336558d.tar.xz
reproducible: force debugging for ruby-patron builds
Diffstat (limited to 'bin')
-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 216ce1e0..d14bc478 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -311,7 +311,7 @@ choose_package () {
SRCPACKAGE=$(echo $RESULT|cut -d "|" -f3)
# force debug mode for certain packages
case $SRCPACKAGE in
- xxxxxxx)
+ ruby-patron|xxxxxxx)
export DEBUG=true
set -x
irc_message "$BUILD_URL/console available to debug $SRCPACKAGE build in $SUITE"