Merge "Stop expiring contents for docs-draft.o.o"

This commit is contained in:
Zuul 2018-02-05 21:34:03 +00:00 committed by Gerrit Code Review
commit d6888706c1
1 changed files with 0 additions and 3 deletions

View File

@ -8,6 +8,3 @@ find -O3 /srv/static/logs/ -depth -not -name robots.txt -not -name lost+found \
-exec gzip \{\} \; \) \
-o \( -type f -mtime +30 -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 -execdir rm \{\} \; \) \
-o \( -type d -empty -mtime +1 -execdir rmdir {} \; \) \)