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 2016/02/04 03:15:38 UTC

mesos git commit: Fixed a comment in `support/verify_reviews.py`.

Repository: mesos
Updated Branches:
  refs/heads/master c7217c66e -> 60ff5cf0b


Fixed a comment in `support/verify_reviews.py`.

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


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

Branch: refs/heads/master
Commit: 60ff5cf0bc065a07802fde3db908c78590af1390
Parents: c7217c6
Author: Greg Mann <gr...@mesosphere.io>
Authored: Wed Feb 3 18:14:56 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Wed Feb 3 18:15:21 2016 -0800

----------------------------------------------------------------------
 support/verify_reviews.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/60ff5cf0/support/verify_reviews.py
----------------------------------------------------------------------
diff --git a/support/verify_reviews.py b/support/verify_reviews.py
index 25f3892..f0b9996 100755
--- a/support/verify_reviews.py
+++ b/support/verify_reviews.py
@@ -128,8 +128,8 @@ def verify_review(review_request):
 
         # Launch docker build script.
 
-        # TODO(jojy): Launch docker_build in subprocess so that verifications
-        # can be run parallely for various configurations.
+        # TODO(jojy): Launch 'docker_build.sh' in subprocess so that
+        # verifications can be run in parallel for various configurations.
         configuration = ("export "
                          "OS='ubuntu:14.04' "
                          "CONFIGURATION='--verbose' "