Make retry tool generic
This commit is contained in:
parent
b7ca4432e1
commit
d1dd644b80
6 changed files with 19 additions and 15 deletions
|
@ -12,7 +12,7 @@ ffbuild_dockerstage() {
|
|||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
svn checkout "${SCRIPT_REPO}@${SCRIPT_REV}" zvbi
|
||||
retry-tool sh -c "rm -rf 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