[csw-devel] SF.net SVN: gar:[20171] csw/mgar/gar/v2/lib

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Jan 19 18:43:51 CET 2013


Revision: 20171
          http://gar.svn.sourceforge.net/gar/?rev=20171&view=rev
Author:   wahwah
Date:     2013-01-19 17:43:50 +0000 (Sat, 19 Jan 2013)
Log Message:
-----------
pkgdb: Allow to upload to beanie and generate it

Part of adding a new catalog to the database.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/pkgdb.py
    csw/mgar/gar/v2/lib/web/releases_web.py

Modified: csw/mgar/gar/v2/lib/python/pkgdb.py
===================================================================
--- csw/mgar/gar/v2/lib/python/pkgdb.py	2013-01-18 13:48:22 UTC (rev 20170)
+++ csw/mgar/gar/v2/lib/python/pkgdb.py	2013-01-19 17:43:50 UTC (rev 20171)
@@ -83,6 +83,7 @@
   "dublin",
   "kiel",
   "bratislava",
+  "beanie",
 ])
 CATALOGS_ALLOWED_TO_BE_IMPORTED = frozenset([
   "unstable",

Modified: csw/mgar/gar/v2/lib/web/releases_web.py
===================================================================
--- csw/mgar/gar/v2/lib/web/releases_web.py	2013-01-18 13:48:22 UTC (rev 20170)
+++ csw/mgar/gar/v2/lib/web/releases_web.py	2013-01-19 17:43:50 UTC (rev 20171)
@@ -34,7 +34,7 @@
 
 OPENCSW_ROOT = "/home/mirror/opencsw-official"
 ALLPKGS_DIR = os.path.join(OPENCSW_ROOT, "allpkgs")
-CAN_UPLOAD_TO_CATALOGS = frozenset(["unstable", "kiel", "bratislava"])
+CAN_UPLOAD_TO_CATALOGS = frozenset(["unstable", "kiel", "bratislava", "beanie"])
 
 def ConnectToDatabase():
   configuration.SetUpSqlobjectConnection()

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