From 0975355b6c693cbd77e6416048d0ee9d94d526e4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 18 May 2015 12:34:59 +0200 Subject: reproducible: debug another package --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf