On 05/ 3/11 06:49 AM, John Rice wrote:
Hi - the changeset 2310:ce10607d5332 submitted on April 28th, breaks PM.
It removes the api_o.get_pub_search_order() which is called in
repository.py:__prepare_publisher_list() when there is more than one
publisher on the image.
The patch below just removes the call. The assumption I am making is
that its no longer needed as we seem to be getting back the list of
publishers in priority order from api_o.get_publishers(). This seems to
be the case on initial testing of the patch.
webrev:
http://cr.opensolaris.org/~jmr/pm_18239_manage_pubs_crash_may3_12pm/ips_gate.patch
Your assumption is correct; get_publishers() now returns publishers in
search order so a separate API call is no longer necessary.
However, that changeset should have documented the removal of
get_pub_search_order() in doc/client_api_versions.txt and failed to do so.
A bug should be filed for that for completeness sake.
-Shawn
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss