Skip to content

Commit 162b5ff

Browse files
Merge pull request #8 from edhay/main
Updated to github links
2 parents 26bb787 + fb83e5f commit 162b5ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

common/scripts/get_source.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ get_bsa_src()
6464
if [ -z $ARM_BSA_TAG ]; then
6565
#No TAG is provided. Download the latest code
6666
echo "Downloading Arm BSA source code."
67-
git clone --depth 1 ssh://ap-gerrit-1.ap01.arm.com:29418/avk/syscomp_bsa ShellPkg/Application/bsa-acs
67+
git clone --depth 1 https://github.com/ARM-software/bsa-acs.git ShellPkg/Application/bsa-acs
6868
else
6969
echo "Downloading Arm BSA source code. TAG : $ARM_BSA_TAG"
70-
git clone --depth 1 --branch $ARM_BSA_TAG ssh://ap-gerrit-1.ap01.arm.com:29418/avk/syscomp_bsa ShellPkg/Application/bsa-acs
70+
git clone --depth 1 --branch $ARM_BSA_TAG https://github.com/ARM-software/bsa-acs.git ShellPkg/Application/bsa-acs
7171
fi
7272
popd
7373
pushd $TOP_DIR/edk2/ShellPkg/Application/bsa-acs
@@ -120,10 +120,10 @@ get_linux-acs_src()
120120
{
121121
if [ -z $ARM_LINUX_ACS_TAG ]; then
122122
echo "Downloading Arm Linux ACS source code."
123-
git clone --depth 1 ssh://ap-gerrit-1.ap01.arm.com:29418/avk/syscomp_linux_acs linux-acs
123+
git clone --depth 1 https://gitlab.arm.com/linux-arm/linux-acs linux-acs
124124
else
125125
echo "Downloading Arm Linux ACS source code. TAG : ${ARM_LINUX_ACS_TAG}"
126-
git clone --depth 1 --branch ${ARM_LINUX_ACS_TAG} ssh://ap-gerrit-1.ap01.arm.com:29418/avk/syscomp_linux_acs linux-acs
126+
git clone --depth 1 --branch ${ARM_LINUX_ACS_TAG} https://gitlab.arm.com/linux-arm/linux-acs linux-acs
127127
fi
128128
pushd $TOP_DIR/linux-${LINUX_KERNEL_VERSION}
129129
echo "Applying Linux ACS Patch..."
@@ -137,10 +137,10 @@ get_bbr_acs_src()
137137
if [ -z $ARM_BBR_TAG ]; then
138138
#No TAG is provided. Download the latest code
139139
echo "Downloading Arm BBR source code."
140-
git clone --depth 1 ssh://ap-gerrit-1.ap01.arm.com:29418/avk/syscomp_bbr bbr-acs
140+
git clone --depth 1 https://github.com/ARM-software/bbr-acs.git bbr-acs
141141
else
142142
echo "Downloading Arm BBR source code. TAG: $ARM_BBR_TAG"
143-
git clone --depth 1 --branch $ARM_BBR_TAG ssh://ap-gerrit-1.ap01.arm.com:29418/avk/syscomp_bbr bbr-acs
143+
git clone --depth 1 --branch $ARM_BBR_TAG https://github.com/ARM-software/bbr-acs.git bbr-acs
144144
fi
145145
}
146146

0 commit comments

Comments
 (0)