diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-20 22:19:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-20 22:19:24 +0100 |
commit | a9e6b5f6a50872fd13301b8df5f16d068e777f7f (patch) | |
tree | 09bfbcba4b1cab0b1ada6e15d1ec9526d7b867f4 /bin | |
parent | d6c8ff93c537269e04ae9769fd0a6bdd87058097 (diff) | |
download | jenkins.debian.net-a9e6b5f6a50872fd13301b8df5f16d068e777f7f.tar.xz |
drop meaningless FIXME
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_check_jobs.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index d6a808b2..c40f4e0e 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -184,9 +184,8 @@ elif [ -s $CLEANUP ] ; then cat $CLEANUP echo echo "Jobs need to be deleted from job-cfg/d-i.yaml first, before deleting them with jenkins-jobs, cause else they will be recreated and then builds will be 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 + echo "Everything ok." fi rm -f $CLEANUP echo |