Recommend bootstrapping a stable version of Buck

The tip of the Buck tree may not compile. It happens, software is
fuzzy and humans make mistakes.

The version of Buck used by .buckversion in Gerrit is more likely to
be known to build.  Recommend checking out that version to start a new
workspace for Gerrit.

Change-Id: Idad3a461e40a0b0e2103231827b3935d37d52566
This commit is contained in:
Shawn Pearce
2014-11-27 11:48:28 -08:00
parent bc485ee2fc
commit 552c1b5353

View File

@@ -14,6 +14,7 @@ Clone the git and build it:
---- ----
git clone https://gerrit.googlesource.com/buck git clone https://gerrit.googlesource.com/buck
cd buck cd buck
git checkout $(cat ../gerrit/.buckversion)
ant ant
---- ----