projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6615374
)
Added --non-interactive flag to svn package downloads
author
Hamish Guthrie
<hcg@openwrt.org>
Thu, 8 Jul 2010 15:44:24 +0000
(15:44 +0000)
committer
Hamish Guthrie
<hcg@openwrt.org>
Thu, 8 Jul 2010 15:44:24 +0000
(15:44 +0000)
SVN-Revision: 22095
scripts/feeds
patch
|
blob
|
history
diff --git
a/scripts/feeds
b/scripts/feeds
index 05b4f9d7f14b121c0c5051ce7054a313571055cd..133f853c42eb6f0cec5d3d0e7311bcd835b9d3e8 100755
(executable)
--- a/
scripts/feeds
+++ b/
scripts/feeds
@@
-99,7
+99,7
@@
sub update_index($)
my %update_method = (
'src-svn' => {
- 'init' => "svn checkout --trust-server-cert '%s' '%s'",
+ 'init' => "svn checkout --
non-interactive --
trust-server-cert '%s' '%s'",
'update' => "svn update",
'controldir' => ".svn"},
'src-cpy' => {