mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 08:18:03 +02:00
automation: clone from github instead of anongit.freedesktop.org
It looks that freedesktop blocks our git clone requests from time to time. Github should handle more loads. https://github.com/NetworkManager/NetworkManager/pull/13
This commit is contained in:
parent
b0870096f2
commit
ae8e191d88
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set -xv
|
||||||
|
|
||||||
BUILD_DIR="${BUILD_DIR:-/tmp/nm-build}"
|
BUILD_DIR="${BUILD_DIR:-/tmp/nm-build}"
|
||||||
BUILD_ID="${BUILD_ID:-master}"
|
BUILD_ID="${BUILD_ID:-master}"
|
||||||
BUILD_REPO="${BUILD_REPO-git://anongit.freedesktop.org/NetworkManager/NetworkManager}"
|
BUILD_REPO="${BUILD_REPO-https://github.com/NetworkManager/NetworkManager.git}"
|
||||||
ARCH="${ARCH:-`arch`}"
|
ARCH="${ARCH:-`arch`}"
|
||||||
WITH_DEBUG="$WITH_DEBUG"
|
WITH_DEBUG="$WITH_DEBUG"
|
||||||
DO_TEST_BUILD="${DO_TEST_BUILD:-yes}"
|
DO_TEST_BUILD="${DO_TEST_BUILD:-yes}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue