You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/06/10 21:30:30 UTC

mesos git commit: Minor fix to post-reviews.py to properly set depends on when the review chain is created.

Repository: mesos
Updated Branches:
  refs/heads/master 554a1a50d -> 263a85992


Minor fix to post-reviews.py to properly set depends on when the
review chain is created.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/263a8599
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/263a8599
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/263a8599

Branch: refs/heads/master
Commit: 263a85992eddac4e881ec1d8a8cff220bee7ed49
Parents: 554a1a5
Author: Vinod Kone <vi...@gmail.com>
Authored: Wed Jun 10 12:27:28 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Jun 10 12:29:23 2015 -0700

----------------------------------------------------------------------
 support/post-reviews.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/263a8599/support/post-reviews.py
----------------------------------------------------------------------
diff --git a/support/post-reviews.py b/support/post-reviews.py
index 5733298..ba016f5 100755
--- a/support/post-reviews.py
+++ b/support/post-reviews.py
@@ -243,6 +243,7 @@ for i in range(len(shas)):
     # the reviewboard entry to edit.
     url = url.replace('diff/','')
     url = url.strip('/')
+    review_request_id = os.path.basename(url)
 
     # Construct new commit message.
     message = message + '\n' + 'Review: ' + url + '\n'