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,14 +1,14 @@
#!/bin/bash
SERD_REPO="https://github.com/drobilla/serd.git"
SERD_COMMIT="272d7081257dc6d50c06b1b62e8c4baa5bf3b4b2"
SCRIPT_REPO="https://github.com/drobilla/serd.git"
SCRIPT_COMMIT="272d7081257dc6d50c06b1b62e8c4baa5bf3b4b2"
ffbuild_enabled() {
return 0
}
ffbuild_dockerbuild() {
git-mini-clone "$SERD_REPO" "$SERD_COMMIT" serd
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" serd
cd serd
git submodule update --init --recursive --depth 1