diff options
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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" |