Add a script to build an HHVM RepoAuthoritative bytecode file
authorTim Starling <tstarling@wikimedia.org>
Mon, 15 Aug 2016 05:40:52 +0000 (15:40 +1000)
committerTim Starling <tstarling@wikimedia.org>
Tue, 16 Aug 2016 03:32:19 +0000 (13:32 +1000)
commit535501ed62853f54a4a849efeb1a35bb23b31724
tree37de2325e8bdcc94f7076a264f577c9556572383
parentf8ae0219dbc2ba4deb4eb37b86f0a3e0703eccc9
Add a script to build an HHVM RepoAuthoritative bytecode file

This script compiles a list of known MW sources, including core and
extensions, and generates a RepoAuthoritative bytecode file. Some ideas
were taken from Bryan Davis's scap-hhvm-compile shell script.

Also, renamed the old maintenance/hiphop directory to maintenance/hhvm,
respecting the rename of the upstream project.

Change-Id: I55798729d0553d2840e8099e81d604a814e8664c
autoload.php
maintenance/Maintenance.php
maintenance/hhvm/makeRepo.php [new file with mode: 0644]
maintenance/hhvm/run-server [new file with mode: 0755]
maintenance/hhvm/server.conf [new file with mode: 0644]
maintenance/hiphop/run-server [deleted file]
maintenance/hiphop/server.conf [deleted file]