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

Bug#695772: bugs.cgi: allow filtering based on unblock/approve hints



[slightly OT for -qa, but since it started here...]

On Wed, 2012-12-12 at 17:01 +0100, Niels Thykier wrote:
> I'd probably merge them into one entry as "approve" is (for most
> practical purposes) "unblock for tpu" uploads[1].
[...]
> [1] I am sure that some RT members can give you the full distinction
> between the two, tbh, I doubt anyone using the UDD bugs.cgi tool is
> going to care.

The only real difference is the suite used as the source; britney
translates approve hints in to unblock hints internally anyway[1].
There's a couple of other bits like the excuses output being different,
but I should finish my tpu-handling rework so that the excuses handling
is triggered from the suite instead. At that point, /no-one/ needs to
care. :-)

Regards,

Adam

[1]
# A (t-)p-u approval overrides an unstable block
for p in hints["approve"]:
	for o in hints.search('unblock', package=p.package):
                o.set_active(False)
	hints.add_hint('unblock %s/%s' % (p.package, p.version), p.user)


Reply to: