[Collab-qa-commits] r1849 - udd/web

Lucas Nussbaum lucas at alioth.debian.org
Mon Dec 6 23:44:35 UTC 2010


Author: lucas
Date: 2010-12-06 23:44:35 +0000 (Mon, 06 Dec 2010)
New Revision: 1849

Modified:
   udd/web/bapase.cgi
Log:
bapase: separate RFA from other orphaned packages

Modified: udd/web/bapase.cgi
===================================================================
--- udd/web/bapase.cgi	2010-12-06 17:27:22 UTC (rev 1848)
+++ udd/web/bapase.cgi	2010-12-06 23:44:35 UTC (rev 1849)
@@ -152,7 +152,10 @@
 
 if type == 'o'
   orphaned = true
-  query = "select * from bapase where type is not null order by orphaned_age desc"
+  query = "select * from bapase where type is not null and type in ('O', 'ITA') order by orphaned_age desc"
+elsif type == 'rfa'
+  orphaned = true
+  query = "select * from bapase where type is not null and type in ('RFA') order by orphaned_age desc"
 elsif type == 'nmu'
   orphaned = true
   query = "select * from bapase where nmu and nmus > 1 order by nmus desc"
@@ -251,6 +254,7 @@
   <h1>Bapase</h1>
   <ul>
   <li><a href="bapase.cgi?t=o">Orphaned packages</a></li>
+  <li><a href="bapase.cgi?t=rfa">RFAed packages</a></li>
   <li><a href="bapase.cgi?t=nmu">Packages maintained with NMUs</a></li>
   <li><a href="bapase.cgi?t=testing">Packages not in testing</a></li>
   <li><a href="bapase.cgi?t=nodd">Packages not maintained by DDs</a></li>




More information about the Collab-qa-commits mailing list