Skip to content

Commit

Permalink
buildmaster: Update URLs for haiku/buildtools.
Browse files Browse the repository at this point in the history
The HTTPS versions are now on review.haiku-os.org.
  • Loading branch information
mmlr committed Apr 13, 2020
1 parent 3c8a4fe commit 6dc5218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildmaster/bin/bootstrap_buildmaster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if [ -z "$BUILDTOOLS_DIR" ]
then
BUILDTOOLS_DIR="$(realpath "buildtools")"
echo "Cloning buildtools repository to $BUILDTOOLS_DIR"
git clone --depth=1 https://git.haiku-os.org/buildtools "$BUILDTOOLS_DIR"
git clone --depth=1 https://review.haiku-os.org/buildtools "$BUILDTOOLS_DIR"
else
echo "Using existing buildtools repository in $BUILDTOOLS_DIR"
fi
Expand All @@ -104,7 +104,7 @@ if [ -z "$HAIKU_DIR" ]
then
HAIKU_DIR="$(realpath "haiku")"
echo "Cloning Haiku repository to $HAIKU_DIR"
git clone --depth=1 https://git.haiku-os.org/haiku "$HAIKU_DIR"
git clone --depth=1 https://review.haiku-os.org/haiku "$HAIKU_DIR"
else
echo "Using existing Haiku repository in $HAIKU_DIR"
fi
Expand Down

0 comments on commit 6dc5218

Please sign in to comment.