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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Dec 26 12:32:30 CET 2012


Revision: 19961
          http://gar.svn.sourceforge.net/gar/?rev=19961&view=rev
Author:   wahwah
Date:     2012-12-26 11:32:30 +0000 (Wed, 26 Dec 2012)
Log Message:
-----------
catalog-gc: Keep files from the 'legacy' catalog

Additional catalogs must be listed, otherwise their files will be nuked.

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

Modified: csw/mgar/gar/v2/lib/python/catalog_gc.py
===================================================================
--- csw/mgar/gar/v2/lib/python/catalog_gc.py	2012-12-26 09:18:20 UTC (rev 19960)
+++ csw/mgar/gar/v2/lib/python/catalog_gc.py	2012-12-26 11:32:30 UTC (rev 19961)
@@ -20,7 +20,7 @@
 
 class CatalogGarbageCollector(object):
 
-  ADDITIONAL_CATALOGS = ("current", "stable")
+  ADDITIONAL_CATALOGS = ("legacy")
 
   def __init__(self, d):
     logging.debug("CatalogGarbageCollector(%s)", repr(d))

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