[csw-devel] SF.net SVN: gar:[12260] csw/mgar/gar/v2/lib/python/checkpkg2.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sat Jan 8 16:59:32 CET 2011
Revision: 12260
http://gar.svn.sourceforge.net/gar/?rev=12260&view=rev
Author: wahwah
Date: 2011-01-08 15:59:32 +0000 (Sat, 08 Jan 2011)
Log Message:
-----------
checkpkg: Use 'current' as the default catalog
Also, display 'current' in the --help message.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/checkpkg2.py
Modified: csw/mgar/gar/v2/lib/python/checkpkg2.py
===================================================================
--- csw/mgar/gar/v2/lib/python/checkpkg2.py 2011-01-08 15:38:37 UTC (rev 12259)
+++ csw/mgar/gar/v2/lib/python/checkpkg2.py 2011-01-08 15:59:32 UTC (rev 12260)
@@ -59,8 +59,8 @@
help="Display less messages")
parser.add_option("--catalog-release",
dest="catrel",
- default="unstable",
- help="A catalog release: experimental, unstable, testing, stable.")
+ default="current",
+ help="A catalog release: current, unstable, testing, stable.")
parser.add_option("-r", "--os-releases",
dest="osrel_commas",
help=("Comma separated list of ['SunOS5.9', 'SunOS5.10'], "
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list