[Asterisk-code-review] svn: Switch to https scheme. (asterisk[18])

Joshua Colp asteriskteam at digium.com
Tue Apr 27 05:46:33 CDT 2021


Joshua Colp has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/15824 )

Change subject: svn: Switch to https scheme.
......................................................................

svn: Switch to https scheme.

Some versions of SVN seemingly don't follow the redirect
to https.

Change-Id: Ia7c76c18cb620bcf56f08e1211a7d80d321fe253
---
M contrib/scripts/get_mp3_source.sh
M contrib/scripts/install_prereq
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Sean Bright: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Approved for Submit



diff --git a/contrib/scripts/get_mp3_source.sh b/contrib/scripts/get_mp3_source.sh
index 6d98465..c16db9b 100755
--- a/contrib/scripts/get_mp3_source.sh
+++ b/contrib/scripts/get_mp3_source.sh
@@ -15,7 +15,7 @@
     exit 1
 fi
 
-svn export http://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3 $@
+svn export https://svn.digium.com/svn/thirdparty/mp3/trunk addons/mp3 $@
 
 # Manually patch interface.c if not done yet.
 if ! grep -q ASTMM_LIBC addons/mp3/interface.c; then
diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq
index e62cb48..98e9350 100755
--- a/contrib/scripts/install_prereq
+++ b/contrib/scripts/install_prereq
@@ -332,7 +332,7 @@
 
 install_unpackaged() {
 	echo "*** Installing NBS (Network Broadcast Sound) ***"
-	svn co http://svn.digium.com/svn/nbs/trunk nbs-trunk
+	svn co https://svn.digium.com/svn/nbs/trunk nbs-trunk
 	cd nbs-trunk
 	make all install
 	cd ..
@@ -340,7 +340,7 @@
 	# Only install libresample if it wasn't installed via package
 	if ! test -f /usr/include/libresample.h; then
 		echo "*** Installing libresample ***"
-		svn co http://svn.digium.com/svn/thirdparty/libresample/trunk libresample-trunk
+		svn co https://svn.digium.com/svn/thirdparty/libresample/trunk libresample-trunk
 		cd libresample-trunk
 		./configure
 		make all install

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/15824
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: Ia7c76c18cb620bcf56f08e1211a7d80d321fe253
Gerrit-Change-Number: 15824
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Sean Bright <sean at seanbright.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210427/b433e94f/attachment-0001.html>


More information about the asterisk-code-review mailing list