gerrit/.buckconfig
Saša Živkov 9cd9e87e03 Cache buck build results locally by default
Use buck-out/cache folder for local cache of buck build results.
Since we don't (yet) have a shared set of Cassandra cache nodes,
using a local cache is a good default. This will speed up build
times when switching between different version of Gerrit (for example
master/stable) and also when running "git bisect".

Change-Id: Id23c6053e7cb0498d129345f6ead18288d0e9701
2013-12-11 13:21:39 +01:00

22 lines
353 B
Plaintext

[alias]
api = //:api
api_deploy = //tools/maven:deploy
api_install = //tools/maven:install
docs = //Documentation:html
gerrit = //:gerrit
release = //:release
withdocs = //:withdocs
[buildfile]
includes = //tools/default.defs
[java]
src_roots = java, resources
[project]
ignore = .git
[cache]
mode = dir
dir = buck-out/cache