Danek Duvall wrote: > 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
Hi Danek this looks very promising. Please ensure to document this feature when it's available, I'm 100% sure it would be very useful to anybody trying to make an IPS package. That said, would import preserve the permissions of the target dir? make install usually produces 644/755 perms (according to default OpenSolaris user umask), which might not be desirable, i.e. 444/555 would be IMO better. What would be Your opinion? Cheers Vit _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
