diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-16 20:50:37 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-16 20:50:37 +0100 |
commit | 9551c2d15c3c9d6c88f0cce262bf76aac38827f5 (patch) | |
tree | a7b6feec36793e46ec36145776875dd6bdba764c /bin | |
parent | cc6a4cf994c659c6eea3c955327110bf8eb4572a (diff) | |
download | jenkins.debian.net-9551c2d15c3c9d6c88f0cce262bf76aac38827f5.tar.xz |
reproducible: add note about manual scheduling done by a bot...
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_maintainance.sh | 1 |
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 |