build-from-source: use "main" branch by default (instead of "master")

This commit is contained in:
Thomas Haller 2021-06-30 15:23:40 +02:00
parent 0350e90303
commit 8e8e2f5efd
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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)}"