Skip to content

Commit

Permalink
buildmaster: Simplify container bootstrap script.
Browse files Browse the repository at this point in the history
The workaround with the github repository is not needed anymore as
gerrit now allows for shallow clones.
  • Loading branch information
mmlr committed Apr 13, 2020
1 parent 6dc5218 commit bc04623
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions buildmaster/docker/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@

cd /var/sources

git clone --depth=1 https://github.com/haiku/haiku \
&& git -C haiku remote set-url origin https://git.haiku-os.org/haiku \
&& git -C haiku fetch --tags

git clone --depth=1 https://github.com/haiku/buildtools \
&& git -C buildtools remote set-url origin \
https://git.haiku-os.org/buildtools \
&& git -C buildtools fetch --tags

git clone --depth=1 https://github.com/haikuports/haikuporter

haikuporter/buildmaster/bin/bootstrap_buildmaster.sh \
--buildtools-dir buildtools --haiku-dir haiku \
--haikuporter-dir haikuporter --base-dir /var/buildmaster $@

0 comments on commit bc04623

Please sign in to comment.