My plan for dependencies was to create a meta-package of some kind by hand that listed the specific versions of all 100ish packages we have. So essentially the early releases would be an all-or-nothing sort of thing, just like we have today.
Does that approach let us get away without adding extra explicit dependencies? It seems like it should. (Point taken about not using -v -b for non-WOS packages) Danek Duvall wrote: > On Wed, Nov 28, 2007 at 09:44:00AM -0800, Alan Steinberg wrote: > >> I was actually able to create a simple 30-line wrapper for solaris.py that >> does not require a full WOS import. For each package in a directory, just >> create files for each package with the following entries: > > Yup, but note that you won't get any dependency analysis, so you'll have to > be careful to add a bunch of "add depend ..." lines to the descriptor > files. And for non-WOS packages, you'll likely want to simply have version > tags in the descriptor files as well, rather than using -v and -b, which > are really WOS-specific concepts. > > Thanks, this might get people going for a little bit. > > Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
