From 22dbbb37b35f24b999b9045bfc6cfec74965a58a Mon Sep 17 00:00:00 2001 From: Tianxiao Gu Date: Fri, 24 Jan 2020 12:29:00 +0800 Subject: [PATCH] [Misc] Use https as the default git protocol Summary: - Use https for github repo URL - Add executable permission to configure Test Plan: Reviewed-by: luchsh Issue: https://github.com/alibaba/dragonwell8/issues/20 --- configure | 0 get_source_dragonwell.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 configure diff --git a/configure b/configure old mode 100644 new mode 100755 diff --git a/get_source_dragonwell.sh b/get_source_dragonwell.sh index afff566..7155801 100755 --- a/get_source_dragonwell.sh +++ b/get_source_dragonwell.sh @@ -63,7 +63,7 @@ do shift; site=$1 if [[ $site == "github" ]]; then - GITURL="git@github.com:alibaba" + GITURL="https://github.com/alibaba" REPO_PREFIX="dragonwell8_" elif [[ $site == "gitlab" ]]; then # inside alibaba -- GitLab