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

Bug#820497: marked as done (UDD/dmd: displays uninformative "missing build" information)



Your message dated Sun, 3 Jul 2016 09:20:25 +0200
with message-id <20160703072025.GA661@xanadu.blop.info>
and subject line Re: Bug#820497: UDD: dmd.cgi displays uninformative "missing build" information
has caused the Debian Bug report #820497,
regarding UDD/dmd: displays uninformative "missing build" information
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
820497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820497
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qa.debian.org
Severity: normal
User: qa.debian.org@packages.debian.org
Usertags: udd

It would be good for dmd to include a bit more of a grace time for its
"missing build" notification. The RSS feed seems to report missing builds as
soon as the build starts although these notifications aren't particularly
useful as they aren't actionable for the maintainer: the package is either
waiting to build or being built. This is particularly a problem for binNMUs
such as those for the libpng transition but also applies to maintainer
uploads.

--- End Message ---
--- Begin Message ---
On 09/04/16 at 15:57 +1000, Stuart Prescott wrote:
> Package: qa.debian.org
> Severity: normal
> User: qa.debian.org@packages.debian.org
> Usertags: udd
> 
> It would be good for dmd to include a bit more of a grace time for its
> "missing build" notification.

Hi,

The query used by UDD is:
    select source, architecture, state, state_change from wannabuild
    where distribution='sid' and state not in ('Installed', 'Needs-Build', 'Dep-Wait', 'Not-For-Us', 'Auto-Not-For-Us')
    and (state not in ('Built', 'Uploaded') or now() - state_change > interval '2 days')
    and notes <> 'uncompiled'
    and source in (select source from mysources)
    and not vancouvered

So there's a grace time for Built and Uploaded state (which aims at
catching packages that never get uploaded, which sometimes happen).

I've changed that line to:
    and (state not in ('Built', 'Uploaded', 'Building') or now() - state_change > interval '3 days')

So I increased the grace time to 3 days, and adding the Building state
to the list.

> The RSS feed seems to report missing builds as
> soon as the build starts although these notifications aren't particularly
> useful as they aren't actionable for the maintainer: the package is either
> waiting to build or being built.

Right. I've fixed that. Needs-Build was already part of the ignored
states.

> This is particularly a problem for binNMUs
> such as those for the libpng transition but also applies to maintainer
> uploads.

I think I've fixed your issue with the above, but feel free to reopen if
it's not the case.

Lucas

--- End Message ---

Reply to: