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,15 +1,15 @@
#!/bin/bash
# https://sourceforge.net/p/soxr/code/ci/master/tree/
SOXR_REPO="https://git.code.sf.net/p/soxr/code"
SOXR_COMMIT="945b592b70470e29f917f4de89b4281fbbd540c0"
SCRIPT_REPO="https://git.code.sf.net/p/soxr/code"
SCRIPT_COMMIT="945b592b70470e29f917f4de89b4281fbbd540c0"
ffbuild_enabled() {
return 0
}
ffbuild_dockerbuild() {
git-mini-clone "$SOXR_REPO" "$SOXR_COMMIT" soxr
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" soxr
cd soxr
mkdir build && cd build