From 0c3049183923a59ed947480de4c9fbeeda54af75 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 9 Dec 2015 01:25:50 +0000 Subject: [PATCH] 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 --- ReleaseNotes/ReleaseNotes-2.11.5.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ReleaseNotes/ReleaseNotes-2.11.5.txt b/ReleaseNotes/ReleaseNotes-2.11.5.txt index 03427bb4c2..d7758cbb48 100644 --- a/ReleaseNotes/ReleaseNotes-2.11.5.txt +++ b/ReleaseNotes/ReleaseNotes-2.11.5.txt @@ -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 ---------