From 4b018f38463c79960e8e5ba7017335fa756e11e3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 14 May 2015 15:05:57 +0200 Subject: d-i_check_jobs: move FIXME to TODO --- TODO | 2 ++ bin/d-i_check_jobs.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index f6c6c313..7c0283cc 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3-54-g00ecf