summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorSam Voss <sam.voss@rockwellcollins.com>2017-11-17 12:50:34 -0600
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-26 14:18:57 +0100
commitad477b08593bbffee7d9d8a64a18f98105735a3e (patch)
tree9a5db7c1f58087995ff20c4da708f890e0777dc6 /Config.in
parentf79cc7dc157e885b879637d428971ce89777f85c (diff)
support/download: svn non-interactive in BR2_SVN
Instead of overriding the _svn command and injecting --non-interactive, change the default value of BR2_SVN to include this flag so the end user can choose not to use the flag. This change helps users behind corporate system rules which may not allow them to locally cache credentials and require interactive mode. Signed-off-by: Sam Voss <sam.voss@rockwellcollins.com> [Originally implemented by] CC: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 8920b727ce..75e5604831 100644
--- a/Config.in
+++ b/Config.in
@@ -106,7 +106,7 @@ config BR2_WGET
config BR2_SVN
string "Subversion (svn) command"
- default "svn"
+ default "svn --non-interactive"
config BR2_BZR
string "Bazaar (bzr) command"