Home | History | Annotate | Download | only in common_lib

Lines Matching refs:repodir

54     def __init__(self, repodir, giturl=None, weburl=None, abs_work_tree=None):
58 @param repodir: destination repo directory.
72 if repodir is None:
75 self.repodir = utils.sh_escape(repodir)
82 self.gitpath = utils.sh_escape(os.path.join(self.repodir,'.git'))
89 self._build = os.path.dirname(self.repodir)
163 Clones a repo using giturl and repodir.
176 cmd = 'clone %s %s ' % (self.giturl, self.repodir)
196 Pulls into repodir using giturl.
292 logging.info('Resetting head on repo %s', self.repodir)
365 'giturl' in 'repodir' directory to be used by build/install
380 self.source_material = self.repodir