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 2015/08/21 22:47:36 UTC

svn commit: r1697057 - in /comdev/reporter.apache.org/trunk: scandist.py scandist_test.dat

Author: sebb
Date: Fri Aug 21 20:47:35 2015
New Revision: 1697057

URL: http://svn.apache.org/r1697057
Log:
Ignore directory updates

Modified:
    comdev/reporter.apache.org/trunk/scandist.py
    comdev/reporter.apache.org/trunk/scandist_test.dat

Modified: comdev/reporter.apache.org/trunk/scandist.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scandist.py?rev=1697057&r1=1697056&r2=1697057&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scandist.py (original)
+++ comdev/reporter.apache.org/trunk/scandist.py Fri Aug 21 20:47:35 2015
@@ -188,7 +188,7 @@ IGNORED_FILES={
     }
 
 def isIgnored(filename):
-    return filename in IGNORED_FILES
+    return filename.endswith('/') or  filename in IGNORED_FILES
 
 # Extract out processing so it can be independently tested
 def processCommit(commit):

Modified: comdev/reporter.apache.org/trunk/scandist_test.dat
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scandist_test.dat?rev=1697057&r1=1697056&r2=1697057&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scandist_test.dat (original)
+++ comdev/reporter.apache.org/trunk/scandist_test.dat Fri Aug 21 20:47:35 2015
@@ -1503,3 +1503,23 @@ COMMIT: from http://hades.apache.org:206
   u'log': u'apache-empire-db-2.4.4',
   u'repository': u'0d268c88-bc11-4956-87df-91683dc98e59',
   u'type': u'svn'}
+COMMIT: from http://hades.apache.org:2069/commits/svn/0d268c88-bc11-4956-87df-91683dc98e59
+{ u'changed': { u'release/ignite/': { u'flags': u'A  '},
+                u'release/incubator/ignite/': { u'flags': u'D  '}},
+  u'committer': u'coreyg',
+  u'date': u'2015-08-21 19:04:41 +0000 (Fri, 21 Aug 2015)',
+  u'format': 1,
+  u'id': 10256,
+  u'log': u'dist += ignite (new TLP)',
+  u'repository': u'0d268c88-bc11-4956-87df-91683dc98e59',
+  u'type': u'svn'}
+COMMIT: from http://hades.apache.org:2069/commits/svn/0d268c88-bc11-4956-87df-91683dc98e59
+{ u'changed': { u'release/incubator/lens/': { u'flags': u'D  '},
+                u'release/lens/': { u'flags': u'A  '}},
+  u'committer': u'coreyg',
+  u'date': u'2015-08-21 19:05:24 +0000 (Fri, 21 Aug 2015)',
+  u'format': 1,
+  u'id': 10257,
+  u'log': u'dist += lens (new TLP)',
+  u'repository': u'0d268c88-bc11-4956-87df-91683dc98e59',
+  u'type': u'svn'}