osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-upf/+/31941 )
Change subject: contrib/jenkins: clone netfilter repos with https
......................................................................
contrib/jenkins: clone netfilter repos with https
Change-Id: Id50c5dac3cfebdf5cf33467ef24d7c4cf5984cdc
---
M contrib/jenkins.sh
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/41/31941/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index beb74dc..d00281c 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -47,7 +47,7 @@
if [ -d "./$project" ]; then
rm -rf "./$project"
fi
- git clone "git://git.netfilter.org/$project" "$project"
+ git clone "https://git.netfilter.org/$project" "$project"
cd "$project"
autoreconf --install --force
./configure --prefix="$inst/stow/$project" --without-cli --disable-man-doc
--
To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/31941
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: Id50c5dac3cfebdf5cf33467ef24d7c4cf5984cdc
Gerrit-Change-Number: 31941
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange