[sysadmin-bin] Generate stats for the Travel Committee queue as well



commit 58875b8b1e606692098015c307dafe73b8ecc42a
Author: Andrea Veri <averi redhat com>
Date:   Tue Jul 3 16:34:23 2018 +0200

    Generate stats for the Travel Committee queue as well

 rt4/rt.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/rt4/rt.py b/rt4/rt.py
index 3a2d4c2..106404b 100755
--- a/rt4/rt.py
+++ b/rt4/rt.py
@@ -16,7 +16,12 @@ QUEUES = {
         'nr': 5,
         'title': 'Membership processing status',
         'desc': 'Status of the Foundation Membership queue'
-    }
+    },
+    'travelcommittee': {
+        'nr': 13,
+        'title': 'Travel Committee queue',
+        'desc': 'Status of the Travel Committee queue'
+    },
 }
 
 def write_stat_file(cursor, queue):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]