On Thu, May 29, 2008 at 03:59:53PM -0500, Tom Mueller (pkg-discuss) wrote:

> Are there more details on this somewhere?

Just in the code.

> By "bundle type", does this imply that the entire package is published in 
> one step, as it is with an SVR4 bundle?

No, it's just a module that will return an iterator over a directory tree,
returning the actions appropriate for publishing that tree, just like
SolarisPackageDirBundle does the same, iterating over a directory-style
package.

It could be used to generate the manifest (which was how I'd put it
together for the demo), which you could then "pkgsend include", or you
could even do

    pkgsend open
    pkgsend add ...
    pkgsend import <dir>
    pkgsend close

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to