From 9551c2d15c3c9d6c88f0cce262bf76aac38827f5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 16 Feb 2015 20:50:37 +0100 Subject: reproducible: add note about manual scheduling done by a bot... --- bin/reproducible_maintainance.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh index 3f60dafe..6f2ae0fb 100755 --- a/bin/reproducible_maintainance.sh +++ b/bin/reproducible_maintainance.sh @@ -78,6 +78,7 @@ if [ ! -z "$FAILED_BUILDS" ] ; then echo echo "Rescheduling packages: " ( for PKG in $(echo $FAILED_BUILDS | sed "s# #\n#g" | cut -d "/" -f7 | cut -d "_" -f1) ; do echo $PKG ; done ) | xargs /srv/jenkins/bin/reproducible_schedule_on_demand.sh + kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "This manual rescheduling was automatically done for you by $BUILD_URL" echo DIRTY=true fi -- cgit v1.2.3-54-g00ecf