You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2018/07/10 17:34:23 UTC

mesos git commit: Updated apply-reviews.py messaging for submitted reviews.

Repository: mesos
Updated Branches:
  refs/heads/master fc5fcfd05 -> 997e280b5


Updated apply-reviews.py messaging for submitted reviews.

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


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

Branch: refs/heads/master
Commit: 997e280b57232b5f9b12e0e9dfd0abfc9d6c1085
Parents: fc5fcfd
Author: Till Toenshoff <to...@me.com>
Authored: Tue Jul 10 19:33:58 2018 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Tue Jul 10 19:33:58 2018 +0200

----------------------------------------------------------------------
 support/apply-reviews.py         | 3 ++-
 support/python3/apply-reviews.py | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/997e280b/support/apply-reviews.py
----------------------------------------------------------------------
diff --git a/support/apply-reviews.py b/support/apply-reviews.py
index edddefb..4e292a9 100755
--- a/support/apply-reviews.py
+++ b/support/apply-reviews.py
@@ -111,7 +111,8 @@ def review_chain(review_id):
     status = json_obj.get('review_request').get('status')
     if status == "submitted":
         sys.stderr.write('Warning: Review {review} has already'
-                         ' been applied\n'.format(review=review_id))
+                         ' been submitted and did not get applied'
+                         ' to you current work-tree\n'.format(review=review_id))
         return []
 
     # Verify that the review has exactly one parent.

http://git-wip-us.apache.org/repos/asf/mesos/blob/997e280b/support/python3/apply-reviews.py
----------------------------------------------------------------------
diff --git a/support/python3/apply-reviews.py b/support/python3/apply-reviews.py
index bf72c80..6e1d6d7 100755
--- a/support/python3/apply-reviews.py
+++ b/support/python3/apply-reviews.py
@@ -113,7 +113,8 @@ def review_chain(review_id):
     status = json_obj.get('review_request').get('status')
     if status == "submitted":
         sys.stderr.write('Warning: Review {review} has already'
-                         ' been applied\n'.format(review=review_id))
+                         ' been submitted and did not get applied'
+                         ' to you current work-tree\n'.format(review=review_id))
         return []
 
     # Verify that the review has exactly one parent.