[csw-devel] SF.net SVN: gar:[15548] csw/mgar/gar/v2/lib/python/common_constants.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Sep 7 10:14:26 CEST 2011


Revision: 15548
          http://gar.svn.sourceforge.net/gar/?rev=15548&view=rev
Author:   wahwah
Date:     2011-09-07 08:14:25 +0000 (Wed, 07 Sep 2011)
Log Message:
-----------
pkgdb: update DEFAULT_CATALOG_RELEASES

Symlinks from the mirror (e.g. 'testing') should not be listed.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/common_constants.py

Modified: csw/mgar/gar/v2/lib/python/common_constants.py
===================================================================
--- csw/mgar/gar/v2/lib/python/common_constants.py	2011-09-07 02:14:47 UTC (rev 15547)
+++ csw/mgar/gar/v2/lib/python/common_constants.py	2011-09-07 08:14:25 UTC (rev 15548)
@@ -51,11 +51,12 @@
     ARCH_ALL: frozenset([]),
 }
 
+# The list of catalogs to process. Should only contain catalogs as stored in
+# the database, and not symlinks on the mirror. For example, 'testing' is
+# a symlink, so should not be listed here.
 DEFAULT_CATALOG_RELEASES = frozenset([
-    'current',
     'dublin',
     'unstable',
-    'testing',
     'stable',
     ])
 

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