Skip to content

Commit bc49e66

Browse files
authored
fix(loader): use HTTPS download URLs in travis scripts (#717)
1 parent 49fa718 commit bc49e66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hugegraph-loader/assembly/travis/install-hadoop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
set -ev
1919

20-
sudo wget http://archive.apache.org/dist/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz
20+
sudo wget https://archive.apache.org/dist/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz
2121

2222
sudo tar -zxf hadoop-2.8.5.tar.gz -C /usr/local
2323
cd /usr/local

hugegraph-loader/assembly/travis/install-mysql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker run -p 3306:3306 --name "$1" -e MYSQL_ROOT_PASSWORD="$2" -d mysql:5.7
3232

3333

3434
# Old Version
35-
#MYSQL_DOWNLOAD_ADDRESS="http://dev.MySQL.com/get/Downloads"
35+
#MYSQL_DOWNLOAD_ADDRESS="https://dev.mysql.com/get/Downloads"
3636
#MYSQL_VERSION="MySQL-5.7"
3737
#MYSQL_PACKAGE="mysql-5.7.11-Linux-glibc2.5-x86_64"
3838
#MYSQL_TAR="${MYSQL_PACKAGE}.tar.gz"

0 commit comments

Comments
 (0)