Re: [RFR] Creating tasks dynamically

2008-10-16 Thread Frans Pop
On Thursday 16 October 2008, Frans Pop wrote: > I've dropped EXCLUDE1 and UNEXCLUDE2 and the corresponding task files > as they no longer seem to be used anywhere. 2 seconds further investigation showed that was incorrect. Update with correct handling (I think) of (un)excludes attached. diff --gi

Re: Bits from the Debian CD team

2008-10-16 Thread Matt Taggart
> It's probably time for a quick update on what we've been up to > lately in terms of producing Debian CD and DVD and (!) BD images. > > That will give the game away for the biggest change that has happened > lately - we're now producing some Blu-ray images alongside the > existing CD and DVD imag

[RFR] Creating tasks dynamically

2008-10-16 Thread Frans Pop
Hiya, I've been working on a patch that dynamically creates some of the debian-cd task files instead of having them in SVN: - debian-installer - debian-installer+kernel - task-essential* - task-full* The "static" task files and the task file based on popcon data have been moved to per-release s

Re: [RFR] Creating tasks dynamically v3

2008-10-16 Thread Frans Pop
On Thursday 16 October 2008, Frans Pop wrote: > The attached diff shows the changes to scripts etc. The changes in the > tasks directory have been omitted from the diff. Here is version 3 of the patch. Changes: - remove $(TASKDIR) in dir-clean target - make creation of $(TASKDIR) quiet - also chan

Re: [RFR] Creating tasks dynamically - alternative

2008-10-16 Thread Frans Pop
On Thursday 16 October 2008, Frans Pop wrote: > The basic concept of the new setup is that early in a build we copy > tasks/$CODENAME/* to $BDIR/tasks/ and then generate the D-I and tasksel > task files in the latter dir. Here's an alternative implementation where the "static" task files are not