]> source.dussan.org Git - jgit.git/commit
Buck: Simplify root build file 62/66562/1
authorDavid Ostrovsky <david@ostrovsky.org>
Sun, 14 Feb 2016 10:36:25 +0000 (11:36 +0100)
committerDavid Ostrovsky <david@ostrovsky.org>
Sun, 14 Feb 2016 10:45:30 +0000 (11:45 +0100)
commit2d0fc6124d8b0602bb9c34c0f003c4dba555533e
treec6c56fbebfdd7b714ad98efe041e68dee35a5e93
parentdcfcbfd8bfd1371dc6b6537a3c4dc23f1e9fbe14
Buck: Simplify root build file

Remove all proxy rules, that were introduced to allow to build Gerrit
with hijacked JGit cell. New approach suggested in: [1], that emulates
real JGit project structure in its own cell, makes them unnecessary.

Add :all rule, that build all artifacts and packages them in zip file.
Add shell binary :jgit_bin rule, that allows to execute JGit binary
from with buck run command, e.g.:

  $ buck run jgit_bin status
  $ buck run jgit_bin -- --version

* [1] https://gerrit-review.googlesource.com/74859

Change-Id: Idf9ecb783cbd2b9984d4118047968f1f5204d642
Signed-off-by: David Ostrovsky <david@ostrovsky.org>
.buckconfig
BUCK