1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:43:16 +03:00

add --trust-server-cert to svn checkout of feeds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22094 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg 2010-07-08 15:27:33 +00:00
parent 8fe0e7321b
commit 742744addf

View File

@ -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' => {