From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SCYIR-0001tI-QB for garchives@archives.gentoo.org; Tue, 27 Mar 2012 15:26:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3F6AE08DC; Tue, 27 Mar 2012 15:26:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 98362E08DC for ; Tue, 27 Mar 2012 15:26:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BD741B400B for ; Tue, 27 Mar 2012 15:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 27455E5402 for ; Tue, 27 Mar 2012 15:26:46 +0000 (UTC) From: "Paweł Hajdan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paweł Hajdan" Message-ID: <1332861969.588a007bdde5dcb943557d4448a2c317a075763a.phajdan.jr@gentoo> Subject: [gentoo-commits] proj/arch-tools:master commit in: / X-VCS-Repository: proj/arch-tools X-VCS-Files: maintainer-timeout.py X-VCS-Directories: / X-VCS-Committer: phajdan.jr X-VCS-Committer-Name: Paweł Hajdan X-VCS-Revision: 588a007bdde5dcb943557d4448a2c317a075763a X-VCS-Branch: master Date: Tue, 27 Mar 2012 15:26:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 86f467e8-e588-4379-aa26-805b68a0db7c X-Archives-Hash: 01c3c05daf695341daaac7ef542faa5e commit: 588a007bdde5dcb943557d4448a2c317a075763a Author: Pawel Hajdan, Jr gentoo org> AuthorDate: Tue Mar 27 15:26:09 2012 +0000 Commit: Pawe=C5=82 Hajdan gentoo org> CommitDate: Tue Mar 27 15:26:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/arch-tools.gi= t;a=3Dcommit;h=3D588a007b Also consider STABLEREQ bugs for maintainer timeout. Someone cleverly added STABLEREQ keyword to those bugs. --- maintainer-timeout.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/maintainer-timeout.py b/maintainer-timeout.py index ee096c4..c825f5d 100755 --- a/maintainer-timeout.py +++ b/maintainer-timeout.py @@ -34,8 +34,6 @@ if __name__ =3D=3D "__main__": bugs +=3D [Bug(xml) for xml in bugzilla.get([bug['bugid'] for bug in = chunk]).findall("bug")] for bug in bugs: # Skip bugs where stabilization seems to be already in progress. - if 'STABLEREQ' in bug.keywords(): - continue arch_found =3D False for arch in portage.archlist: if '%s@gentoo.org' % arch in bug.cc():