Updated the mkrelease script to send svn checkout links which specify https://, not http.
- Legacy-Id: 10498
This commit is contained in:
parent
7e08303c33
commit
145cc4dd61
|
@ -257,10 +257,10 @@ Release notes:
|
|||
$changes
|
||||
|
||||
The new version is available for installation through SVN checkout, with
|
||||
'svn checkout http://svn.tools.ietf.org/svn/tools/$PROJ/tags/$VER'
|
||||
'svn checkout https://svn.tools.ietf.org/svn/tools/$PROJ/tags/$VER'
|
||||
|
||||
For development, check out the new development version instead:
|
||||
'svn checkout http://svn.tools.ietf.org/svn/tools/$PROJ/tags/dev/$DEV'
|
||||
'svn checkout https://svn.tools.ietf.org/svn/tools/$PROJ/tags/dev/$DEV'
|
||||
|
||||
Regards,
|
||||
|
||||
|
|
Loading…
Reference in a new issue