Michal Pryc wrote:
Please do not generate yet another webrev for gui changes as this will complicate merging. If you want to make changes to the gui, please grab the http://cr.opensolaris.org/~migi/webinstall_v1/ apply this patch to the gate, make changes and generate patch only for those.

I don't plan on it; I haven't made any changes to the gui code for several days now. The last thing I did recently was just separate out the changes. Thanks for letting me know though.

I am not sure why the PM is starting much slower with the new api, even if this is from cache. Are we calling load_catalogs somewhere in the api when we shouldn't be doing that?

I didn't change how the API loads catalogs, so I don't have an answer for you except that the image object may have code that calls it internally. The easiest way to find out how this is happening is to add something like this to the beginning of modules/client/image.py:load_catalogs:

import traceback
traceback.print_stack()

...then just run the packagemanager from the command line.

--
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to