mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
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:
parent
c6e91abd23
commit
3e645f7f27
@ -9,7 +9,7 @@ ffbuild_enabled() {
|
||||
}
|
||||
|
||||
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user