Searched refs:repourl (Results 1 – 2 of 2) sorted by relevance
/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])
|