summaryrefslogtreecommitdiffstats
path: root/bin/d-i_check_jobs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-20 22:19:24 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-20 22:19:24 +0100
commita9e6b5f6a50872fd13301b8df5f16d068e777f7f (patch)
tree09bfbcba4b1cab0b1ada6e15d1ec9526d7b867f4 /bin/d-i_check_jobs.sh
parentd6c8ff93c537269e04ae9769fd0a6bdd87058097 (diff)
downloadjenkins.debian.net-a9e6b5f6a50872fd13301b8df5f16d068e777f7f.tar.xz
drop meaningless FIXME
Diffstat (limited to 'bin/d-i_check_jobs.sh')
-rwxr-xr-xbin/d-i_check_jobs.sh3
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