6f6de0d32c
Downloaded artifacts went directly into ~/.gerritcodereview/buck-cache while artifacts built by BUCK went into the directory's `cache` subdirectory: ~/.gerritcodereview/buck-cache/cache . When just walking the file hierarchy on the command line, this `cache` sub-directory is hardly visible, due to all the downloaded artifacts. To increase visibility, we change to * ~/.gerritcodereview/buck-cache/downloaded-artifacts (for downloaded artifacts) * ~/.gerritcodereview/buck-cache/locally-built-artifacts (for artifacts built by buck locally) That way `~/.gerritcodereview/buck-cache` (instead of one directory and 100s files) now only contains two directories. Change-Id: I7327ff6c1736f9af8ea15450949dc6a4bc10b684
31 lines
662 B
Plaintext
31 lines
662 B
Plaintext
[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
|
|
headless = //:headless
|
|
release = //:release
|
|
safari = //:safari
|
|
soyc = //gerrit-gwtui:ui_soyc
|
|
soyc_r = //gerrit-gwtui:ui_soyc_r
|
|
withdocs = //:withdocs
|
|
|
|
[buildfile]
|
|
includes = //tools/default.defs
|
|
|
|
[java]
|
|
src_roots = java, resources
|
|
|
|
[project]
|
|
ignore = .git
|
|
|
|
[cache]
|
|
mode = dir
|
|
dir = ~/.gerritcodereview/buck-cache/locally-built-artifacts
|