This is an automated email from the ASF dual-hosted git repository. andschwa pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 6cac5ad Windows: Made `libwinio` the default option for Mesos. new 21bddc3 Refactored ReviewBoard API functionality into separate module. new 062b34e Added support helper for fetching review ids. new e80fa6f Added support script to post build results. new 590a75d Refactored verify-reviews.py to use commons.py and argparse. The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: support/python3/common.py | 176 +++++++++++++++++++++++++ support/python3/get-review-ids.py | 62 +++++++++ support/python3/post-build-result.py | 113 ++++++++++++++++ support/python3/verify-reviews.py | 241 ++++++++++++++++------------------- 4 files changed, 461 insertions(+), 131 deletions(-) create mode 100644 support/python3/common.py create mode 100755 support/python3/get-review-ids.py create mode 100755 support/python3/post-build-result.py