fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/42614?usp=email )
Change subject: osmo_git_clone_url(): add Gitea mirrors for libnftnl and nftables ......................................................................
osmo_git_clone_url(): add Gitea mirrors for libnftnl and nftables
Change-Id: I830a16c8bf7f595b16113bf2ba5e81bae56533dd Related: osmo-upf.git I28950d823dfd91e8e2ac23a19e5a86d1027096b3 --- M scripts/common.sh 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/14/42614/1
diff --git a/scripts/common.sh b/scripts/common.sh index 6ef1e3c..7d60011 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -150,6 +150,9 @@ libosmo-sccp-legacy) echo "$OSMO_GIT_URL_GITEA"/osmocom/"$1" ;; + libnftnl|nftables) + echo "$OSMO_GIT_URL_GITEA"/mirrors/"$1" + ;; osmo_dia2gsup|osmo-epdg|osmo-s1gw|logger_gsmtap|enftables) echo "$OSMO_GIT_URL_GERRIT"/erlang/"$1" ;;