summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-18 12:34:59 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-18 12:34:59 +0200
commit0975355b6c693cbd77e6416048d0ee9d94d526e4 (patch)
tree086763b044fb6d7ed0cf18b7714aea886eb02359 /bin/reproducible_build.sh
parent89b4833f0b1b7a36fbf78912445d5893f103b921 (diff)
downloadjenkins.debian.net-0975355b6c693cbd77e6416048d0ee9d94d526e4.tar.xz
reproducible: debug another package
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 fc9d6ab3..824e3535 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -300,7 +300,7 @@ choose_package () {
SRCPKGID=$(echo $RESULT|cut -d "|" -f2)
SRCPACKAGE=$(echo $RESULT|cut -d "|" -f3)
# force debug mode for certain packages
- if [ $SRCPACKAGE = "hsqldb1.8.0" ] ; then
+ if [ $SRCPACKAGE = "php-sabredav" ] ; then
export DEBUG=true
irc_message "$BUILD_URL/console available to debug $SRCPACKAGE build in $SUITE"
fi