Move frameworks to master or develop branches
commit383b963111199fc86d6b2b022ab43c6be5ac671b
authorJoel Marcey <joelm@fb.com>
Thu, 9 Jan 2014 21:46:36 +0000 (9 13:46 -0800)
committerSara Golemon <sgolemon@fb.com>
Fri, 10 Jan 2014 17:43:56 +0000 (10 09:43 -0800)
tree8427ead0c0e6c48c0d79571baabb3a2d82c8e5d2
parent5922bf689da8c54c9d86c3a7fa555919bd9b31c3
Move frameworks to master or develop branches

Move all the frameworks away from just specific git hashes to a master, develop (or equivalent) branch.

We start off with specific git hashes for the branch, but now there is a --latest and --reset option that gets the latest source for that branch and updates our new frameworks.json file with the latest hash.

I will do a --reset after this diff is approved to get new .expect files, etc.

Reviewed By: @ptarjan

Differential Revision: D1099135
hphp/test/frameworks/frameworks.json [new file with mode: 0644]
hphp/test/frameworks/results/monolog.expect [new file with mode: 0644]
hphp/test/frameworks/results/ratchet.expect [new file with mode: 0644]
hphp/test/frameworks/results/reactphp.expect [new file with mode: 0644]
hphp/test/frameworks/results/silverstripe.expect [new file with mode: 0644]
hphp/test/frameworks/run.php