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 | |
parent | ffff14418952048d9219be5ed6d6a2b9d84e0adc (diff) | |
download | jenkins.debian.net-4b018f38463c79960e8e5ba7017335fa756e11e3.tar.xz |
d-i_check_jobs: move FIXME to TODO
-rw-r--r-- | TODO | 2 | ||||
-rwxr-xr-x | bin/d-i_check_jobs.sh | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -239,11 +239,13 @@ grep '(=.*).,.$' rygel_0.24.2-1.debbindiff.html | uniq -c | sort | grep -c '^\s* === d-i_manual* +* d-i_check_jobs.sh: check for removed manuals (but with existing jobs) missing * svn:trunk/manual/po triggers the full build, should trigger language specific builds. * svn:trunk/manual is all thats needed, not whole svn:trunk === d-i_build* +* d-i_check_jobs.sh: check for removed package (but with existing jobs) missing * build packages using jenkins-debian-glue and not with the custom scripts used today? * run scripts/digress/ ? * bubulle wrote: "Another interesting target would be d-i builds *including non uploaded packages* (something like "d-i from git repositories" images). That would in some way require to create a quite specific image, with all udebs (while netboot only has udebs needed before one gets a working network setup). 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 |