On Tue, Mar 15, 2011 at 3:59 PM, Daniel Drake <[email protected]> wrote:
> Sounds strang indeed.
> Worth checking v1.3.0 just in case?
I cannot repro, with his same ini, with vanilla 1.3.0 or with the
patched version.
> I don't see how the log shows make_iso being triggered.
Hm, you're right -- I've conflated 2 separate try: blocks in
build.40.imagecreate.py
We are at
try:
creator.mount(cachedir=cache_dir)
creator.install()
creator.configure()
creator.unmount()
if make_iso:
creator.package(destdir=ooblib.outputdir)
else:
creator.package(destdir=ooblib.intermediatesdir)
except imgcreate.CreatorError, e:
logging.error("Error creating Live CD : %s" % e)
return 1
finally:
creator.cleanup()
cheers,
m
--
[email protected]
[email protected] -- Software Architect - OLPC
- ask interesting questions
- don't get distracted with shiny stuff - working code first
- http://wiki.laptop.org/go/User:Martinlanghoff
_______________________________________________
Devel mailing list
[email protected]
http://lists.laptop.org/listinfo/devel