one comment.

afaik, the package manifest for pkg_dupfilesv5 is wrong.  i thought that
manifests which declare actions with variants tags must also declare all
the variants that they support.  so pkg_dupfilesv5 needs a like like:

        add set name=variant.opensolaris.zone value=nonglobal

or if you want the package to be installable in a global zone it'll
need:

        add set name=variant.opensolaris.zone value=global value=nonglobal

(i actually just made this change yesterday in the li gate to other
variant test cases that you introduced.)

ed

On Tue, Feb 08, 2011 at 10:44:07AM -0800, Danek Duvall wrote:
> This change:
>
>     http://cr.opensolaris.org/~dduvall/pkg-17851/
>
> adds a test to make sure that actions which would conflict in an NGZ but
> wouldn't in the GZ can actually be installed in the GZ.  Turns out we
> didn't have a test like that before.
>
> Danek
> _______________________________________________
> pkg-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to