<br><font size=2 face="sans-serif">I can't find a bug tracker for the cdimage
tool so I'm posting to these lists.</font>
<br>
<br><font size=2 face="sans-serif">I've been using cdimage to generate
my own customized xubuntu installer. &nbsp;I was having an issue getting
changes in my local seeds to propigate through to the tasks. &nbsp;I figured
it out and wanted to mention the behavior I was getting to the community
in case this was a bug.</font>
<br>
<br><font size=2 face="sans-serif">1. If you set the LOCAL_SEEDS env var
and the path you specify is not a bzr branch you get an error. &nbsp;I
was thinking the local seeds shouldn't have to be a bzr branch.</font>
<br>
<br><font size=2 face="sans-serif">2. If you set the LOCAL_SEEDS env var
to a directory that is a bzr branch, but one that has uncommitted local
changes, the germinate command will ignore your uncommitted local changes
and just use the latest version from the repository. &nbsp;I was thinking
it shouldn't ignore uncommitted local changes.</font>
<br>
<br><font size=2 face="sans-serif">The following diff is an easy workaround
for this:</font>
<br>
<br><font size=2 face="LucidaGrande">=== modified file 'bin/run-germinate'</font>
<br><font size=2 face="LucidaGrande">--- bin/run-germinate &nbsp;&nbsp;&nbsp;2008-04-30
21:53:12 +0000</font>
<br><font size=2 face="LucidaGrande">+++ bin/run-germinate &nbsp;&nbsp;&nbsp;2008-06-11
17:26:44 +0000</font>
<br><font size=2 face="LucidaGrande">@@ -23,6 +23,7 @@</font>
<br><font size=2 face="LucidaGrande">fi</font>
<br><font size=2 face="LucidaGrande">if [ &quot;$LOCAL_SEEDS&quot; ]; then</font>
<br><font size=2 face="LucidaGrande">&nbsp;&nbsp;&nbsp;&nbsp;SEED_SOURCE=&quot;$LOCAL_SEEDS&quot;</font>
<br><font size=2 face="LucidaGrande">+ &nbsp;&nbsp;&nbsp;GERMINATE_BZR=</font>
<br><font size=2 face="LucidaGrande">fi</font>
<br>
<br><font size=2 face="LucidaGrande">case $DIST in</font>
<br>
<br><font size=2 face="LucidaGrande">Obviously you don't need to change
the code to get this to work... just make sure you have your seeds in bzr
and make sure any changes you want are committed, so maybe it isn't a bug
at all... just a tad confusing.</font>
<br>
<br><font size=2 face="sans-serif">Josh Cronemeyer</font>