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: Sun, 19 May 2013 23:35:42
Message-Id: 1369006451.3d2d92a6537bec6be9c39ac113eb88f85faca315.phajdan.jr@gentoo
1 commit: 3d2d92a6537bec6be9c39ac113eb88f85faca315
2 Author: Pawel Hajdan, Jr <phajdan.jr <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 19 23:34:11 2013 +0000
4 Commit: Paweł Hajdan <phajdan.jr <AT> gentoo <DOT> org>
5 CommitDate: Sun May 19 23:34:11 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/arch-tools.git;a=commit;h=3d2d92a6
7
8 Do not put empty lines in the stabilization bug
9
10 Reported on gentoo-dev by Jeroen Roovers.
11
12 ---
13 file-stabilization-bugs.py | 6 +++---
14 1 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/file-stabilization-bugs.py b/file-stabilization-bugs.py
17 index 4963937..6f1bb64 100755
18 --- a/file-stabilization-bugs.py
19 +++ b/file-stabilization-bugs.py
20 @@ -72,9 +72,9 @@ if __name__ == "__main__":
21 else:
22 other_maintainers = []
23
24 - description = ('Is it OK to stabilize =%s ?\n\n' % cpv +
25 - 'If so, please CC all arches which have stable keywords\n\n' +
26 - 'for older versions of this package and add STABLEREQ keyword\n\n' +
27 + description = ('Is it OK to stabilize =%s ?\n' % cpv +
28 + 'If so, please CC all arches which have stable keywords\n' +
29 + 'for older versions of this package and add STABLEREQ keyword\n' +
30 'to the bug.')
31 url = 'http://packages.gentoo.org/package/%s?arches=linux' % urllib.quote(cp)
32 params = {}