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 2018/02/02 00:34:44 UTC

mesos git commit: Removed the `mesos-style.py` run from `buildbot.sh`.

Repository: mesos
Updated Branches:
  refs/heads/master 6e52d5650 -> fa0f76189


Removed the `mesos-style.py` run from `buildbot.sh`.

The Apache CI Jenkins instances have various Python configurations
which lead to `pip install --user virtualenv` failing due to old
`setuptools`. For now, we remove this from `buildbot.sh`. We'll
shortly perform this check inside the Docker container such that
we operate in a more stable environment.

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


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

Branch: refs/heads/master
Commit: fa0f761892d8c9bc08cc68edfc0aad19be1ed055
Parents: 6e52d56
Author: Michael Park <mp...@apache.org>
Authored: Thu Feb 1 11:11:09 2018 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Thu Feb 1 16:33:52 2018 -0800

----------------------------------------------------------------------
 support/jenkins/buildbot.sh | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/fa0f7618/support/jenkins/buildbot.sh
----------------------------------------------------------------------
diff --git a/support/jenkins/buildbot.sh b/support/jenkins/buildbot.sh
index 7f78509..dab4b72 100755
--- a/support/jenkins/buildbot.sh
+++ b/support/jenkins/buildbot.sh
@@ -21,9 +21,4 @@ set -o pipefail
 
 MESOS_DIR=$(git rev-parse --show-toplevel)
 
-# Install `virtualenv`, needed by `support/mesos-style.py`.
-pip install --user virtualenv
-
-"${MESOS_DIR}"/support/mesos-style.py
-
 "${MESOS_DIR}"/support/docker-build.sh