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

Bug#705580: Only *specific* description seems to be missing



Jut for the statistics:

On Thu, May 16, 2013 at 07:57:44PM +0200, Lucas Nussbaum wrote:
> On 16/05/13 at 10:37 +0200, Andreas Tille wrote:
> > Hi again,
> > 
> > I somehow have the impression, that the number of missing descriptions
> > is silently growing.  It seems that the problem only concerns the English
> > long descriptions.  To verify this thesis I did
> > 
> > udd=> SELECT release, language, count(*) from descriptions where long_description = '' group by release, language order by count;
> >          release          | language | count 
> > --------------------------+----------+-------
> >  squeeze-backports-sloppy | en       |    17
> >  squeeze                  | en       |   117
> >  wheezy-backports         | en       |   201
> >  wheezy-proposed-updates  | en       |   293
> >  squeeze-proposed-updates | en       |   448
> >  squeeze-backports        | en       |  2668
> >  experimental             | en       |  7773
> >  wheezy                   | en       | 37335
> >  jessie                   | en       | 39255
> >  sid                      | en       | 41028
> > 
> > I removed the entry of
> >    Translation-en.bz2
> > from
> >    /srv/udd.debian.org/mirrors/ddtp/sid
> > and rerun
> >    update-and-run.sh ddtp
> > which afterwards leaded to
> > 
> > udd=> SELECT release, language, count(*) from descriptions where long_description = '' group by release, language order by count;
> >          release          | language | count 
> > --------------------------+----------+-------
> >  squeeze-backports-sloppy | en       |    17
> >  wheezy-updates           | en       |   111
> >  squeeze                  | en       |   117
> >  wheezy-proposed-updates  | en       |   266
> >  squeeze-proposed-updates | en       |   446
> >  squeeze-backports        | en       |  2668
> > (6 Zeilen)

udd=> SELECT release, language, count(*) from descriptions where long_description = '' group by release, language order by count;
         release          | language | count 
--------------------------+----------+-------
 squeeze-backports-sloppy | en       |    17
 squeeze                  | en       |   117
 wheezy-updates           | en       |   131
 wheezy-proposed-updates  | en       |   266
 squeeze-proposed-updates | en       |   446
 squeeze-backports        | en       |  2668

So over night we had some increase of descriptions in squeeze and
wheezy-updates and did not lost any english descriptions.

Kind regards

      Andreas.

-- 
http://fam-tille.de


Reply to: