From 8b7014d374b14782f98f86589a2945565d65c078 Mon Sep 17 00:00:00 2001 From: Zygimantas Matonis Date: Thu, 8 Mar 2018 10:19:56 +0100 Subject: [PATCH] Added cleanup for flawfinder --- cleanup-cmssdt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup-cmssdt b/cleanup-cmssdt index bd9e1d241bf1..6fafcf438ce3 100755 --- a/cleanup-cmssdt +++ b/cleanup-cmssdt @@ -43,7 +43,7 @@ for dir in material-budget-ref ; do done #Keep the following for 15 days -for dir in auto-build-release auto-upload-release cleanup-auto-build deploy-release-afs build-fwlite lizard; do +for dir in auto-build-release auto-upload-release cleanup-auto-build deploy-release-afs build-fwlite lizard flawfinder; do [ -d ${JENKINS_ARTIFACTS}/$dir ] || continue DIRS_PROCESSED="${DIRS_PROCESSED} ${dir}" find ${JENKINS_ARTIFACTS}/${dir} -mtime +15 -mindepth 1 -maxdepth 1 | xargs -i --no-run-if-empty $DRY_RUN rm -rf '{}'