summaryrefslogtreecommitdiffstats
path: root/.buckconfig
blob: e4a19f1ade389862cc0d7b322ed55d284a9f7153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[alias]
  all = //:all
  api = //:api
  api_deploy = //tools/maven:api_deploy
  api_install = //tools/maven:api_install
  war_deploy = //tools/maven:war_deploy
  war_install = //tools/maven:war_install
  chrome = //:chrome
  docs = //Documentation:searchfree
  firefox = //:firefox
  gerrit = //:gerrit
  release = //:release
  safari = //:safari
  soyc = //gerrit-gwtui:ui_soyc
  withdocs = //:withdocs

[buildfile]
  includes = //tools/default.defs

[java]
  src_roots = java, resources

[project]
  ignore = .git

[cache]
  mode = dir
  dir = ~/.gerritcodereview/buck-cache/cache