lintian.d.o: Remove graph directory - no longer used
authorNiels Thykier <niels@thykier.net>
Fri, 1 May 2015 12:25:25 +0000 (14:25 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 1 May 2015 13:48:06 +0000 (15:48 +0200)
Lintian now puts the graphs in the resource directory - like other
resources, their name will now change as their content do.

Signed-off-by: Niels Thykier <niels@thykier.net>
Signed-off-by: Peter Palfrader <peter@palfrader.org>
modules/roles/templates/static-mirroring/vhost/lintian.debian.org.erb

index cc462ba..8d1bfd5 100644 (file)
@@ -34,12 +34,6 @@ Use common-dsa-vhost-https-redirect lintian.debian.org
                </IfModule>
        </Directory>
 
-       <Directory /srv/static.debian.org/mirrors/lintian.debian.org/cur/graphs>
-               # Cache graphs for an hour (Technically, a "expires" of "24h after last mod"
-               # might be better, but oh well)
-               Header set Cache-Control "max-age=3600, must-revalidate, public"
-       </Directory>
-
        <Directory /srv/static.debian.org/mirrors/lintian.debian.org/cur/resources>
                # Cache these for a year (3600 * 24 * 365.25)
                # Files in here will change name if their content change