Searched refs:repourl (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | git.py | 410 repourl = self._get_repo_url(ud) 440 if repourl.startswith("file://"): 441 repourl_path = repourl[7:] 444 repourl = repourl_path 445 …LANG=C %s clone --bare --mirror %s %s --progress" % (ud.basecmd, shlex.quote(repourl), ud.clonedir) 457 …runfetchcmd("%s remote add --mirror=fetch origin %s" % (ud.basecmd, shlex.quote(repourl)), d, work… 460 … fetch_cmd = "LANG=C %s fetch -f --progress %s refs/*:refs/*" % (ud.basecmd, shlex.quote(repourl)) 462 …progress %s refs/heads/*:refs/heads/* refs/tags/*:refs/tags/*" % (ud.basecmd, shlex.quote(repourl)) 632 repourl = self._get_repo_url(ud) 633 … runfetchcmd("%s remote set-url origin %s" % (ud.basecmd, shlex.quote(repourl)), d, workdir=dest) [all …]
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | check-patch.py | 20 repourl = "https://gitlab.com/%s/%s.git" % (namespace, reponame) variable 26 subprocess.check_call(["git", "remote", "add", "check-patch", repourl])
|
H A D | check-dco.py | 20 repourl = "https://gitlab.com/%s/%s.git" % (namespace, reponame) variable 23 subprocess.check_call(["git", "remote", "add", "check-dco", repourl])
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | check-patch.py | 16 repourl = "https://gitlab.freedesktop.org/%s.git" % os.environ["CI_MERGE_REQUEST_PROJECT_PATH"] variable 23 subprocess.check_call(["git", "remote", "add", "check-patch", repourl])
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 194 repourl = None 203 repourl = m.expand(srv[vcs.repo]) 209 repourl = m[vcs.repo] 213 return GoImport(rootpath, vcstype, repourl, suffix)
|