osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/35222?usp=email )
Change subject: OBS: lib.osc.get_projects: print apiurl ......................................................................
OBS: lib.osc.get_projects: print apiurl
Print the apiurl, to make more obvious what is going on when running the function twice in a row with two different apiurls (as done in the next patch).
Change-Id: I789d12ce59ff14f526ab0334e78a6b22a063ec06 --- M scripts/obs/lib/osc.py 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/22/35222/1
diff --git a/scripts/obs/lib/osc.py b/scripts/obs/lib/osc.py index 20a63b5..ef2fc4b 100644 --- a/scripts/obs/lib/osc.py +++ b/scripts/obs/lib/osc.py @@ -178,5 +178,5 @@ proj])
def get_projects(): - print(f"OBS: getting list of projects") + print(f"OBS: getting list of projects ({apiurl})") return lib.osc.run_osc(["ls"]).output.rstrip().split("\n")