From bb3bde1628b6c555f4caf52179fdd669bcfc1c21 Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 25 Mar 2015 15:14:47 +0000 Subject: [PATCH] Update FAQ entry for Pants and Buck. -- MOS_MIGRATED_REVID=89501886 --- docs/FAQ.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 4a80908c6b3b47..a61ce499ec6539 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -63,9 +63,10 @@ Why doesn't Google use ...? Gradle's, letting Bazel understand exactly what each action does. This allows for more parallelism and better reproducibility. -* Buck, Pants: Both tools were created by ex-Googlers at Twitter and - Facebook. They have been modeled on Bazel, but their feature set - has not caught up to Bazel, so it's not an alternative for us. +* Buck, Pants: Both tools were created and developed by ex-Googlers at + Twitter and FourSquare, and Facebook respectively. They have been modeled + after Bazel, but their feature sets are different, so they aren't viable + alternatives for us. What is Bazel's origin?