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

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


The following commit(s) were added to refs/heads/develop by this push:
     new bc4956a  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
     new 358dffb  Merge branch 'develop' of 
https://gitbox.apache.org/repos/asf/vcl into develop
bc4956a is described below

commit bc4956a371f12486a451487e33c89e46f1afc40d
Author: Josh Thompson <[email protected]>
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

Reply via email to