[Collab-qa-commits] r1708 - udd/web/cgi-bin

Lucas Nussbaum lucas at alioth.debian.org
Mon Mar 1 22:01:50 UTC 2010


Author: lucas
Date: 2010-03-01 22:01:44 +0000 (Mon, 01 Mar 2010)
New Revision: 1708

Modified:
   udd/web/cgi-bin/pts-check.cgi
Log:
do not display info about subscribed packages, some people might be subscribed to hotbabe and don't want to world to know

Modified: udd/web/cgi-bin/pts-check.cgi
===================================================================
--- udd/web/cgi-bin/pts-check.cgi	2010-03-01 21:22:25 UTC (rev 1707)
+++ udd/web/cgi-bin/pts-check.cgi	2010-03-01 22:01:44 UTC (rev 1708)
@@ -30,28 +30,12 @@
 (upload - pts).sort.each { |s| puts "<li><a href=\"http://packages.qa.debian.org/#{s}\">#{s}</a></li>" }
 puts "</ul>"
 end
-if (pts - (maint+upload)).length > 0
-puts "Packages you don't maintain or upload, and are subscribed to (that could be perfectly fine of course):<br/><ul>"
-(pts - (maint+upload)).sort.each { |s| puts "<li><a href=\"http://packages.qa.debian.org/#{s}\">#{s}</a></li>" }
-end
-puts "</ul>"
-
-if allpkgs
-puts "Packages you maintain and are subscribed to:<br/><ul>"
-(maint & pts).sort.each { |s| puts "<li><a href=\"http://packages.qa.debian.org/#{s}\">#{s}</a></li>" }
-puts "</ul>"
-puts "Packages you are uploader for and are subscribed to:<br/><ul>"
-(upload & pts).sort.each { |s| puts "<li><a href=\"http://packages.qa.debian.org/#{s}\">#{s}</a></li>" }
-puts "</ul>"
-end
-
 else
 puts <<-EOF
 
 <form method="get" ACTION="pts-check.cgi">
 Email to check: <input type="text" name="email" value="email" size="30"/>
 <input type="submit"/><br/>
-<input type="checkbox" name="allpkgs" value="1"/> Include information about packages you maintain or upload, and are subscribed to.
 </form>
 EOF
 end




More information about the Collab-qa-commits mailing list