This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  4576555   Removes the cp of clang-format, our ATS can handle the 
load
4576555 is described below

commit 45765558208b3fb39c54d145a79b25f43c04160e
Author: Leif Hedstrom <[email protected]>
AuthorDate: Wed May 31 13:27:00 2017 -0600

    Removes the cp of clang-format, our ATS can handle the load
---
 ci/jenkins/bin/clang-format.sh | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/ci/jenkins/bin/clang-format.sh b/ci/jenkins/bin/clang-format.sh
index 2d5fbc1..e6f79f5 100644
--- a/ci/jenkins/bin/clang-format.sh
+++ b/ci/jenkins/bin/clang-format.sh
@@ -19,17 +19,6 @@
 cd "${WORKSPACE}/src"
 autoreconf -if && ./configure
 
-# Test clang-format, copy our version of clang-format if needed
-if [ ! -d .git/fmt ]; then
-    if [ -z "${ghprbTargetBranch}" ]; then
-       cp -rp /home/jenkins/clang-format/master .git/fmt
-    else
-       # This is for Github PR's, to make sure we use the right clang-format 
for the branch.
-       # This is not an issue on normal branch builds, since they will have 
the right .git/fmt.
-       cp -rp /home/jenkins/clang-format/${ghprbTargetBranch} .git/fmt
-    fi
-fi
-
 ${ATS_MAKE} -j clang-format
 git diff --exit-code
 [ "0" != "$?" ] && exit -1

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to