diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-26 12:24:53 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-26 12:24:53 +0100 |
commit | 528e716dea02f3ac3399bad25f906ab17127c7a7 (patch) | |
tree | 7ad240beac6a95e88a2baad67e930f308a5a1994 /bin | |
parent | 57c9ad112167dd0f48bc3b312ead1b5eeeb63edb (diff) | |
download | jenkins.debian.net-528e716dea02f3ac3399bad25f906ab17127c7a7.tar.xz |
d-i: delete 15 jobs which packages aint in use anymore
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_check_jobs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index 431b125f..67f50341 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -163,7 +163,7 @@ elif [ -s $CLEANUP ] ; then cat $CLEANUP echo figlet "Achtung:" - echo "Do not forget to also delete these jobs from job-cfg/d-i.yaml - else they will be recreated and build attempted, which will fail and cause notifications..." + echo "Do not forget to also and ***first*** delete these jobs from job-cfg/d-i.yaml - else they will be recreated and build attempted, which will fail and cause notifications..." # FIXME: adopt this text once job-cfg/d-i.yaml.py generates job-cfg/d-i.yaml else figlet ok |