[SCM] Tools to automatically infer debtags tags branch, master, updated. 806ce49d208301fe20131511718949aafbe03311

Enrico Zini enrico at enricozini.org
Tue Oct 6 15:19:15 UTC 2009


The following commit has been merged in the master branch:
commit 806ce49d208301fe20131511718949aafbe03311
Author: Enrico Zini <enrico at enricozini.org>
Date:   Tue Oct 6 15:19:09 2009 +0000

    Renamed to qa tags

diff --git a/maint_tags b/maint_tags
index b3c9fd3..708c827 100755
--- a/maint_tags
+++ b/maint_tags
@@ -7,19 +7,19 @@ conn = psycopg2.connect(host="localhost",port=5441,user="guest",database="udd")
 data = dict()
 
 queries = [
-        ("maint::orphaned", """
+        ("qa::orphaned", """
 select s.package from packages_summary s, orphaned_packages o where s.source = o.source and s.distribution = 'debian' and o.type='O' group by 1
 """),
 
-        ("maint::rfa", """
+        ("qa::rfa", """
 select s.package from packages_summary s, orphaned_packages o where s.source = o.source and s.distribution = 'debian' and o.type='RFA' group by 1
 """),
 
-        ("maint::old-rc-bugs", """
+        ("qa::old-rc-bugs", """
 select package from bugs where exists (select * from packages_summary where package = bugs.package) and status <> 'done' and severity >= 'serious' and last_modified < current_date - interval '3 months'
 """),
 
-        ("maint::low-popcon", """
+        ("qa::low-popcon", """
 select package from popcon where insts < (select avg(insts) from popcon)*0.01 and exists (select * from packages_summary where package = popcon.package);
 """)
 ]

-- 
Tools to automatically infer debtags tags



More information about the Debtags-devel mailing list