laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/37392?usp=email )
Change subject: obs: add package strongswan-epdg ......................................................................
obs: add package strongswan-epdg
Change-Id: I3c8ec3e04010c419e5be1bd0ac35b74888eb3cc6 --- M scripts/obs/lib/config.py 1 file changed, 12 insertions(+), 0 deletions(-)
Approvals: osmith: Looks good to me, approved; Verified Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/scripts/obs/lib/config.py b/scripts/obs/lib/config.py index 201a02f..1ad0106 100644 --- a/scripts/obs/lib/config.py +++ b/scripts/obs/lib/config.py @@ -90,6 +90,7 @@ "python/osmo-python-tests", "rtl-sdr", "simtrace2", + "strongswan-epdg", ] projects_other = [ "limesuite", @@ -105,6 +106,7 @@ "open5gs": "https://github.com/open5gs/open5gs", "osmo-fl2k": "https://gitea.osmocom.org/sdr/osmo-fl2k", "rtl-sdr": "https://gitea.osmocom.org/sdr/rtl-sdr", + "strongswan-epdg": "https://gitea.osmocom.org/ims-volte-vowifi/strongswan-epdg", }
git_branch_default = "master" @@ -118,6 +120,7 @@ "open5gs": "^v[0-9]*\.[0-9]*\.[0-9]*$", "osmo-fl2k": "^v[0-9]*\.[0-9]*\.[0-9]*$", "rtl-sdr": "^v[0-9]*\.[0-9]*\.[0-9]*$", + "strongswan-epdg": "^osmo-epdg-[0-9]*\.[0-9]*\.[0-9a-z]*$", "wireshark": "^v[0-9]*\.[0-9]*\.[0-9a-z]*$", }