Add --non-interactive to the svn checkout

Otherwise svn checkout hang on an input from user about saving plaintext passwords
This commit is contained in:
Akshet Pandey 2024-05-31 21:03:49 -04:00 committed by BtbN
parent c6e91abd23
commit 3e645f7f27

View File

@ -9,7 +9,7 @@ ffbuild_enabled() {
} }
ffbuild_dockerdl() { ffbuild_dockerdl() {
echo "retry-tool sh -c \"rm -rf xvid && svn checkout --username 'anonymous' --password '' '${SCRIPT_REPO}@${SCRIPT_REV}' xvid\" && cd xvid" echo "retry-tool sh -c \"rm -rf xvid && svn --non-interactive checkout --username 'anonymous' --password '' '${SCRIPT_REPO}@${SCRIPT_REV}' xvid\" && cd xvid"
} }
ffbuild_dockerbuild() { ffbuild_dockerbuild() {