Stop expiring contents for docs-draft.o.o

Since static.openstack.org is no longer serving a
docs-draft.openstack.org vhost, and downstream consumers of this
module are unlikely to have been doing so themselves either, stop
bothering to attempt to expire content for it.

Change-Id: I413ac425d752f4fe839648808c0df8c620bef1a5
Depends-On: Ib44df24100192f7903eb60c6fc93feeea0894b90
This commit is contained in:
Jeremy Stanley 2017-12-07 21:03:10 +00:00
parent 9978a409fe
commit b3649db8fc
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 {} \; \) \)