mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
Revert r22094 and r22095
SVN-Revision: 22096
This commit is contained in:
parent
6a7c2c244f
commit
1d2f157928
@ -99,7 +99,7 @@ sub update_index($)
|
|||||||
|
|
||||||
my %update_method = (
|
my %update_method = (
|
||||||
'src-svn' => {
|
'src-svn' => {
|
||||||
'init' => "svn checkout --non-interactive --trust-server-cert '%s' '%s'",
|
'init' => "svn checkout '%s' '%s'",
|
||||||
'update' => "svn update",
|
'update' => "svn update",
|
||||||
'controldir' => ".svn"},
|
'controldir' => ".svn"},
|
||||||
'src-cpy' => {
|
'src-cpy' => {
|
||||||
|
Loading…
Reference in New Issue
Block a user