[Greater-commits] r3741 - trunk/portage/contributed/greater-dbapi

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 28 17:22:33 CEST 2011


Author: aheinecke
Date: 2011-07-28 17:22:33 +0200 (Thu, 28 Jul 2011)
New Revision: 3741

Modified:
   trunk/portage/contributed/greater-dbapi/greater-dbapi-20110609.py
Log:
Add usf target


Modified: trunk/portage/contributed/greater-dbapi/greater-dbapi-20110609.py
===================================================================
--- trunk/portage/contributed/greater-dbapi/greater-dbapi-20110609.py	2011-07-28 15:20:58 UTC (rev 3740)
+++ trunk/portage/contributed/greater-dbapi/greater-dbapi-20110609.py	2011-07-28 15:22:33 UTC (rev 3741)
@@ -4,6 +4,9 @@
 
 class subinfo(info.infoclass):
     def setTargets(self):
+        self.svnTargets['usf'] = (
+                'https://svn.wald.intevation.org/svn/greater/branches/3.0.0-usf/GREAT-ER-DB'
+                '/impl/postgresql')
         self.svnTargets['svnHEAD'] = (
                 'https://svn.wald.intevation.org/svn/greater/trunk/GREAT-ER-DB'
                 '/impl/postgresql')



More information about the Greater-commits mailing list