osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/32013 )
Change subject: obs: wireshark: user proper OBS api url ......................................................................
obs: wireshark: user proper OBS api url
Set the proper https://obs.osmocom.org api URL, not "obs.osmocom.org". The latter only works on jenkins because we have set up an alias there, but not locally without setting up the same alias.
Change-Id: I663ba4f137a57890ba9a2079ef3453bb7544de8b --- M scripts/obs/update_obs_wireshark.sh 1 file changed, 14 insertions(+), 1 deletion(-)
Approvals: pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/scripts/obs/update_obs_wireshark.sh b/scripts/obs/update_obs_wireshark.sh index 3c067cf..ae66aaa 100755 --- a/scripts/obs/update_obs_wireshark.sh +++ b/scripts/obs/update_obs_wireshark.sh @@ -30,7 +30,7 @@ update_obs_project() { cd "$DIR" ./update_obs_project.py \ - --apiurl obs.osmocom.org \ + --apiurl https://obs.osmocom.org \ --docker \ --allow-unknown-package \ --git-skip-checkout \