summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-18 14:18:22 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-18 14:18:22 +0200
commita8a8c1647d1b526df1acb064241f7060a7808a71 (patch)
treeb8cd48017d2d62dc1d1061fe568b2e171cba2b8a /bin/reproducible_build.sh
parent40998890909f61f42f4a0850166dfbe2cecbcb8a (diff)
downloadjenkins.debian.net-a8a8c1647d1b526df1acb064241f7060a7808a71.tar.xz
reproducible: no specific package to debug atm
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 824e3535..4dc85879 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 = "php-sabredav" ] ; then
+ if [ $SRCPACKAGE = "xxxxxxx" ] ; then
export DEBUG=true
irc_message "$BUILD_URL/console available to debug $SRCPACKAGE build in $SUITE"
fi