From 88947c6df989f2a4ac74c6227ca4bf28e7be2e79 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> Date: Mon, 2 Oct 2017 15:16:24 +0200 Subject: [PATCH] Updated the checkout script of atlasexternals to not use any explicit authentication anymore. Since the repository is now world readable. Former-commit-id: 1e20a3b7f7a178137f621201e3d5fa48800f1845 --- Build/AtlasBuildScripts/checkout_atlasexternals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/AtlasBuildScripts/checkout_atlasexternals.sh b/Build/AtlasBuildScripts/checkout_atlasexternals.sh index ba9ebadd509d..792cec61510b 100755 --- a/Build/AtlasBuildScripts/checkout_atlasexternals.sh +++ b/Build/AtlasBuildScripts/checkout_atlasexternals.sh @@ -23,7 +23,7 @@ usage() { # Parse the command line arguments: TAGBRANCH="" SOURCEDIR="" -EXTERNALSURL="https://:@gitlab.cern.ch:8443/atlas/atlasexternals.git" +EXTERNALSURL="https://gitlab.cern.ch/atlas/atlasexternals.git" while getopts ":t:o:s:e:h" opt; do case $opt in t) -- GitLab