Gentoo Archives: gentoo-commits

From: "Paweł Hajdan" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/arch-tools:master commit in: /
Date: Thu, 28 Feb 2013 04:50:47
Message-Id: 1362026956.c6330c864965ef81f5fe95f2c9d3ef07de66f4ff.phajdan.jr@gentoo
1 commit: c6330c864965ef81f5fe95f2c9d3ef07de66f4ff
2 Author: Pawel Hajdan, Jr <phajdan.jr <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 04:49:16 2013 +0000
4 Commit: Paweł Hajdan <phajdan.jr <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 04:49:16 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/arch-tools.git;a=commit;h=c6330c86
7
8 Add xfce to list of stabilization bugs excludes.
9
10 ---
11 stabilization-candidates.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/stabilization-candidates.py b/stabilization-candidates.py
15 index 4ee25d5..20dae63 100755
16 --- a/stabilization-candidates.py
17 +++ b/stabilization-candidates.py
18 @@ -24,8 +24,8 @@ if __name__ == "__main__":
19 parser.add_option("--days", dest="days", type=int, default=30, help="Number of days in the tree after stabilization is possible.")
20 parser.add_option("--repo", dest="repo", help="Path to portage CVS repository")
21 parser.add_option("--category", dest="category", help="Portage category filter (default is all categories)")
22 - parser.add_option("--exclude", dest="exclude", default=".*(kde-base|sci|lisp|perl-core|virtual|gnome|ruby|x11|mono|dotnet|games).*", help="Regular expression for excluded packages.")
23 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.")
24 + parser.add_option("--exclude", dest="exclude", default=".*(kde-base|sci|lisp|perl-core|virtual|gnome|ruby|x11|mono|dotnet|games|xfce).*", help="Regular expression for excluded packages.")
25
26 (options, args) = parser.parse_args()
27 if not options.arch: