diff options
author | Pawel Hajdan, Jr <phajdan.jr@gentoo.org> | 2013-05-20 01:34:11 +0200 |
---|---|---|
committer | Pawel Hajdan, Jr <phajdan.jr@gentoo.org> | 2013-05-20 01:34:11 +0200 |
commit | 3d2d92a6537bec6be9c39ac113eb88f85faca315 (patch) | |
tree | 9e1f48282fbde05f5bde9604802bcc827f5f1d2b | |
parent | Exclude leechcraft from stabilization-candidates.py (diff) | |
download | arch-tools-3d2d92a6537bec6be9c39ac113eb88f85faca315.tar.gz arch-tools-3d2d92a6537bec6be9c39ac113eb88f85faca315.tar.bz2 arch-tools-3d2d92a6537bec6be9c39ac113eb88f85faca315.zip |
Do not put empty lines in the stabilization bug
Reported on gentoo-dev by Jeroen Roovers.
-rwxr-xr-x | file-stabilization-bugs.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/file-stabilization-bugs.py b/file-stabilization-bugs.py index 4963937..6f1bb64 100755 --- a/file-stabilization-bugs.py +++ b/file-stabilization-bugs.py @@ -72,9 +72,9 @@ if __name__ == "__main__": else: other_maintainers = [] - description = ('Is it OK to stabilize =%s ?\n\n' % cpv + - 'If so, please CC all arches which have stable keywords\n\n' + - 'for older versions of this package and add STABLEREQ keyword\n\n' + + description = ('Is it OK to stabilize =%s ?\n' % cpv + + 'If so, please CC all arches which have stable keywords\n' + + 'for older versions of this package and add STABLEREQ keyword\n' + 'to the bug.') url = 'http://packages.gentoo.org/package/%s?arches=linux' % urllib.quote(cp) params = {} |