You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2015/05/20 19:50:23 UTC

mesos git commit: Fixed a bug in post-reviews.py.

Repository: mesos
Updated Branches:
  refs/heads/master ac9fa97f6 -> f1b3c095e


Fixed a bug in post-reviews.py.

Review: https://reviews.apache.org/r/34482


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

Branch: refs/heads/master
Commit: f1b3c095ef96bc2f1e2f3698ab4eb0413acef4fa
Parents: ac9fa97
Author: Jie Yu <yu...@gmail.com>
Authored: Wed May 20 10:48:00 2015 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Wed May 20 10:48:20 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/f1b3c095/support/post-reviews.py
----------------------------------------------------------------------
diff --git a/support/post-reviews.py b/support/post-reviews.py
index 2ae9a95..4849725 100755
--- a/support/post-reviews.py
+++ b/support/post-reviews.py
@@ -140,7 +140,7 @@ for line in log.split('\n'):
     shas.append(sha)
 
 
-previous = 'master'
+previous = parent_branch
 for i in range(len(shas)):
     sha = shas[i]