Unify repo/commit/rev variable names
This commit is contained in:
parent
b9a3f7ffce
commit
38fccdcd44
81 changed files with 254 additions and 254 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue