Searched refs:giturl (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/common_lib/ |
D | revision_control.py | 54 def __init__(self, repodir, giturl=None, weburl=None, abs_work_tree=None): argument 76 self._giturl = giturl 93 def giturl(self): member in GitRepo 175 logging.info('Cloning git repo %s', self.giturl) 176 cmd = 'clone %s %s ' % (self.giturl, self.repodir) 202 logging.info('Updating git repo %s', self.giturl) 206 cmd += self.giturl 306 logging.info('fetching from repo %s', self.giturl) 310 e_msg = 'Failed to fetch from %s' % self.giturl 347 self.gitcmd('config remote.origin.url %s' % self.giturl,
|
/external/autotest/cli/ |
D | skylab_utils.py | 115 giturl=INTERNAL_INVENTORY_REPO_URL,
|