mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
synced 2025-10-23 00:02:03 +00:00
contrib/jenkins.sh: use https:// instead of git://
Change-Id: I5f184fd100230e1b9c0076739f49901ab2782b4f
This commit is contained in:
@@ -48,7 +48,7 @@ build_from_netfilter() {
|
||||
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 \
|
||||
|
Reference in New Issue
Block a user