Unify repo/commit/rev variable names

This commit is contained in:
BtbN 2022-07-12 17:54:12 +02:00
parent b9a3f7ffce
commit 38fccdcd44
81 changed files with 254 additions and 254 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
GLVND_REPO="https://gitlab.freedesktop.org/glvnd/libglvnd.git"
GLVND_COMMIT="8e5f0f16467cc8ce870789d9a5b6a2c3f58921c9"
SCRIPT_REPO="https://gitlab.freedesktop.org/glvnd/libglvnd.git"
SCRIPT_COMMIT="8e5f0f16467cc8ce870789d9a5b6a2c3f58921c9"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
@ -9,7 +9,7 @@ ffbuild_enabled() {
}
ffbuild_dockerbuild() {
git-mini-clone "$GLVND_REPO" "$GLVND_COMMIT" glvnd
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" glvnd
cd glvnd
mkdir build && cd build