mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
synced 2025-11-21 14:18:43 +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
|
if [ -d "./$project" ]; then
|
||||||
rm -rf "./$project"
|
rm -rf "./$project"
|
||||||
fi
|
fi
|
||||||
git clone "git://git.netfilter.org/$project" "$project"
|
git clone "https://git.netfilter.org/$project" "$project"
|
||||||
cd "$project"
|
cd "$project"
|
||||||
autoreconf --install --force
|
autoreconf --install --force
|
||||||
./configure \
|
./configure \
|
||||||
|
|||||||
Reference in New Issue
Block a user