Home
last modified time | relevance | path

Searched refs:repo_name (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-build-scripts/scripts/
H A Dget_unit_test_report.py196 repo_name = url.strip().split("/")[-1].split(";")[0].split(".")[0]
203 resp = requests.get(api_url + repo_name)
205 logger.info(api_url + repo_name + " ==> " + resp.reason)
209 logger.error("ERROR: Failed to get response for " + repo_name)
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py175 repo_name = "OE Remote Repo:" + " ".join(urlparse(repo_uri).path.split("/"))
177 … f.write("[%s]\nname=%s\nbaseurl=%s\n%s\n" % (repo_id, repo_name, repo_uri, gpg_opts))
179 repo_name = "OE Remote Repo:" + " ".join(urlparse(uri).path.split("/"))
182 … f.write("[%s]\nname=%s\nbaseurl=%s\n%s" % (repo_base, repo_name, repo_uri, gpg_opts))
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py76 def setCloneStatus(self,bitbake,status,total,current,repo_name): argument
79 bitbake.req.build.progress_item=repo_name