You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/08/04 14:27:29 UTC

svn commit: r1864384 - /comdev/reporter.apache.org/trunk/site/wizard/kibble.py

Author: humbedooh
Date: Sun Aug  4 14:27:29 2019
New Revision: 1864384

URL: http://svn.apache.org/viewvc?rev=1864384&view=rev
Log:
disregard JIRA here...only look for git repos/mirrors

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/kibble.py

Modified: comdev/reporter.apache.org/trunk/site/wizard/kibble.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/kibble.py?rev=1864384&r1=1864383&r2=1864384&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/kibble.py (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/kibble.py Sun Aug  4 14:27:29 2019
@@ -38,7 +38,7 @@ def main():
                     "page":"issues",
                     "quick":True,
                     "interval": "week",
-                    "subfilter":"/" + project,
+                    "subfilter":"/" + project + ".*\\.git",
                     "distinguish":True
                     }
                  ).json();