On Mon, May 04, 2009 at 01:31:31PM -0500, Shawn Walker wrote: > It's there, assuming this is the removed line you're talking about: > > 376 - self.cfg_cache.publishers[prefix] = newpub > > ...and here's the line from add_publisher where it adds it: > > 746 self.cfg_cache.publishers[pub.prefix] = pub > > Without this none of the test suite would have worked since image-create > would fail :)
I figured I was missing something. So it was just getting overwritten before, and you're simply removing the extraneous call? Thanks, Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
