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 11ADF13800E for ; Wed, 1 Aug 2012 07:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2491E064E; Wed, 1 Aug 2012 07:28:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9C19FE064E for ; Wed, 1 Aug 2012 07:28:39 +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 0F7F31B4010 for ; Wed, 1 Aug 2012 07:28:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F09D1E543B for ; Wed, 1 Aug 2012 07:28:36 +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: <1343806090.5ff852b4a383456e6a9be6918f289eaa40cc0f64.phajdan.jr@gentoo> Subject: [gentoo-commits] proj/arch-tools:new-pybugz 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: 5ff852b4a383456e6a9be6918f289eaa40cc0f64 X-VCS-Branch: new-pybugz Date: Wed, 1 Aug 2012 07:28:36 +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: 89c29ee9-c5a8-4d16-b4a4-3998fb72c7e8 X-Archives-Hash: 5181259ceb72ef0e9dfb30a10ac6a2c9 commit: 5ff852b4a383456e6a9be6918f289eaa40cc0f64 Author: Pawel Hajdan, Jr gentoo org> AuthorDate: Wed Aug 1 07:28:10 2012 +0000 Commit: Paweł Hajdan gentoo org> CommitDate: Wed Aug 1 07:28:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/arch-tools.git;a=commit;h=5ff852b4 Also exclude x11 from stabilization candidates. --- stabilization-candidates.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stabilization-candidates.py b/stabilization-candidates.py index bf7825e..3268fdc 100755 --- a/stabilization-candidates.py +++ b/stabilization-candidates.py @@ -24,7 +24,7 @@ if __name__ == "__main__": parser.add_option("--days", dest="days", type=int, default=30, help="Number of days in the tree after stabilization is possible.") parser.add_option("--repo", dest="repo", help="Path to portage CVS repository") parser.add_option("--category", dest="category", help="Portage category filter (default is all categories)") - parser.add_option("--exclude", dest="exclude", default=".*(kde|sci|lisp|perl-core|virtual|gnome|ruby).*", help="Regular expression for excluded packages.") + parser.add_option("--exclude", dest="exclude", default=".*(kde|sci|lisp|perl-core|virtual|gnome|ruby|x11).*", help="Regular expression for excluded packages.") parser.add_option("--file-bugs", dest="file_bugs", action="store_true", default=False, help="File stabilization bugs for detected candidates. Otherwise (default) the candidates are just displayed.") (options, args) = parser.parse_args() 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 7869A138010 for ; Mon, 8 Oct 2012 16:04:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 317CBE0384; Mon, 8 Oct 2012 16:03:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7A426E0384 for ; Mon, 8 Oct 2012 16:03:23 +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 D7DAA33D703 for ; Mon, 8 Oct 2012 16:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B2DB6E544E 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: <1343806090.5ff852b4a383456e6a9be6918f289eaa40cc0f64.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: 5ff852b4a383456e6a9be6918f289eaa40cc0f64 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: 796e17b6-9463-4063-96de-6f382a129f1b X-Archives-Hash: 8d12406e73f4e01a779bb16636bc1eae Message-ID: <20121008160319.FlqtTvArqMfgGCuENjQfRIPI0yW3_QkmJcb5nJvl3Dc@z> commit: 5ff852b4a383456e6a9be6918f289eaa40cc0f64 Author: Pawel Hajdan, Jr gentoo org> AuthorDate: Wed Aug 1 07:28:10 2012 +0000 Commit: Paweł Hajdan gentoo org> CommitDate: Wed Aug 1 07:28:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/arch-tools.git;a=commit;h=5ff852b4 Also exclude x11 from stabilization candidates. --- stabilization-candidates.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stabilization-candidates.py b/stabilization-candidates.py index bf7825e..3268fdc 100755 --- a/stabilization-candidates.py +++ b/stabilization-candidates.py @@ -24,7 +24,7 @@ if __name__ == "__main__": parser.add_option("--days", dest="days", type=int, default=30, help="Number of days in the tree after stabilization is possible.") parser.add_option("--repo", dest="repo", help="Path to portage CVS repository") parser.add_option("--category", dest="category", help="Portage category filter (default is all categories)") - parser.add_option("--exclude", dest="exclude", default=".*(kde|sci|lisp|perl-core|virtual|gnome|ruby).*", help="Regular expression for excluded packages.") + parser.add_option("--exclude", dest="exclude", default=".*(kde|sci|lisp|perl-core|virtual|gnome|ruby|x11).*", help="Regular expression for excluded packages.") parser.add_option("--file-bugs", dest="file_bugs", action="store_true", default=False, help="File stabilization bugs for detected candidates. Otherwise (default) the candidates are just displayed.") (options, args) = parser.parse_args()