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/07 05:31:05 UTC

svn commit: r1864590 - /comdev/reporter.apache.org/trunk/scripts/wsgi.py

Author: humbedooh
Date: Wed Aug  7 05:31:04 2019
New Revision: 1864590

URL: http://svn.apache.org/viewvc?rev=1864590&view=rev
Log:
alphasort this

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

Modified: comdev/reporter.apache.org/trunk/scripts/wsgi.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/wsgi.py?rev=1864590&r1=1864589&r2=1864590&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/wsgi.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/wsgi.py Wed Aug  7 05:31:04 2019
@@ -52,7 +52,7 @@ def app(environ, start_fn):
     if dumps and user:
         ddata, allpmcs, health = pdata.getProjectData()
         dumps['you'] = committers[user]
-        dumps['all'] = allpmcs
+        dumps['all'] = sorted(allpmcs)
         dumps['pmcs'] = groups
         dumps['pmcsummary'] = pmcSummary
         output = dumps