Handle KeyboardInterrupt in buck.py. Summary: Terminating a buck build with CTRL-C sometimes results in a Python Traceback being shown on the terminal. Fix this by catching KeyboardInterrupt in the main() method. Don't do anything with the caught exception; just pass. Test Plan: Build something. Terminate it with CTRL-C. Don't see a TraceBack.
Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.
To build Buck, run the following:
git clone git@github.com:facebook/buck.git cd buck ant ./bin/buck --help
Apache License 2.0