Add unique ids to each Hack build, and handle sigint
commit5d1a6ab2a8f0b05ada60066e446616e6125846b4
authorJez Ng <jezng@fb.com>
Tue, 1 Sep 2015 04:34:10 +0000 (31 21:34 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Wed, 2 Sep 2015 01:00:58 +0000 (1 18:00 -0700)
tree9591060bf8cd7151c146a8c603d08aa6b9a3e132
parente0be3704578eedeba196438b20e78d0f365a6f37
Add unique ids to each Hack build, and handle sigint

Reviewed By: @​bpr

Differential Revision: D2390909
hphp/hack/src/client/clientArgs.ml
hphp/hack/src/client/clientBuild.ml
hphp/hack/src/client/clientLogCommand.ml
hphp/hack/src/client/clientLogCommandUtils.ml
hphp/hack/src/hh_client.ml
hphp/hack/src/server/serverBuild.ml
hphp/hack/src/server/serverIdle.ml
hphp/hack/src/server/serverInit.ml
hphp/hack/src/utils/exit_status.ml
hphp/hack/src/utils/random_id.ml [new file with mode: 0644]
hphp/hack/src/utils/sys_utils.ml