Merge "Expire docs-drafts more aggressively"

This commit is contained in:
Jenkins 2014-08-01 00:25:05 +00:00 committed by Gerrit Code Review
commit 03653daf54

View File

@ -9,5 +9,5 @@ find -O3 /srv/static/logs/ -depth -not -name robots.txt -not -name lost+found \
-o \( -type f -mtime +120 -execdir rm \{\} \; \) \
-o \( -type d -empty -mtime +1 -execdir rmdir {} \; \) \)
find -O3 /srv/static/docs-draft/ -depth -not -name lost+found \( \
\( -type f -mtime +21 -name \*.gz -execdir rm \{\} \; \) \
\( -type f -mtime +21 -execdir rm \{\} \; \) \
-o \( -type d -empty -mtime +1 -execdir rmdir {} \; \) \)