On 11/29/10 02:18 AM, Saurabh Vyas wrote:
Hi All,
Please review this fix and let me know your comments.
Bug-id : 17445 broken string in pkg set-publisher error message
webrev : http://cr.opensolaris.org/~saurabhv/Bug-17445-1/
With my fix, the o/p is :
No, that's not quite right. It should be like this I think:
diff -r 6a8649974d4f src/client.py
--- a/src/client.py Fri Nov 19 17:35:05 2010 -0800
+++ b/src/client.py Mon Nov 29 12:01:56 2010 -0800
@@ -3028,8 +3028,7 @@
if rval != EXIT_OK:
if rmsg:
- error(rmsg, cmd="set-publisher")
- failed.append((prefix, msg))
+ failed.append((prefix, rmsg))
continue
first = True
Try that, and then see what output you get.
-Shawn
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss