You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2017/12/16 13:12:00 UTC

svn commit: r1818395 - /comdev/reporter.apache.org/trunk/scripts/scandist.py

Author: sebb
Date: Sat Dec 16 13:11:59 2017
New Revision: 1818395

URL: http://svn.apache.org/viewvc?rev=1818395&view=rev
Log:
COMDEV-244 ignore META, META.asc

Modified:
    comdev/reporter.apache.org/trunk/scripts/scandist.py

Modified: comdev/reporter.apache.org/trunk/scripts/scandist.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/scandist.py?rev=1818395&r1=1818394&r2=1818395&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/scandist.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/scandist.py Sat Dec 16 13:11:59 2017
@@ -199,6 +199,8 @@ def read_chunk(req):
 IGNORED_FILES={
     ".htaccess",
     "KEYS",
+    "META",
+    "META.asc",
     "HEADER.html",
     "README.html",
     }