You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2017/03/23 18:53:20 UTC

mesos git commit: Removed printing of `rbt` version in `post-reviews.py`.

Repository: mesos
Updated Branches:
  refs/heads/master 31b1930a5 -> b2279c500


Removed printing of `rbt` version in `post-reviews.py`.


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

Branch: refs/heads/master
Commit: b2279c500a24410437e3abe6e4b372da67b0471a
Parents: 31b1930
Author: Michael Park <mp...@apache.org>
Authored: Thu Mar 23 11:53:02 2017 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Thu Mar 23 11:53:03 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/b2279c50/support/post-reviews.py
----------------------------------------------------------------------
diff --git a/support/post-reviews.py b/support/post-reviews.py
index 72cd400..410fb33 100755
--- a/support/post-reviews.py
+++ b/support/post-reviews.py
@@ -79,7 +79,6 @@ if platform.system() == 'Windows':
   rbt_command = 'rbt.cmd'
 
 rbt_version = execute([rbt_command, '--version'], ignore_errors=True)
-print rbt_version
 if rbt_version:
   rbt_version = LooseVersion(rbt_version)
   post_review = [rbt_command, 'post']