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
|
||||
|
||||
DAVS2_REPO="https://github.com/pkuvcl/davs2.git"
|
||||
DAVS2_COMMIT="b06d7585620f4e90a6d19a2926bb4e59793b8942"
|
||||
SCRIPT_REPO="https://github.com/pkuvcl/davs2.git"
|
||||
SCRIPT_COMMIT="b06d7585620f4e90a6d19a2926bb4e59793b8942"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $VARIANT == lgpl* ]] && return -1
|
||||
|
@ -12,9 +12,9 @@ ffbuild_enabled() {
|
|||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git clone "$DAVS2_REPO" davs2
|
||||
git clone "$SCRIPT_REPO" davs2
|
||||
cd davs2
|
||||
git checkout "$DAVS2_COMMIT"
|
||||
git checkout "$SCRIPT_COMMIT"
|
||||
cd build/linux
|
||||
|
||||
local myconf=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue