You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2019/05/21 15:08:54 UTC

[vcl] branch master updated: vcl-install.sh: updated ARCHIVEURLPATH and SIGPATH for RCs to use https vcl-upgrade.sh: updated SIGPATH for production code and ARCHIVEURLPATH and SIGPATH for RCs to use https

This is an automated email from the ASF dual-hosted git repository.

jfthomps pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/vcl.git


The following commit(s) were added to refs/heads/master by this push:
     new 6327225  vcl-install.sh: updated ARCHIVEURLPATH and SIGPATH for RCs to use https vcl-upgrade.sh: updated SIGPATH for production code and ARCHIVEURLPATH and SIGPATH for RCs to use https
6327225 is described below

commit 63272257bb959d6af7d995fee60723d155948a37
Author: Josh Thompson <jf...@ncsu.edu>
AuthorDate: Tue May 21 10:59:09 2019 -0400

    vcl-install.sh: updated ARCHIVEURLPATH and SIGPATH for RCs to use https
    vcl-upgrade.sh: updated SIGPATH for production code and ARCHIVEURLPATH and SIGPATH for RCs to use https
---
 vcl-install.sh | 4 ++--
 vcl-upgrade.sh | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/vcl-install.sh b/vcl-install.sh
index c67e003..d4eed6c 100755
--- a/vcl-install.sh
+++ b/vcl-install.sh
@@ -178,8 +178,8 @@ if [[ $dorc -eq 1 ]]; then
 	fi
 	VCL_VERSION=${VCL_VERSION}-RC$RC
 	ARCHIVE=apache-VCL-$VCL_VERSION.tar.bz2
-	ARCHIVEURLPATH="http://people.apache.org/~jfthomps/apache-VCL-${VCL_VERSION}/"
-	SIGPATH="http://people.apache.org/~jfthomps/apache-VCL-${VCL_VERSION}/"
+	ARCHIVEURLPATH="https://people.apache.org/~jfthomps/apache-VCL-${VCL_VERSION}/"
+	SIGPATH="https://people.apache.org/~jfthomps/apache-VCL-${VCL_VERSION}/"
 fi
 
 if [[ $DOALL -eq 1 ]]; then
diff --git a/vcl-upgrade.sh b/vcl-upgrade.sh
index e0ed9db..4998fbf 100755
--- a/vcl-upgrade.sh
+++ b/vcl-upgrade.sh
@@ -73,7 +73,7 @@ DB_ADMINPASS=""
 DB_HOST=localhost
 ARCHIVE=apache-VCL-$VCL_VERSION.tar.bz2
 ARCHIVEURLPATH="http://vcl.apache.org/downloads/download.cgi?action=download&filename=%2Fvcl%2F$VCL_VERSION%2F"
-SIGPATH="http://www.apache.org/dist/vcl/$VCL_VERSION/"
+SIGPATH="https://www.apache.org/dist/vcl/$VCL_VERSION/"
 
 DODB=0
 DOWEB=0
@@ -151,8 +151,8 @@ if [[ $dorc -eq 1 ]]; then
 	fi
 	VCL_VERSION=${VCL_VERSION}-RC$RC
 	ARCHIVE=apache-VCL-$VCL_VERSION.tar.bz2
-	ARCHIVEURLPATH="http://people.apache.org/~jfthomps/apache-VCL-${VCL_VERSION}/"
-	SIGPATH="http://people.apache.org/~jfthomps/apache-VCL-${VCL_VERSION}/"
+	ARCHIVEURLPATH="https://people.apache.org/~jfthomps/apache-VCL-${VCL_VERSION}/"
+	SIGPATH="https://people.apache.org/~jfthomps/apache-VCL-${VCL_VERSION}/"
 fi
 
 if [[ $DOALL -eq 1 ]]; then