Shawn Walker wrote:
> Updated webrev:
> http://cr.opensolaris.org/~swalker/pkg-2300-6022-2/
> 
> diff from last webrev:
> http://cr.opensolaris.org/~swalker/pkg-2300-6022-2/v1-v2.patch

I've added one trivial changeset to this:

diff -r 787b756af912 src/depot.py
--- a/src/depot.py      Wed Jan 07 13:07:22 2009 -0600
+++ b/src/depot.py      Wed Jan 07 14:45:25 2009 -0600
@@ -218,7 +218,7 @@

          opt = None
          try:
-                long_opts = ["cfg-file", "content-root=", "mirror",
+                long_opts = ["cfg-file=", "content-root=", "mirror",
                      "proxy-base=", "readonly", "rebuild", "refresh-index",
                      "ssl-cert-file=", "ssl-dialog=", "ssl-key-file="]
                  for opt in log_opts:


...to fix the --cfg-file parameter (smacks head).  This was showing up 
as a sporadic test failure instead of the real problem due to bug 6035.

I folded this change in to this changeset since it was a) trivial, and 
b) allowed the test suite to run cleanly.

Cheers,
-- 
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to