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
|
||||
|
||||
LV2_REPO="https://github.com/lv2/lv2.git"
|
||||
LV2_COMMIT="d97a1a4daff228bdd62c68859959d13077e47026"
|
||||
SCRIPT_REPO="https://github.com/lv2/lv2.git"
|
||||
SCRIPT_COMMIT="d97a1a4daff228bdd62c68859959d13077e47026"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$LV2_REPO" "$LV2_COMMIT" lv2
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" lv2
|
||||
cd lv2
|
||||
git submodule update --init --recursive --depth 1
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
SORD_REPO="https://github.com/drobilla/sord.git"
|
||||
SORD_COMMIT="ee631481ba7cbe5f6afdf5dd00860eb9bbed57f4"
|
||||
SCRIPT_REPO="https://github.com/drobilla/sord.git"
|
||||
SCRIPT_COMMIT="ee631481ba7cbe5f6afdf5dd00860eb9bbed57f4"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$SORD_REPO" "$SORD_COMMIT" sord
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" sord
|
||||
cd sord
|
||||
git submodule update --init --recursive --depth 1
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
SRATOM_REPO="https://github.com/lv2/sratom.git"
|
||||
SRATOM_COMMIT="8cf09feee6895ba0760f8c24db6416dac9006dc3"
|
||||
SCRIPT_REPO="https://github.com/lv2/sratom.git"
|
||||
SCRIPT_COMMIT="8cf09feee6895ba0760f8c24db6416dac9006dc3"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$SRATOM_REPO" "$SRATOM_COMMIT" sratom
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" sratom
|
||||
cd sratom
|
||||
git submodule update --init --recursive --depth 1
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
LILV_REPO="https://github.com/lv2/lilv.git"
|
||||
LILV_COMMIT="c36d3451278555134de850fc548d743b6da2179a"
|
||||
SCRIPT_REPO="https://github.com/lv2/lilv.git"
|
||||
SCRIPT_COMMIT="c36d3451278555134de850fc548d743b6da2179a"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$LILV_REPO" "$LILV_COMMIT" lilv
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" lilv
|
||||
cd lilv
|
||||
git submodule update --init --recursive --depth 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue