laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/42767?usp=email )
Change subject: obs/wireshark: use osmocom branches instead of private ......................................................................
obs/wireshark: use osmocom branches instead of private
The used branches should be osmocom branches and not a private branch of a developer.
Change-Id: I6554a87b715d6013c2cfa92982c87d334c1764b9 --- M scripts/obs/update_obs_wireshark.sh 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/scripts/obs/update_obs_wireshark.sh b/scripts/obs/update_obs_wireshark.sh index e422292..069e3dc 100755 --- a/scripts/obs/update_obs_wireshark.sh +++ b/scripts/obs/update_obs_wireshark.sh @@ -3,9 +3,9 @@ PROJ="$1"
BRANCHES=" - osmith/deb-packaging + osmocom/deb-packaging osmocom/qcdiag - laforge/rspro + osmocom/rspro "
prepare_git_repo() {