On Wed, Mar 02, 2011 at 01:56:08PM -0800, Shawn Walker wrote:
> On 03/ 2/11 01:48 PM, Peter Schow wrote:
> >Using pkgmerge(1) from:
> > http://src.opensolaris.org/source/raw/pkg/gate/src/util/publish/merge.py
>
> That's not actually pkgmerge(1); that's a merge script used for
> project builds.
Ok. That's what this page calls it, however:
http://hub.opensolaris.org/bin/view/Project+pkg/IPS+for+Consolidations
> There was an incompatible change made in util/publish/merge.py
> recently that means you can't use the merge script from there with
> older versions of the package system.
>
> If you revert the incompatible change it should work again:
>
> - action_lists = manifest.Manifest.comm(manifest_list)
> + action_lists = manifest.Manifest.comm(*tuple(manifest_list))
This worked great. Thanks, Shawn.
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss