mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
add --trust-server-cert to svn checkout of feeds
SVN-Revision: 22094
This commit is contained in:
parent
0a82d07f4b
commit
6615374f13
@ -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' => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user