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
PULSEAUDIO_REPO="https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git"
PULSEAUDIO_COMMIT="05c06afa58e30b7958e96766d1e917099c8a4041"
SCRIPT_REPO="https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git"
SCRIPT_COMMIT="05c06afa58e30b7958e96766d1e917099c8a4041"
ffbuild_enabled() {
[[ $TARGET == linux* ]] || return 1
@ -9,9 +9,9 @@ ffbuild_enabled() {
}
ffbuild_dockerbuild() {
git clone --filter=blob:none "$PULSEAUDIO_REPO" pa
git clone --filter=blob:none "$SCRIPT_REPO" pa
cd pa
git checkout "$PULSEAUDIO_COMMIT"
git checkout "$SCRIPT_COMMIT"
# Kill build of utils and their sndfile dep
echo > src/utils/meson.build