Skip to content

Commit 3e645f7

Browse files
akshetpandeyBtbN
authored andcommitted
Add --non-interactive to the svn checkout
Otherwise svn checkout hang on an input from user about saving plaintext passwords
1 parent c6e91ab commit 3e645f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.d/50-xvid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ffbuild_enabled() {
99
}
1010

1111
ffbuild_dockerdl() {
12-
echo "retry-tool sh -c \"rm -rf xvid && svn checkout --username 'anonymous' --password '' '${SCRIPT_REPO}@${SCRIPT_REV}' xvid\" && cd xvid"
12+
echo "retry-tool sh -c \"rm -rf xvid && svn --non-interactive checkout --username 'anonymous' --password '' '${SCRIPT_REPO}@${SCRIPT_REV}' xvid\" && cd xvid"
1313
}
1414

1515
ffbuild_dockerbuild() {

0 commit comments

Comments
 (0)