Searched defs:repourl (Results 1 – 4 of 4) sorted by relevance
/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 |
/openbmc/qemu/.gitlab-ci.d/ | ||
H A D | check-patch.py | 20 repourl = "https://gitlab.com/%s/%s.git" % (namespace, reponame) variable |
H A D | check-dco.py | 20 repourl = "https://gitlab.com/%s/%s.git" % (namespace, reponame) variable |
/openbmc/openbmc/poky/scripts/lib/recipetool/ | ||
H A D | create_go.py | 247 def repourl(self): member in GoRecipeHandler.__resolve_repository_dynamic.GoImportHTMLParser |