diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-14 15:05:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-14 15:05:57 +0200 |
commit | 4b018f38463c79960e8e5ba7017335fa756e11e3 (patch) | |
tree | f1ccbeaa546160846b13e801cdd0a2c3cc3aa5c8 /bin | |
parent | ffff14418952048d9219be5ed6d6a2b9d84e0adc (diff) | |
download | jenkins.debian.net-4b018f38463c79960e8e5ba7017335fa756e11e3.tar.xz |
d-i_check_jobs: move FIXME to TODO
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_check_jobs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index 3f372e85..0d7d57cb 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -122,9 +122,9 @@ for DIRECTORY in * ; do done fi done -# 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.... +# ...and now for translations kept in po files.... +# cd po IGNORE="pot README" for DIRECTORY in * ; do |