[openssl-commits] [tools] master update

Rich Salz rsalz at openssl.org
Tue Sep 26 18:59:26 UTC 2017


The branch master has been updated
       via  b1c40977caef9d447da0f94a6496648c56fcd6a6 (commit)
      from  9d414292fe1a0ae6453284e11775ce3597032348 (commit)


- Log -----------------------------------------------------------------
commit b1c40977caef9d447da0f94a6496648c56fcd6a6
Author: Rich Salz <rsalz at openssl.org>
Date:   Tue Sep 26 14:59:15 2017 -0400

    Sort by # of commits

-----------------------------------------------------------------------

Summary of changes:
 license/get-followups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/license/get-followups b/license/get-followups
index ba08f1f..ab3d4d7 100755
--- a/license/get-followups
+++ b/license/get-followups
@@ -25,7 +25,7 @@ for o,a in opts:
 
 q = ('SELECT users.uid,email,reply,name,count(log.uid) FROM users'
         ' LEFT JOIN log ON log.uid = users.uid'
-        ' WHERE reply = "-" GROUP BY email' )
+        ' WHERE reply = "-" GROUP BY email ORDER BY count(log.uid)' )
 cursor.execute(q)
 fmtstring = urlbase + '%d, %s, %d, "%s"'
 for row in cursor:


More information about the openssl-commits mailing list