From: Andre Noll Date: Sun, 3 May 2015 10:51:13 +0000 (+0200) Subject: web: fix htaccess description of snapshot tarball. X-Git-Tag: v0.5.5~31 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=8faafd97cfa6aa07cb79d908022001c5dffb3bc6;ds=sidebyside web: fix htaccess description of snapshot tarball. Without this, the snapshot tarball file on the download web page is annotated as "release tarball" rather than "current master snapshot". Fix this by adding two additional patterns to the .htaccess file. --- diff --git a/web/.htaccess b/web/.htaccess index d6a12221..425c2190 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -7,6 +7,6 @@ AddDescription "Digital signature" *.asc AddIcon ../tar-icon.png *.tgz *.tar.bz2 - AddDescription "current master snapshot" -git.tar.bz2 + AddDescription "current master snapshot" -git.tar.bz2 .g*.tar.bz2 .g*.dirty.tar.bz2 AddDescription "release tarball" *.tgz *.tar.bz2