[
https://issues.apache.org/jira/browse/MESOS-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Mahler updated MESOS-1426:
-----------------------------------
Summary: Update apply-review.sh and post-reviews.py to include JIRA tickets
in the commit message. (was: Update apply-review.sh to include JIRA tickets in
the commit message.)
> Update apply-review.sh and post-reviews.py to include JIRA tickets in the
> commit message.
> -----------------------------------------------------------------------------------------
>
> Key: MESOS-1426
> URL: https://issues.apache.org/jira/browse/MESOS-1426
> Project: Mesos
> Issue Type: Improvement
> Reporter: Benjamin Mahler
> Priority: Critical
> Labels: newbie
>
> It appears that we should convert apply-review.sh to a python script in order
> to accomplish this as the use of jsonurl.py does not work well with json
> lists:
> {noformat}
> ./support/jsonurl.py https://reviews.apache.org/api/review-requests/21968/
> review_request summary
> Fix issue #878 Slave should not register with the master when in TERMINATING.
> {noformat}
> vs.
> {noformat}
> ./support/jsonurl.py https://reviews.apache.org/api/review-requests/21968/
> review_request bugs_closed
> [u'MESOS-878']
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)