Skip to content

Commit

Permalink
Add --non-interactive to the svn checkout
Browse files Browse the repository at this point in the history
Otherwise svn checkout hang on an input from user about saving plaintext passwords
  • Loading branch information
akshetpandey authored and BtbN committed Jun 3, 2024
1 parent c6e91ab commit 3e645f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/50-xvid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3e645f7

Please sign in to comment.