On 4/26/11 10:59 AM, Drew Fisher wrote:
Ah. Ok. I'll grab that bug as well and fix it with this push.

diff -r 82e74c7e77a6 usr/src/lib/install_ict/__init__.py
--- a/usr/src/lib/install_ict/__init__.py Mon Apr 25 08:47:38 2011 -0600
+++ b/usr/src/lib/install_ict/__init__.py Tue Apr 26 10:57:37 2011 -0600
@@ -67,7 +67,7 @@
SYS = 'sys'

# Variables associated with the package image
-CLIENT_API_VERSION = 53
+CLIENT_API_VERSION = 57
DEF_REPO_URI = "http://pkg.oracle.com/solaris/release";
PKG_CLIENT_NAME = "ICT"


Look ok to you?

Well obviously I'm not Karen but it looks fine to me. ;)

-evan


-Drew

On 4/26/11 10:46 AM, Karen Tung wrote:
Hi Drew,

The API version change is also needed for

$SRC/lib/install_ict/cleanup_cpio_install.py

That file was missed when we did the previous IPS API_VERSION change.
I filed a bug for it: 7037339. You can fix that bug as well along with this.

Thanks,

--Karen

On 04/26/11 05:55, Drew Fisher wrote:
Good morning,

Could I get a code review for 7039499 - Need to change slim_source for IPS
API_VERSION change of 57 for snv_165

Just like the last CR, it's a pair of simple changes to
$SRC/cmd/js2ai/modules/conv.py and $SRC/lib/install_transfer/ips.py:

Mary: Once I get a couple of approvals for this change, do you want me to
push this immediately or wait for Brock to push his changes to the pkg5
repository?





[mox:install_transfer] > hg pdiffs
diff -r 82e74c7e77a6 usr/src/cmd/js2ai/modules/conv.py
--- a/usr/src/cmd/js2ai/modules/conv.py Mon Apr 25 08:47:38 2011 -0600
+++ b/usr/src/cmd/js2ai/modules/conv.py Tue Apr 26 06:52:02 2011 -0600
@@ -46,7 +46,7 @@

# This is defined here since we can't collect this information from the
# pkg api. This is needed to make the calls into the pkg api.
-CLIENT_API_VERSION = 55
+CLIENT_API_VERSION = 57

# These validation patterns were taken directly from the jumpstart
# check script
diff -r 82e74c7e77a6 usr/src/lib/install_transfer/ips.py
--- a/usr/src/lib/install_transfer/ips.py Mon Apr 25 08:47:38 2011 -0600
+++ b/usr/src/lib/install_transfer/ips.py Tue Apr 26 06:52:02 2011 -0600
@@ -106,7 +106,7 @@
__metaclass__ = abc.ABCMeta

# Variables associated with the package image
- CLIENT_API_VERSION = 55
+ CLIENT_API_VERSION = 57
DEF_REPO_URI = "http://pkg.opensolaris.org/release";
DEF_PROG_TRACKER = progress.CommandLineProgressTracker()




Thanks!

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

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

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

Reply via email to