On Wed, Sep 23, 2009 at 09:49:54PM +0200, Raphael Hertzog wrote: > On Wed, 23 Sep 2009, Lucas Nussbaum wrote: > > I wrote a cgi that outputs the bugs data in the DDPO format. > > http://udd.debian.org/cgi-bin/ddpo-bugs.cgi > > I changed the PTS to directly grab that URL. I'll let Myon or someone else > do it for the DDPO.
And here is a patch to achieve this. (in data/cronjobs) This would finally make ddpo stop giving bad information (which is important, because there are RC bugs listed that are not... see my ddpo page for iceape...) Mike
Index: ddpo.bug =================================================================== --- ddpo.bug (revision 2330) +++ ddpo.bug (working copy) @@ -5,7 +5,7 @@ # old-style text file cd /org/qa.debian.org/data/ddpo/results -/org/qa.debian.org/data/ddpo/ldap2bugstxt > bugs.txt.new +wget -O bugs.txt.new -q http://udd.debian.org/cgi-bin/ddpo-bugs.cgi # The following needs a version of libdbX-util compatible with the libdb # version used by php4 rm -f bugs.db.new