There's a request to include some testing drivers for the Caiman
project in the redistributable repository:

        6224 Plea for integrating SUNWinstall-test package into IPS repository
        http://defect.opensolaris.org/bz/show_bug.cgi?id=6224

Since the change is so short, I've included the diff below and would
appreciate a review.  Thanks.

diff -r 8a55ee347022 .hgignore
--- a/.hgignore Tue Jan 27 17:29:59 2009 -0800
+++ b/.hgignore Tue Jan 27 23:40:53 2009 -0800
@@ -14,12 +14,12 @@
  # Specific build products
  ^src/*.tar.gz$
  ^src/CherryPy-.*$
+^src/Mako-.*$
+^src/gui/data/addmoresoftware.desktop$
  ^src/gui/data/packagemanager-preferences.schemas$
  ^src/gui/data/packagemanager.desktop$
  ^src/gui/data/packagemanager.png$
-^src/gui/data/packagemanager.png$
  ^src/gui/help/.*/package-manager.xml$
-^src/Mako-.*$
  ^src/man/pkg.1$
  ^src/man/pkg.5$
  ^src/man/pkg.depotd.1m$
@@ -35,7 +35,6 @@
  ^src/um/data/updatemanager.desktop$
  ^src/um/data/updatemanager.png$
  ^src/um/data/updatemanagernotifier.desktop$
-^src/um/data/updatemanager.png$
  ^src/util/distro-import/.*/entire.incorporation$
  ^src/util/distro-import/SUNWfixes/
  ^src/util/distro-import/cluster.import$
diff -r 8a55ee347022 src/util/distro-import/106/redist_cluster
--- a/src/util/distro-import/106/redist_cluster Tue Jan 27 17:29:59 2009 -0800
+++ b/src/util/distro-import/106/redist_cluster Tue Jan 27 23:40:53 2009 -0800
@@ -372,6 +372,7 @@
  include common/SUNWinstall
  include common/SUNWinstall-l10n
  include common/SUNWinstall-libs
+include common/SUNWinstall-test
  include common/SUNWinstalladm-tools
  include common/SUNWintgige
  include common/SUNWipc
@@ -2038,6 +2039,7 @@
  depend SUNWinstall
  depend SUNWinstall-l10n
  depend SUNWinstall-libs
+depend SUNWinstall-test
  depend SUNWinstalladm-tools
  depend SUNWintgige
  $(sparc_ONLY)depend SUNWiopc
--- /dev/null   Tue Jan 27 22:32:47 2009
+++ src/util/distro-import/106/common/SUNWinstall-test  Tue Jan 27 22:07:03 2009
@@ -1,0 +1,4 @@
+package SUNWinstall-test
+classification "System/Administration and Configuration"
+import SUNWinstall-test
+end package
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to