fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-upf/+/40897?usp=email )
Change subject: contrib/jenkins.sh: use https:// instead of git:// ...................................................................... contrib/jenkins.sh: use https:// instead of git:// Change-Id: I5f184fd100230e1b9c0076739f49901ab2782b4f --- M contrib/jenkins.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/97/40897/1 diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index b81d1a6..002bdc4 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -48,7 +48,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/+/40897?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-upf Gerrit-Branch: master Gerrit-Change-Id: I5f184fd100230e1b9c0076739f49901ab2782b4f Gerrit-Change-Number: 40897 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanits...@sysmocom.de>