This commit is contained in:
Gwenhael Le Moine 2024-05-05 23:13:52 +02:00
parent 75cc9e134e
commit fb67878617
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -5,7 +5,7 @@ set -x
CWD=$(pwd) CWD=$(pwd)
PRGNAM=$(basename "$CWD") PRGNAM=$(basename "$CWD")
BUILD=${BUILD:-10} BUILD=${BUILD:-11}
BRANCH=${BRANCH:-stable} # stable ; mainline BRANCH=${BRANCH:-stable} # stable ; mainline
ARCH=$(uname -m) ARCH=$(uname -m)