This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch master in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push: new c7db3b7 TS-4566 Also enable the ATS PURGE again c7db3b7 is described below commit c7db3b7a026d10387703cf72623464627e8e9cb4 Author: Leif Hedstrom <zw...@apache.org> AuthorDate: Mon Jun 20 18:21:36 2016 -0600 TS-4566 Also enable the ATS PURGE again --- ci/jenkins/bin/clang-analyzer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/jenkins/bin/clang-analyzer.sh b/ci/jenkins/bin/clang-analyzer.sh index 454a2cb..665c84c 100755 --- a/ci/jenkins/bin/clang-analyzer.sh +++ b/ci/jenkins/bin/clang-analyzer.sh @@ -80,7 +80,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 -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) -- To stop receiving notification emails like this one, please contact ['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].