summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-22 11:16:14 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-22 11:16:14 +0200
commit9a5f873e3b6757487dee619c44d982d1bcd1fe01 (patch)
tree511b280025871190a4657661896407af154afd7e /bin/reproducible_build.sh
parentd53a92dcc28af743a827e3a7019a11397835be3b (diff)
downloadjenkins.debian.net-9a5f873e3b6757487dee619c44d982d1bcd1fe01.tar.xz
reproducible: force debug mode for src:gauche
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index f6c26b9e..787d3f66 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -308,13 +308,13 @@ choose_package () {
SRCPKGID=$(echo $RESULT|cut -d "|" -f2)
SRCPACKAGE=$(echo $RESULT|cut -d "|" -f3)
# force debug mode for certain packages
- #case $SRCPACKAGE in
- # mig|libdatetime-format-http-perl|libio-html-perl|libio-pty-easy-perl|libnet-scp-expect-perl|libsocket-perl)
- # export DEBUG=true
- # irc_message "$BUILD_URL/console available to debug $SRCPACKAGE build in $SUITE"
- # ;;
- # *) ;;
- #esac
+ case $SRCPACKAGE in
+ gauche|xxxxxxx)
+ export DEBUG=true
+ irc_message "$BUILD_URL/console available to debug $SRCPACKAGE build in $SUITE"
+ ;;
+ *) ;;
+ esac
SCHEDULED_DATE=$(echo $RESULT|cut -d "|" -f4)
SAVE_ARTIFACTS=$(echo $RESULT|cut -d "|" -f5)
NOTIFY=$(echo $RESULT|cut -d "|" -f6)