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

Re: Helping with debtags (was Re: Debian Games Blend)



Hi,

On Sat, May 18, 2013 at 10:21:25PM +0800, Paul Wise wrote:
> On Sat, May 18, 2013 at 9:59 PM, Andreas Tille wrote:
> > On Sat, May 18, 2013 at 08:29:09PM +0800, Paul Wise wrote:
> >> Perhaps the PTS should warn when a package hasn't yet been tagged?
> >
> > +1
> 
> Could you add a UDD script to output a list of source packages with
> binary packages that have the debtag special::not-yet-tagged?

This tag is not stored in UDD:

udd=> SELECT * from debtags WHERE tag = 'special::%';
 package | tag 
---------+-----
(0 Zeilen)

(I have no idea whether this intentional or just missing by accident.)

A *very* inefficient quick shot on this question would be

   SELECT DISTINCT source FROM packages WHERE package not in (SELECT DISTINCT package FROM debtags) ;

... but I will think about some more efficent solution if this might
help.

> I asked Enrico on IRC what else we could do to promote debtags.

I'd love to see this technique way more popular.

Kind regards

        Andreas. 

-- 
http://fam-tille.de


Reply to: