Home
last modified time | relevance | path

Searched refs:giturl (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/
Drevision_control.py62 def __init__(self, repodir, giturl=None, weburl=None, abs_work_tree=None): argument
84 self._giturl = giturl
101 def giturl(self): member in GitRepo
183 logging.info('Cloning git repo %s', self.giturl)
184 cmd = 'clone %s %s ' % (self.giturl, self.repodir)
210 logging.info('Updating git repo %s', self.giturl)
214 cmd += self.giturl
314 logging.info('fetching from repo %s', self.giturl)
318 e_msg = 'Failed to fetch from %s' % self.giturl
355 self.gitcmd('config remote.origin.url %s' % self.giturl,
/external/autotest/cli/
Dskylab_utils.py115 giturl=INTERNAL_INVENTORY_REPO_URL,