Repository: mesos Updated Branches: refs/heads/master a377eda84 -> 61f08f8c0
Disable dmesg logging in jenkins build script. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/61f08f8c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/61f08f8c Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/61f08f8c Branch: refs/heads/master Commit: 61f08f8c030c93f30ea8297eaf4f8bac2e326843 Parents: a377eda Author: Vinod Kone <[email protected]> Authored: Fri Apr 17 15:21:17 2015 -0700 Committer: Vinod Kone <[email protected]> Committed: Fri Apr 17 15:21:17 2015 -0700 ---------------------------------------------------------------------- support/jenkins_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/61f08f8c/support/jenkins_build.sh ---------------------------------------------------------------------- diff --git a/support/jenkins_build.sh b/support/jenkins_build.sh index 6817c74..7276fe2 100755 --- a/support/jenkins_build.sh +++ b/support/jenkins_build.sh @@ -111,8 +111,8 @@ docker build -t $TAG . # Set a trap to delete the image on exit. trap "docker rmi $TAG" EXIT -# Print kernel log incase of failures. -trap "dmesg" ERR +# Uncomment below to print kernel log incase of failures. +# trap "dmesg" ERR # Now run the image. # NOTE: We run in 'privileged' mode to circumvent permission issues
