Repository: aurora Updated Branches: refs/heads/master 4e92be4cd -> c223e666f
Ensure Aurora thrift support js and html. We use these for the Aurora UI and the API docs. Bugs closed: AURORA-1875 Reviewed at https://reviews.apache.org/r/55646/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/c223e666 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/c223e666 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/c223e666 Branch: refs/heads/master Commit: c223e666f833c6ead6bafc0456152c7cb64aa08b Parents: 4e92be4 Author: John Sirois <[email protected]> Authored: Tue Jan 17 15:34:39 2017 -0700 Committer: John Sirois <[email protected]> Committed: Tue Jan 17 15:34:39 2017 -0700 ---------------------------------------------------------------------- build-support/thrift/thriftw | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/c223e666/build-support/thrift/thriftw ---------------------------------------------------------------------- diff --git a/build-support/thrift/thriftw b/build-support/thrift/thriftw index 278576f..c8debd0 100755 --- a/build-support/thrift/thriftw +++ b/build-support/thrift/thriftw @@ -46,6 +46,8 @@ function compatible_thrift() { [[ -x "${thrift}" ]] && \ check_thrift_version "${thrift}" && \ check_thrift_gen_lang "${thrift}" "java (Java)" && \ + check_thrift_gen_lang "${thrift}" "js (Javascript)" && \ + check_thrift_gen_lang "${thrift}" "html (HTML)" && \ check_thrift_gen_lang "${thrift}" "py (Python)" }
