lynxis lazus has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/37324?usp=email )
Change subject: publish-tarballs-for-tags.sh: publish osmo-epdg's versions
......................................................................
publish-tarballs-for-tags.sh: publish osmo-epdg's versions
Change-Id: I3445e76f6fd6ebb49ada5dc4320c6b9fa717f00c
---
M scripts/common.sh
M scripts/tarballs/publish-tarballs-for-tags.sh
2 files changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/24/37324/1
diff --git a/scripts/common.sh b/scripts/common.sh
index e1d8718..d7cb5b6 100644
--- a/scripts/common.sh
+++ b/scripts/common.sh
@@ -80,6 +80,9 @@
local url ret pattern
case "$project" in
+ strongswan-epdg)
+ pattern='refs/tags/osmo-epdg-[0-9.]*$'
+ ;;
gapk|osmo-fl2k|rtl-sdr)
pattern='refs/tags/v[0-9.]*$'
;;
@@ -139,6 +142,9 @@
osmo-isdntap)
echo "$OSMO_GIT_URL_GITEA"/retronetworking/"$1"
;;
+ strongswan-epdg)
+ echo "$OSMO_GIT_URL_GITEA"/ims-volte-vowifi/"$1"
+ ;;
osmo_dia2gsup|osmo-epdg)
echo "$OSMO_GIT_URL_GERRIT"/erlang/"$1"
;;
diff --git a/scripts/tarballs/publish-tarballs-for-tags.sh
b/scripts/tarballs/publish-tarballs-for-tags.sh
index 46a2e17..a3cbad1 100755
--- a/scripts/tarballs/publish-tarballs-for-tags.sh
+++ b/scripts/tarballs/publish-tarballs-for-tags.sh
@@ -23,6 +23,7 @@
osmo-cbc
osmo-e1-recorder
osmo-e1d
+ osmo-epdg
osmo-fl2k
osmo-gbproxy
osmo-ggsn
@@ -46,6 +47,7 @@
osmocom-bb
rtl-sdr
simtrace2
+ strongswan-epdg
"
# Old release tags that are duplicates or where generating the tarball fails
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/37324?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I3445e76f6fd6ebb49ada5dc4320c6b9fa717f00c
Gerrit-Change-Number: 37324
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-MessageType: newchange