Update 2.11.5 release notes to mention forked buck

Add a warning that the Google repository needs to be added to the
remotes.

Change-Id: Ied78df702845215ba77f9ddef10e9d2b956a7df3
This commit is contained in:
David Pursehouse 2015-12-09 01:25:50 +00:00
parent 47d801963f
commit 0c30491839
1 changed files with 16 additions and 0 deletions

View File

@ -9,6 +9,22 @@ https://gerrit-releases.storage.googleapis.com/gerrit-2.11.5.war]
There are no schema changes from link:ReleaseNotes-2.11.4.html[2.11.4].
Important Notes
---------------
*WARNING:* This release uses a forked version of buck.
Buck was forked to cherry-pick an upstream fix for building on Mac OSX
El Capitan.
To build this release from source, the Google repository must be added to
the remotes in the buck checkout:
----
$ git remote add google https://gerrit.googlesource.com/buck
----
Bug Fixes
---------