From 8faafd97cfa6aa07cb79d908022001c5dffb3bc6 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 3 May 2015 12:51:13 +0200 Subject: [PATCH 1/1] 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. --- web/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2