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:11:15 UTC

trafficserver git commit: Revert "Turn off the cache purge, these URLs are not cacheable anyways."

Repository: trafficserver
Updated Branches:
  refs/heads/5.2.x 4957eb59a -> 301847c04


Revert "Turn off the cache purge, these URLs are not cacheable anyways."

This reverts commit 4957eb59a23227eb4adcfa2d75a4916ba611fbe7.


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

Branch: refs/heads/5.2.x
Commit: 301847c0419d8a4e0ac8a22f1e0ecc5576584c2e
Parents: 4957eb5
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Feb 2 17:11:01 2015 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Feb 2 17:11:01 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/301847c0/ci/jenkins/bin/clang-analyzer.sh
----------------------------------------------------------------------
diff --git a/ci/jenkins/bin/clang-analyzer.sh b/ci/jenkins/bin/clang-analyzer.sh
index 53c44d6..eb7bd36 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 -k -s -X PURGE https://ci.trafficserver.apache.org/files/clang-analyzer/latest/
+    curl -o /dev/null -s -X PURGE https://ci.trafficserver.apache.org/files/clang-analyzer/latest/
 fi
 
 # Exit with the scan-build exit code (thanks to --status-bugs)