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 2016/10/20 03:22:21 UTC

[trafficserver] branch master updated: Retain more clang-analyzer results

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  d644782   Retain more clang-analyzer results
d644782 is described below

commit d644782b24be6398b15952690e388aadfbe8adce
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed Oct 19 21:21:54 2016 -0600

    Retain more clang-analyzer results
---
 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 5a70d77..0af42aa 100755
--- a/ci/jenkins/bin/clang-analyzer.sh
+++ b/ci/jenkins/bin/clang-analyzer.sh
@@ -71,7 +71,7 @@ fi
 # Cleanup old reports (save the last 10 reports), but only for the CI
 if [ "/tmp" !=  "$output" ]; then
     cd ${output} || exit -1
-    for old in $(/usr/bin/ls -1t | tail -n +11); do
+    for old in $(/usr/bin/ls -1t | tail -n +31); do
 	rm -rf $old
     done
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].