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

Bug#601636: [UDD] Please add new filters (Was: Bug#601488: Broken links in http://www.debian.org/releases/testing/)



[Should have CC this request to debian-qa]

Hi,

Le 26/10/2010 13:25, David Prévot a écrit :
> Le 26/10/2010 12:51, Luca Ferroni a écrit :
>> There are broken links in http://www.debian.org/releases/testing/
>> (italian language)
> 
>> "Bug nel sistema base" -> http://bugs.qa.debian.org/cgi-bin/base.cgi
>> "Bug nei pacchetti standard e task" -> http://bugs.qa.debian.org/cgi-bin/standard.cgi
> 
> Thanks for the notice. http://bugs.qa.debian.org services are not
> provided anymore [1]. I guess that UDD [2] could provide the accurate
> information instead, but I have no clue of what it could be, so thanks
> in advance if someone could provide any pointer.
> 
> [1] http://lists.debian.org/20100930074218.GD3482@df7cb.de
> [2] http://udd.debian.org/bugs.cgi

Simon Paillard provided some input from IRC:

18:48 < symoon> hi, on http://www.debian.org/releases/testing/ we have
	(broken) links to http://bugs.qa.debian.org/cgi-bin/base.cgi is
	there a new url for this ?
18:54 < symoon> is there an interest in having a replacement for viewing
	base/standard bugs ? if yes, would a patch against
	http://udd.debian.org/bugs.cgi be welcome ? or should we just
	remove the links  ?
18:55  * h01ger thinks that useful, also for stuff like searching for
	all i18n bugs in stadard

Please find attached a patch against http://udd.debian.org/bugs.cgi in
order to provide back base and standard bugs, and also localisation
ones, as advised by Holger Levsen.

Regards

David


Index: /home/taffit/deb/collab-qa/udd/web/bugs.cgi
===================================================================
--- /home/taffit/deb/collab-qa/udd/web/bugs.cgi	(révision 1825)
+++ /home/taffit/deb/collab-qa/udd/web/bugs.cgi	(copie de travail)
@@ -21,8 +21,11 @@
  ['patch', 'tagged patch', 'id in (select id from bugs_tags where tag=\'patch\')'],
  ['pending', 'tagged pending', 'id in (select id from bugs_tags where tag=\'pending\')'],
  ['security', 'tagged security', 'id in (select id from bugs_tags where tag=\'security\')'],
+ ['l10n', 'tagged localisation', 'id in (select id from bugs_tags where tag=\'l10n\')'],
  ['notmain', 'packages not in main', 'id not in (select id from bugs_packages, sources where bugs_packages.source = sources.source and component=\'main\')'],
  ['notsqueeze', 'packages not in squeeze', 'id not in (select id from bugs_packages, sources where bugs_packages.source = sources.source and release=\'squeeze\')'],
+ ['base', 'base system bugs', 'bugs.source in (select source from sources where priority=\'required\' or priority=\'important\')'],
+ ['standard', 'standard installation bugs', 'bugs.source in (select source from sources where priority=\'standard\')'],
  ['merged', 'merged bugs', 'id in (select id from bugs_merged_with where id > merged_with)'],
  ['done', 'marked as done', 'status = \'done\''],
  ['outdatedsqueeze', 'outdated binaries in squeeze', "bugs.source in (select distinct p1.source from packages_summary p1, packages_summary p2 where p1.source = p2.source and p1.release='squeeze' and p2.release='squeeze' and p1.source_version != p2.source_version)"],

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: