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,14 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
BROTLI_REPO="https://github.com/google/brotli.git"
|
||||
BROTLI_COMMIT="9801a2c5d6c67c467ffad676ac301379bb877fc3"
|
||||
SCRIPT_REPO="https://github.com/google/brotli.git"
|
||||
SCRIPT_COMMIT="9801a2c5d6c67c467ffad676ac301379bb877fc3"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$BROTLI_REPO" "$BROTLI_COMMIT" brotli
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" brotli
|
||||
cd brotli
|
||||
|
||||
mkdir build && cd build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue