[csw-devel] SF.net SVN: gar:[15941] csw/mgar/gar/v2/lib/python/pkgdb.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Oct 20 11:43:15 CEST 2011
Revision: 15941
http://gar.svn.sourceforge.net/gar/?rev=15941&view=rev
Author: wahwah
Date: 2011-10-20 09:43:15 +0000 (Thu, 20 Oct 2011)
Log Message:
-----------
pkgdb: Use the unstable catalog by default
The 'current' catalog is now deprecated.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/pkgdb.py
Modified: csw/mgar/gar/v2/lib/python/pkgdb.py
===================================================================
--- csw/mgar/gar/v2/lib/python/pkgdb.py 2011-10-20 09:36:43 UTC (rev 15940)
+++ csw/mgar/gar/v2/lib/python/pkgdb.py 2011-10-20 09:43:15 UTC (rev 15941)
@@ -365,8 +365,8 @@
default="sparc",
help="'i386' or 'sparc'")
parser.add_option("-c", "--catalog-release", dest="catrel",
- default="current",
- help="E.g. current, unstable, testing, stable")
+ default="unstable",
+ help="E.g. unstable, dublin")
parser.add_option("--replace", dest="replace",
default=False, action="store_true",
help="Replace packages when importing (importpkg)")
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