aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-03-22 12:05:58 +0100
committerosmith <osmith@sysmocom.de>2023-04-05 09:51:35 +0000
commit78ca65b5d30676ae4aa064e08797fe0482e798b0 (patch)
tree4de7e4e0fdb603560b848618a4d8feca85232062
parent2c57e9a2fb048d9f9b6fa1574dbb7ed958273fed (diff)
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
-rwxr-xr-xscripts/obs/update_obs_wireshark.sh2
1 files changed, 1 insertions, 1 deletions
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 @@ prepare_git_repo() {
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 \