From 145cc4dd61c748e1b4bdfaac83f51ec87bf4b6c8 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 16 Nov 2015 17:44:11 +0000 Subject: [PATCH] Updated the mkrelease script to send svn checkout links which specify https://, not http. - Legacy-Id: 10498 --- bin/mkrelease | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mkrelease b/bin/mkrelease index dfca5ce52..b0faa9278 100755 --- a/bin/mkrelease +++ b/bin/mkrelease @@ -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,