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 2015/08/18 22:28:11 UTC

svn commit: r1696500 - in /comdev/reporter.apache.org/trunk/site: chi.py getjson.py

Author: humbedooh
Date: Tue Aug 18 20:28:11 2015
New Revision: 1696500

URL: http://svn.apache.org/r1696500
Log:
reverse data

Modified:
    comdev/reporter.apache.org/trunk/site/chi.py
    comdev/reporter.apache.org/trunk/site/getjson.py

Modified: comdev/reporter.apache.org/trunk/site/chi.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/chi.py?rev=1696500&r1=1696499&r2=1696500&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/chi.py (original)
+++ comdev/reporter.apache.org/trunk/site/chi.py Tue Aug 18 20:28:11 2015
@@ -16,12 +16,12 @@ pmap = {
     'community': 'comdev',
     'ws': 'webservices',
     'hc': 'httpcomponents',
-    'whimsy': 'whimsical'
+    'whimsical': 'whimsy'
 }
 
 ldapmap = {
     'webservices': 'ws',
-    'whimsy': 'whimsical'
+    'whimsical': 'whimsy'
 }
 
 jirapass = ""

Modified: comdev/reporter.apache.org/trunk/site/getjson.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/getjson.py?rev=1696500&r1=1696499&r2=1696500&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/getjson.py (original)
+++ comdev/reporter.apache.org/trunk/site/getjson.py Tue Aug 18 20:28:11 2015
@@ -15,12 +15,12 @@ jmap = {
 pmap = {
     'community': 'comdev',
     'ws': 'webservices',
-    'whimsy': 'whimsical'
+    'whimsical': 'whimsy'
 }
 
 ldapmap = {
     'webservices': 'ws',
-    'whimsy': 'whimsical'
+    'whimsical': 'whimsy'
 }
 
 jirapass = ""