From 98cbb7d97f540dfe073ed235e96123903c31369f Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 14 Jun 2015 19:38:09 +0200 Subject: reproducible: common,maintenance: also pass $REASON to the rescheduling script via --message --- bin/reproducible_common.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 1a4b81af..681c90b4 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -92,7 +92,13 @@ META_PKGSET[26]="maint_debian-boot" META_PKGSET[27]="maint_debian-ocaml" schedule_packages() { - LC_USER="$REQUESTER" LOCAL_CALL="true" /srv/jenkins/bin/reproducible_remote_scheduler.py --no-notify --suite "$UITE" $@ + LC_USER="$REQUESTER" \ + LOCAL_CALL="true" \ + /srv/jenkins/bin/reproducible_remote_scheduler.py \ + --message "$REASON" \ + --no-notify \ + --suite "$UITE" \ + $@ } write_page() { -- cgit v1.2.3-54-g00ecf