def keyorder()

in scripts/cronjobs/parsecommitteeinfo.py [0:0]


def keyorder(s):
#     print("key=%s" % s)
    if s == 'apr':
        return 'portableruntime'
    if s == 'climate':
        return 'openclimate'
    if s == 'comdev':
        return 'communitydevelopment'
    if s == 'httpd':
        return 'http' # so it sorts before HTTP Components (it's wrong in CI)
    if s == 'ws':
        return 'webservices'
    return s