Home | History | Annotate | Download | only in common_lib

Lines Matching refs:repodir

50     def __init__(self, repodir, giturl=None, weburl=None, abs_work_tree=None):
54 @param repodir: destination repo directory.
68 if repodir is None:
71 self.repodir = utils.sh_escape(repodir)
78 self.gitpath = utils.sh_escape(os.path.join(self.repodir,'.git'))
85 self._build = os.path.dirname(self.repodir)
159 Clones a repo using giturl and repodir.
168 cmd = 'clone %s %s ' % (self.giturl, self.repodir)
184 Pulls into repodir using giturl.
236 logging.info('Resetting head on repo %s', self.repodir)
307 'giturl' in 'repodir' directory to be used by build/install
322 self.source_material = self.repodir