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
|
||||
|
||||
ZVBI_REPO="https://svn.code.sf.net/p/zapping/svn/trunk/vbi"
|
||||
ZVBI_REV="4270"
|
||||
SCRIPT_REPO="https://svn.code.sf.net/p/zapping/svn/trunk/vbi"
|
||||
SCRIPT_REV="4270"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -12,7 +12,7 @@ ffbuild_dockerstage() {
|
|||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
svn checkout "${ZVBI_REPO}@${ZVBI_REV}" zvbi
|
||||
svn checkout "${SCRIPT_REPO}@${SCRIPT_REV}" zvbi
|
||||
cd zvbi
|
||||
|
||||
for patch in /patches/*.patch; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue