From 356897ef6d69fb280767e4e0e78640c79a7fdb28 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 29 Nov 2015 20:02:07 +0530 Subject: [PATCH] switch back to gitlab.com clone urls: no comments --- assets/build/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/build/install.sh b/assets/build/install.sh index 7d351c7e..b734ff44 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -43,7 +43,7 @@ exec_as_git git config --global core.autocrlf input # install gitlab-shell echo "Cloning gitlab-shell v.${GITLAB_SHELL_VERSION}..." exec_as_git git clone -q -b v${GITLAB_SHELL_VERSION} --depth 1 \ - https://gitlab.com/gitlab-org/gitlab-shell.git ${GITLAB_SHELL_INSTALL_DIR} + https://github.com/gitlabhq/gitlab-shell.git ${GITLAB_SHELL_INSTALL_DIR} cd ${GITLAB_SHELL_INSTALL_DIR} exec_as_git cp -a ${GITLAB_SHELL_INSTALL_DIR}/config.yml.example ${GITLAB_SHELL_INSTALL_DIR}/config.yml @@ -59,7 +59,7 @@ exec_as_git make # shallow clone gitlab-ce echo "Cloning gitlab-ce v.${GITLAB_VERSION}..." exec_as_git git clone -q -b v${GITLAB_VERSION} --depth 1 \ - https://gitlab.com/gitlab-org/gitlab-ce.git ${GITLAB_INSTALL_DIR} + https://github.com/gitlabhq/gitlabhq.git ${GITLAB_INSTALL_DIR} # remove HSTS config from the default headers, we configure it in nginx exec_as_git sed -i "/headers\['Strict-Transport-Security'\]/d" ${GITLAB_INSTALL_DIR}/app/controllers/application_controller.rb