Make retry tool generic
This commit is contained in:
parent
b7ca4432e1
commit
d1dd644b80
6 changed files with 19 additions and 15 deletions
|
@ -8,7 +8,7 @@ ffbuild_enabled() {
|
|||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
svn checkout "${SCRIPT_REPO}@${SCRIPT}" openmpt
|
||||
retry-tool sh -c "rm -rf openmpt && svn checkout '${SCRIPT_REPO}@${SCRIPT}' openmpt"
|
||||
cd openmpt
|
||||
|
||||
local myconf=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue