diff options
-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 ea01dfc4..f7ceea22 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -93,7 +93,7 @@ for DIRECTORY in * ; do done fi done -# FIXME: check for removed manuals (but with existing jobs) missing +# FIXME: check for removed manuals (but with existing jobs) missing - for all types of manuals and build jobs # # ...and now the translations kept in po files.... cd po @@ -125,7 +125,6 @@ for DIRECTORY in * ; do done fi done -# FIXME: check for removed manuals (but with existing jobs) missing # # fail this job if missing d-i jobs are detected |