From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5BD0F138010 for ; Mon, 8 Oct 2012 16:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10A6BE032F; Mon, 8 Oct 2012 16:03:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D768E02FB for ; Mon, 8 Oct 2012 16:03:21 +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 EE1BB33C34C for ; Mon, 8 Oct 2012 16:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0AEC0E5446 for ; Mon, 8 Oct 2012 16:03:19 +0000 (UTC) From: "Paweł Hajdan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paweł Hajdan" Message-ID: <1336584173.44f09a691a30d55a2b6dd98e17cfbd25817690cc.phajdan.jr@gentoo> Subject: [gentoo-commits] proj/arch-tools:master commit in: / X-VCS-Repository: proj/arch-tools X-VCS-Files: stabilization-candidates.py X-VCS-Directories: / X-VCS-Committer: phajdan.jr X-VCS-Committer-Name: Paweł Hajdan X-VCS-Revision: 44f09a691a30d55a2b6dd98e17cfbd25817690cc X-VCS-Branch: master Date: Mon, 8 Oct 2012 16:03:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9587f228-268a-43d7-9f37-b2c19081c789 X-Archives-Hash: 70af7f5ea121fdef132e2812f408aedc commit: 44f09a691a30d55a2b6dd98e17cfbd25817690cc Author: Pawel Hajdan, Jr gentoo org> AuthorDate: Wed May 9 17:22:53 2012 +0000 Commit: Paweł Hajdan gentoo org> CommitDate: Wed May 9 17:22:53 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/arch-tools.git;a=commit;h=44f09a69 Process stabilization candidates incrementally, instead of a one big batch at the end. This helps to file at least some bugs if the script crashes in the middle. --- stabilization-candidates.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/stabilization-candidates.py b/stabilization-candidates.py index 3b2b72e..04b6dee 100755 --- a/stabilization-candidates.py +++ b/stabilization-candidates.py @@ -154,10 +154,6 @@ if __name__ == "__main__": else: other_maintainers = [] url = 'http://packages.gentoo.org/package/%s?arches=linux' % urllib.quote(cp) - final_candidates.append((best_candidate, url, maintainer, other_maintainers)) - - for x in final_candidates: - best_candidate, url, maintainer, other_maintainers = x if options.file_bugs: description = ('Is it OK to stabilize =%s ?\n\n' % best_candidate +