projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe0e73
)
add --trust-server-cert to svn checkout of feeds
author
hcg
<hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jul 2010 15:27:33 +0000
(15:27 +0000)
committer
hcg
<hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jul 2010 15:27:33 +0000
(15:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22094
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/feeds
patch
|
blob
|
history
diff --git
a/scripts/feeds
b/scripts/feeds
index
3932a2d
..
05b4f9d
100755
(executable)
--- a/
scripts/feeds
+++ b/
scripts/feeds
@@
-99,7
+99,7
@@
sub update_index($)
my %update_method = (
'src-svn' => {
- 'init' => "svn checkout '%s' '%s'",
+ 'init' => "svn checkout
--trust-server-cert
'%s' '%s'",
'update' => "svn update",
'controldir' => ".svn"},
'src-cpy' => {
This page took
0.02345 seconds
and
4
git commands to generate.