This bug keeps repearing!
This commit is contained in:
parent
e2990e5c89
commit
8660c41144
|
@ -35,6 +35,12 @@ projects = [ { 'name' : 'bootstrap'
|
|||
]
|
||||
, 'repository': "/users/outil/coriolis/svn" }
|
||||
|
||||
, { 'name' : "coriolis-redev"
|
||||
, 'tools' : [ "katabatic3"
|
||||
, "kite3"
|
||||
]
|
||||
, 'repository': "/users/outil/coriolis/svn" }
|
||||
|
||||
, { 'name' : "chams"
|
||||
, 'tools' : [ "hurricaneAMS"
|
||||
, "amsCore"
|
||||
|
|
|
@ -246,7 +246,7 @@ class Builder:
|
|||
|
||||
|
||||
def _svnCheckout ( self, tool ):
|
||||
project = self.getToolProject ( tool )
|
||||
project = self._conf.getToolProject ( tool )
|
||||
if not project:
|
||||
print ErrorMessage( 0, "Tool \"%s\" is not part of any project."%tool
|
||||
,"Cannot guess the SVN repository." )
|
||||
|
@ -272,7 +272,7 @@ class Builder:
|
|||
|
||||
|
||||
def _svnExport ( self, tool ):
|
||||
project = self.getToolProject ( tool )
|
||||
project = self._conf.getToolProject ( tool )
|
||||
if not project:
|
||||
print ErrorMessage( 0, "Tool \"%s\" is not part of any project."%tool
|
||||
, "Cannot guess the SVN repository.")
|
||||
|
|
Loading…
Reference in New Issue