You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2017/10/06 18:11:55 UTC

mesos git commit: Added `--disable-libtool-wrappers` to reviewbot.

Repository: mesos
Updated Branches:
  refs/heads/master 93eee727f -> 74121798f


Added `--disable-libtool-wrappers` to reviewbot.

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


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

Branch: refs/heads/master
Commit: 74121798f24fca372180b8c4bc00b4df07d46240
Parents: 93eee72
Author: Andrei Budnik <ab...@mesosphere.com>
Authored: Fri Oct 6 11:11:35 2017 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Fri Oct 6 11:11:35 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/74121798/support/verify-reviews.py
----------------------------------------------------------------------
diff --git a/support/verify-reviews.py b/support/verify-reviews.py
index 1077b08..fbc2460 100755
--- a/support/verify-reviews.py
+++ b/support/verify-reviews.py
@@ -189,7 +189,8 @@ def verify_review(review_request):
                              "OS='ubuntu:14.04' "
                              "BUILDTOOL='autotools' "
                              "COMPILER='gcc' "
-                             "CONFIGURATION='--verbose' "
+                             "CONFIGURATION='--verbose "
+                             "--disable-libtool-wrappers' "
                              "ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'")
 
             command = "%s; ./support/docker-build.sh" % configuration