-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55646/
-----------------------------------------------------------
Review request for Aurora and Joshua Cohen.
Bugs: AURORA-1875
https://issues.apache.org/jira/browse/AURORA-1875
Repository: aurora
Description
-------
We use these for the Aurora UI and the API docs.
build-support/thrift/thriftw | 2 ++
1 file changed, 2 insertions(+)
Diffs
-----
build-support/thrift/thriftw 278576f22b6127da306e2b12ece3686981a317d3
Diff: https://reviews.apache.org/r/55646/diff/
Testing
-------
Missed these 2 in https://reviews.apache.org/r/55536/
Our custom thrift build does not rebuild since it passes the new checks:
```
$ ./build-support/thrift/thriftw 0.9.1 --which
/home/jsirois/dev/apache/jsirois-aurora/build-support/thrift/thrift-0.9.1/compiler/cpp/thrift
$ ./build-support/thrift/thriftw 0.9.1 -help 2>&1 | grep -iE "javascript|html"
html (HTML):
standalone: Self-contained mode, includes all CSS in the HTML files.
Generates no style.css file, but HTML files will be larger.
js (Javascript):
```
Thanks,
John Sirois