On 03/23/10 12:04 PM, Shawn Walker wrote:
On 03/23/10 11:50 AM, William Schumann wrote:
...
api_inst.plan_install(pkglist,refresh_catalogs=True,noexecute=False,verbose=True,update_index=True) ret = api_inst.info("*", True, api.PackageInfo.ALL_OPTIONS)
Please note that the second parameter to info() here must be False since you are getting information about packages that are not yet installed.
-- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
