Hi Sundar, * Sundar Yamunachari (sundar.yamunachari at sun.com) wrote: > >>80: Why you have a 'pass' here? > > > >This code came from distro_const.py initially. Apparently it wasn't > >considered a real problem if the .image_info file wasn't created during > >image construction. If we're going to keep that behaviour, it should be > >return instead of pass. I think however that we probably should stop > >the build if the .image_info file can't be created. I'll talk to Karen > >about it. > okay and let me know what you decide.
After speaking with Karen, the creation of the .image_info file is only useful for the liveCD. So, I'm going to move it's creation into one of the liveCD specific finalizer scripts so that it's only run for that image type. And failure to create the .image_info will result in a failure condition since the liveCD depends on it. Thanks, Glenn
