Hi all,

I'm looking for a review of the fix for bug #5292:

  http://defect.opensolaris.org/bz/show_bug.cgi?id=5292
  Need script to list all the IPS packages that make up a particular WOS 
build.

Webrev is at:

  http://cr.opensolaris.org/~richb/pkg-5292-v1/

It would be nice to know exactly which package files from which
directories under .../gate/src/util/distro-import, make up a
particular WOS build.

This new script called list_build_files.py which will live under
.../gate/src/util/distro-import provides this.

To use:

  $ cd .../gate/src/util/distro-import
  $ python list_build_files.py > build-report.txt

Here's the command line options available.

Usage:
      list_build_files [OPTION...]

-b, --build=build-number
      Specify an alternate build number to list the files for.
      If can be suffixed by a build letter (such as '101a').

-d, --debug
      Turn on debugging.

-h, --help
      Show this help message""")

By default, it'll check build 101a.

Thanks.

_______________________________________________
pkg-discuss mailing list
pkg-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to