-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58358/
-----------------------------------------------------------
(Updated May 17, 2017, 3:45 a.m.)
Review request for mesos, Anand Mazumdar and Joseph Wu.
Changes
-------
Rebase and use official source tar.gz instead.
Bugs: MESOS-7228
https://issues.apache.org/jira/browse/MESOS-7228
Repository: mesos
Description (updated)
-------
The content of `3rdparty/protobuf-3.2.0.tar.gz` is generated by:
- On a Mac OS, download and untar protobuf v3.2.0 source at
https://github.com/google/protobuf/archive/v3.2.0.tar.gz;
- Run `./autogen.sh`;
- Recompress and tar by `tar -czvf`.
Diffs (updated)
-----
3rdparty/protobuf-2.6.1.tar.gz e1c2d541c1eb806e837ff5d1e9d3fdb678b40e06
3rdparty/protobuf-3.2.0.tar.gz PRE-CREATION
Diff: https://reviews.apache.org/r/58358/diff/5/
Changes: https://reviews.apache.org/r/58358/diff/4-5/
Testing
-------
1. make check;
2. used the modified `test-upgrade.py` in r/58357 to test upgrade/downgrade
between this chain and Mesos 1.2;
3. build this branch in Apache Aurora's vagrant based box, and verifies that
Aurora scheduler (using java) and executor (using python) still works with
`libmesos.so` built from this branch.
Thanks,
Zhitao Li