Bart Smaalders wrote:
http://cr.opensolaris.org/~barts/6672/
http://defect.opensolaris.org/bz/show_bug.cgi?id=6672

pkg contents -m will always return unfiltered manifest w/ this fix;
filtered manifests can be obtained w/ -o action.raw

Looks fine to me, except I think lines 1456-1459 should be formatted like this instead:

          actionlist = [
              (m, a)
              for m in manifests
              for a in m.gen_actions(excludes)
          ]

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

Reply via email to