File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TPCH_REPO_ROOT="$1"
7
7
if [ ! -d " ${TPCH_REPO_ROOT} /tpch-kit" ]; then
8
8
mkdir -p " ${TPCH_REPO_ROOT} "
9
9
cd " ${TPCH_REPO_ROOT} "
10
- git clone git@ github.com: lmwnshn/tpch-kit.git --single-branch --branch master --depth 1
10
+ git clone https:// github.com/ lmwnshn/tpch-kit.git --single-branch --branch master --depth 1
11
11
cd ./tpch-kit/dbgen
12
12
make MACHINE=LINUX DATABASE=POSTGRESQL
13
13
fi
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ REPO_REAL_PARENT_DPATH="$1"
7
7
# Download and make postgres from the boot repository.
8
8
mkdir -p " ${REPO_REAL_PARENT_DPATH} "
9
9
cd " ${REPO_REAL_PARENT_DPATH} "
10
- git clone git@ github.com: lmwnshn/boot.git --single-branch --branch vldb_2024 --depth 1
10
+ git clone https:// github.com/ lmwnshn/boot.git --single-branch --branch vldb_2024 --depth 1
11
11
cd ./boot
12
12
./cmudb/build/configure.sh release " ${REPO_REAL_PARENT_DPATH} /boot/build/postgres"
13
13
make clean
You can’t perform that action at this time.
0 commit comments