Searched refs:giturl (Results 1 – 1 of 1) sorted by relevance
50 def __init__(self, repodir, giturl=None, weburl=None, abs_work_tree=None): argument72 self._giturl = giturl89 def giturl(self): member in GitRepo170 logging.info('Cloning git repo %s', self.giturl)171 cmd = 'clone %s %s ' % (self.giturl, self.repodir)195 logging.info('Updating git repo %s', self.giturl)199 cmd += self.giturl255 logging.info('fetching from repo %s', self.giturl)259 e_msg = 'Failed to fetch from %s' % self.giturl296 self.gitcmd('config remote.origin.url %s' % self.giturl,