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/01/19 19:31:17 UTC

[2/3] mesos git commit: Fixed verify-reviews.py to call docker-build.sh.

Fixed verify-reviews.py to call docker-build.sh.

The filename was recently changed from docker_build.sh to
docker-build.sh.


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

Branch: refs/heads/1.1.x
Commit: de4532541939aaa05c702f6e6d4c08f9d7f5d414
Parents: 7c62a87
Author: Vinod Kone <vi...@gmail.com>
Authored: Sat Jan 14 14:48:53 2017 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Thu Jan 19 11:09:58 2017 -0800

----------------------------------------------------------------------
 support/verify-reviews.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/de453254/support/verify-reviews.py
----------------------------------------------------------------------
diff --git a/support/verify-reviews.py b/support/verify-reviews.py
index f14951b..4d008a8 100755
--- a/support/verify-reviews.py
+++ b/support/verify-reviews.py
@@ -143,8 +143,7 @@ def verify_review(review_request):
                          "CONFIGURATION='--verbose' "
                          "ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'")
 
-        command = "%s; ./support/docker_build.sh" % configuration
-
+        command = "%s; ./support/docker-build.sh" % configuration
 
         # `tee` the output so that the console can log the whole build output.
         # `pipefail` ensures that the exit status of the build command is