Interrupt command processing on client disconnect.

Summary:
Updates the version of Nailgun used by Buck to a fork which adds support for
detecting client disconnection and adds a callback to Main which interrupts
command processing on client disconnection, so that Buck behaves consistently
when killed wether using buckd or running standalone.

Test Plan: buck test --all
21 files changed
tree: b8254a814b0721584b3fd679e258fe6978d1abf8
  1. .idea/
  2. bin/
  3. config/
  4. docs/
  5. lib/
  6. plugin/
  7. pmd/
  8. scripts/
  9. src/
  10. test/
  11. testdata/
  12. third-party/
  13. .buckconfig
  14. .classpath
  15. .gitignore
  16. .project
  17. buck.iml
  18. build.xml
  19. DEFS
  20. LICENSE
  21. README.md
README.md

Buck

Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.

Installation

To build Buck, run the following:

git clone git@github.com:facebook/buck.git
cd buck
ant
./bin/buck --help

License

Apache License 2.0