summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintainance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-16 20:50:37 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 20:50:37 +0100
commit9551c2d15c3c9d6c88f0cce262bf76aac38827f5 (patch)
treea7b6feec36793e46ec36145776875dd6bdba764c /bin/reproducible_maintainance.sh
parentcc6a4cf994c659c6eea3c955327110bf8eb4572a (diff)
downloadjenkins.debian.net-9551c2d15c3c9d6c88f0cce262bf76aac38827f5.tar.xz
reproducible: add note about manual scheduling done by a bot...
Diffstat (limited to 'bin/reproducible_maintainance.sh')
-rwxr-xr-xbin/reproducible_maintainance.sh1
1 files changed, 1 insertions, 0 deletions
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