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
THEORA_REPO="https://github.com/xiph/theora.git"
THEORA_COMMIT="7180717276af1ebc7da15c83162d6c5d6203aabf"
SCRIPT_REPO="https://github.com/xiph/theora.git"
SCRIPT_COMMIT="7180717276af1ebc7da15c83162d6c5d6203aabf"
ffbuild_enabled() {
return 0
}
ffbuild_dockerbuild() {
git-mini-clone "$THEORA_REPO" "$THEORA_COMMIT" theora
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" theora
cd theora
./autogen.sh