Skip to content

Commit 1ae656f

Browse files
committed
changed ssh links to http
1 parent 9dddf56 commit 1ae656f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/tpch/tpch_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TPCH_REPO_ROOT="$1"
77
if [ ! -d "${TPCH_REPO_ROOT}/tpch-kit" ]; then
88
mkdir -p "${TPCH_REPO_ROOT}"
99
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
1111
cd ./tpch-kit/dbgen
1212
make MACHINE=LINUX DATABASE=POSTGRESQL
1313
fi

dbms/postgres/build_repo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ REPO_REAL_PARENT_DPATH="$1"
77
# Download and make postgres from the boot repository.
88
mkdir -p "${REPO_REAL_PARENT_DPATH}"
99
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
1111
cd ./boot
1212
./cmudb/build/configure.sh release "${REPO_REAL_PARENT_DPATH}/boot/build/postgres"
1313
make clean

0 commit comments

Comments
 (0)