osmith has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/13/32013/1
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 \

To view, visit change 32013. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I663ba4f137a57890ba9a2079ef3453bb7544de8b
Gerrit-Change-Number: 32013
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange