gerrit/tools
Shawn Pearce 4e1a8bc63d Update Buck
Buck changed export_deps from a boolean to be exported_deps, a list of
dependencies that are to be added to deps and also exported.  This
allows libraries to have dependencies for implementation use only, but
not expose them to callers for linkage.

exported_deps aren't transparently transitive anymore.  This mostly
impacts the plugin-api:lib rule.

This is the first time Gerrit is using upstream Buck with no patches.

- Java memory settings for Buck can now be supplied in a project
  specific file using `.buckjavaargs` in the root directory.  The file
  replaces the `.buckrc` previously supported by Gerrit's fork.

- Temporary directories for java_application() invoked from genrule()
  is now supplied as part of the arguments using $TMP.  This removes
  one of the patches Gerrit had for Buck.

- Unit tests use the system temporary directory during testing.  This
  can be faster if the temporary directory is a tmpfs.  Unfortunately
  not all passing tests clean up after themselves, making it possible
  to exhaust system memory and swap with useless tmpfs contents.
  Using the system temporary directory for tests removes another patch
  Gerrit had on top of Buck.

Change-Id: I3a9fe4aab0a33a8673df727e618122027a742638
2013-11-29 10:50:59 -08:00
..
eclipse Fix build failure caused by missing 'gerrit-plugin-gwtui:client' target 2013-11-25 03:00:25 +00:00
maven Buck: generate javadocs for plugin and extension API 2013-11-24 02:04:51 +01:00
util Add a bulk query suite tester 2013-09-19 18:29:07 +00:00
BUCK Buck: Support plugin own Maven repositories 2013-11-18 01:12:09 +01:00
buck.defs Update Buck 2013-11-29 10:50:59 -08:00
build.defs REST endpoint for searching Gerrit documentation. 2013-10-18 18:33:17 -07:00
default.defs Buck: Bump java default source and target level to 7 2013-11-28 23:34:05 +01:00
download_all.py Fix download and download_sources to aggressively get all targets 2013-05-23 10:45:51 -07:00
download_file.py Buck: Support plugin own Maven repositories 2013-11-18 01:12:09 +01:00
git.defs Remove asciidoc.conf 2013-09-04 21:31:03 -07:00
gitlog2asciidoc.py Add --issues and --issue_numbers to gitlog2asciidoc.py 2012-03-26 12:51:38 -07:00
GoogleFormat.xml Eclipse: Bump java source and target level to 7 2013-11-29 00:15:50 +01:00
gwt-constants.defs Fix build failure caused by missing 'gerrit-plugin-gwtui:client' target 2013-11-25 03:00:25 +00:00
pack_war.py Update buck 2013-10-18 17:06:56 +00:00
PythonTestCaller.java Buck: Support plugin own Maven repositories 2013-11-18 01:12:09 +01:00
util_test.py Buck: Support plugin own Maven repositories 2013-11-18 01:12:09 +01:00
util.py Buck: Support plugin own Maven repositories 2013-11-18 01:12:09 +01:00