mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 04:30:16 +01:00
build-from-source: use "main" branch by default (instead of "master")
This commit is contained in:
parent
0350e90303
commit
8e8e2f5efd
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ set -exv
|
|||
# supported environment variables to tweak the build
|
||||
#
|
||||
BUILD_DIR="${BUILD_DIR:-$HOME/nm-build}"
|
||||
BUILD_ID="${BUILD_ID:-master}"
|
||||
BUILD_ID="${BUILD_ID:-main}"
|
||||
BUILD_REPO="${BUILD_REPO}"
|
||||
BUILD_SNAPSHOT="${BUILD_SNAPSHOT:-}"
|
||||
ARCH="${ARCH:-$(arch)}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue