On Wed, Jul 16, 2014 at 10:03 AM, Benjamin Hindman <[email protected]> wrote:
> Remind me how review bot operates again? Why can't we apply the parent > diff and then the actual diff and just build that? If the review has > everything it needs and is buildable, it would be nice if we can just build > it. > The bot just applies reviews on top of the HEAD ( https://github.com/apache/mesos/blob/master/support/verify-reviews.py). Not sure how you can get the parent diff from the raw diff. AFAICT, for this to work, your branch needs to be a review on the review board and tim's reviews should be linked up properly by setting up the "depends on" field.
