Update NailGun to a version that supports a configurable client disconnection timeout.

Summary:
Update nailgun to 5915c1f84c70dc763627dfde549c7ab07d712164,
modify buckd script to pass timeout to NailGun server.

Test Plan:
0) buck test --all
1) buckd
2) buck build buck, check that it completes
3) modify buckd script to set BUCKD_CLIENT_TIMEOUT_MILLIS to 500
4) buckd
5) buck build buck, check that build exits with "Client disconnected." message.
5 files changed
tree: 04441fcc69bb4ee921c67befe8638e9ebbc97eac
  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. .travis.yml
  18. buck.iml
  19. build.xml
  20. DEFS
  21. LICENSE
  22. 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/.

Build Status

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