[Greater-commits] r3746 - trunk/portage/contributed/greater-pydbapi
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Jul 29 09:48:36 CEST 2011
Author: aheinecke
Date: 2011-07-29 09:48:36 +0200 (Fri, 29 Jul 2011)
New Revision: 3746
Modified:
trunk/portage/contributed/greater-pydbapi/greater-pydbapi-20110627.py
Log:
Correctly add two different targets for usf and svnhead
Modified: trunk/portage/contributed/greater-pydbapi/greater-pydbapi-20110627.py
===================================================================
--- trunk/portage/contributed/greater-pydbapi/greater-pydbapi-20110627.py 2011-07-28 15:54:51 UTC (rev 3745)
+++ trunk/portage/contributed/greater-pydbapi/greater-pydbapi-20110627.py 2011-07-29 07:48:36 UTC (rev 3746)
@@ -4,8 +4,10 @@
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')
self.svnTargets['svnHEAD'] = (
- 'https://svn.wald.intevation.org/svn/greater/branches/3.0.0-usf/GREAT-ER-DB')
+ 'https://svn.wald.intevation.org/svn/greater/trunk/GREAT-ER-DB')
self.defaultTarget = 'svnHEAD'
self.shortDescription =(
"GREAT-ER-PYDBAPI provides python bindings for the greater dbapi "
More information about the Greater-commits
mailing list