osmith has submitted this change. ( 
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(-)

Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 87290b3..8739baa 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 \

--
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: 2
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to