You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/02/03 01:12:58 UTC

[1/2] trafficserver git commit: Enable WCCP for Coverity builds

Repository: trafficserver
Updated Branches:
  refs/heads/master d6638c4ff -> ad2c7a6ee


Enable WCCP for Coverity builds


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

Branch: refs/heads/master
Commit: 7813e197de970e8930a825b0e7576348c2b083aa
Parents: d6638c4
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Feb 2 10:35:23 2015 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Feb 2 15:09:22 2015 -0700

----------------------------------------------------------------------
 ci/jenkins/bin/coverity.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/7813e197/ci/jenkins/bin/coverity.sh
----------------------------------------------------------------------
diff --git a/ci/jenkins/bin/coverity.sh b/ci/jenkins/bin/coverity.sh
index 8922926..741df47 100755
--- a/ci/jenkins/bin/coverity.sh
+++ b/ci/jenkins/bin/coverity.sh
@@ -25,7 +25,7 @@ COV_TARBALL=/tmp/trafficserver-${TODAY}.tgz
 COV_VERSION=$(git rev-parse --short HEAD)
 
 autoreconf -fi
-./configure --enable-experimental-plugins --enable-cppapi
+./configure --enable-experimental-plugins --enable-cppapi --enable-wccp
 
 cov-build --dir cov-int ${ATS_MAKE} -j4
 tar czvf ${COV_TARBALL} cov-int


[2/2] trafficserver git commit: Disable the cache purge (it's a no-op)

Posted by zw...@apache.org.
Disable the cache purge (it's a no-op)


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

Branch: refs/heads/master
Commit: ad2c7a6eedc67c29a2b83ffd02a29d7b7f61f561
Parents: 7813e19
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Feb 2 17:11:45 2015 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Feb 2 17:11:45 2015 -0700

----------------------------------------------------------------------
 ci/jenkins/bin/clang-analyzer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ad2c7a6e/ci/jenkins/bin/clang-analyzer.sh
----------------------------------------------------------------------
diff --git a/ci/jenkins/bin/clang-analyzer.sh b/ci/jenkins/bin/clang-analyzer.sh
index eb7bd36..8a3dc92 100755
--- a/ci/jenkins/bin/clang-analyzer.sh
+++ b/ci/jenkins/bin/clang-analyzer.sh
@@ -62,7 +62,7 @@ if [ "/tmp" !=  "$output" ]; then
     ln -s $(/usr/bin/ls -1t | head -1) latest
 
     # Purge the cached URL
-    curl -o /dev/null -s -X PURGE https://ci.trafficserver.apache.org/files/clang-analyzer/latest/
+    #curl -o /dev/null -k -s -X PURGE https://ci.trafficserver.apache.org/files/clang-analyzer/latest/
 fi
 
 # Exit with the scan-build exit code (thanks to --status-bugs)