[09:50] hello [09:57] as everything seems to work now, I'll doing some germinate today ;-) [13:36] I really should have missed something about seeds, I created a myfeature seed file, depending on boot and server, but my task/MASTER does not include this seed file. Am I restricted to predefined seed name? [13:52] I strongly recommend that you edit the server seed instead. [13:52] Otherwise you have to edit cdimage.germinate to use a different seed for your product [13:53] (Though you may need to do that anyway given that your project probably isn't called "ubuntu-server") [13:53] cdimage.germinate starts resolving at predefined seed names/. [14:02] ok, is it planned to make it configurable for derivatives? [14:05] for now I'll use server for my tests [14:26] Well, the configuration mechanism for flavours in the Ubuntu archive is (a) try to do things such as to avoid requiring modifications (b) modify the code where necessary [14:27] No current plans to make it configurable [14:27] I think a configuration mechanism would have to be pretty sweeping, covering all the places where project-specific behaviour is currently present; I doubt I would even want to attempt that until the Python rewrite is complete [14:55] ok, now I understand own the "top-level" seed is selected in GerminateOutput.list_seed [14:56] Right [14:57] I suspect that over time I might want to make this more table-driven, much the same way I did with etc/default-arches [14:57] Not currently scheduled or anything, though [14:59] for now I added an elif for our project, as you said at 14:43 [15:12] now I enter the world of debian-cd "CD1 missing some packages needed by debootstrap", I have an error "cpp: error trying to exec 'cc1': execvp: No such file or directory" when generating rawlist [15:13] I suppressed the quoting in the makefile to get the command and it works fine on my command line, maybe an environment problem? [15:14] You probably just need cdimage r1044 [15:14] ok [15:14] We ran into the same thing in production today [15:14] It caused bug 1134162 [15:15] ok, thanks [15:25] it works, now I need to work around mkisofs/xorriso :-/ [15:26] saw in CONF.sh [15:34] need to find the good options to xorriso [16:10] is it intended to merge local with main at cdimage time, at debian-cd time the apt-ftparchive seems to use it "1.filelist_local - fopen (2: no such file or directory)" [16:42] "Generating list files for images \n Segmentation fault" [16:44] I'll look at this tomorrow [17:11] It is intended [17:11] But the local-packages stuff is *really* poorly tested; we haven't used it on cdimage.u.c since 2005 [17:11] Somebody sent me a patch for it in 2008 [17:12] Beyond that, well [17:12] Send me patches if you figure it out :)