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

Bug#1109680: release.debian.org: use lintian results to block testing migration



On 24/08/25 at 08:22 +0200, Paul Gevers wrote:
> Control: reopen -1
> 
> Hi Lucas,
> 
> On 23-08-2025 10:47, Paul Gevers wrote:
> > This now is active, seehttps://qa.debian.org/excuses.php?package=gitlab-
> > ci-multi-runner
> 
> 
> I'm reopening this bug to discuss extension of the output. On #d-ftp I
> informed ftp-master of this work and informed them we could take over tags
> that work only on binaries. I should have realized before, but for some of
> the tags they allow the maintainers to lintian-override the tag. I think it
> would be useful if we had that too. I guess we somehow need to add the
> information if a tag was overridden (for all instances) or not.

Hi Paul,

How about something like this:

gcc-15/15.2.0-1:
  architectures: all amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x source
  tags:
    binary-from-other-architecture:
      count: 66
      overridden: 164

'count' is the number of non-overriden matches.

https://udd.debian.org/lintian/?email1=&email2=&email3=&packages=gcc-15&ignpackages=&format=html&lt_error=on&lt_overridden=on&lintian_tag=binary-from-other-architecture#all


For reference, the UDD query to find interesting cases:
select tag, source, count(distinct tag_type)
from lintian_results
where tag_type in ('error', 'overridden')
group by tag, source
having count(distinct tag_type) = 2;

Lucas


Reply to: