summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Hajdan, Jr <phajdan.jr@gentoo.org>2013-05-20 01:34:11 +0200
committerPawel Hajdan, Jr <phajdan.jr@gentoo.org>2013-05-20 01:34:11 +0200
commit3d2d92a6537bec6be9c39ac113eb88f85faca315 (patch)
tree9e1f48282fbde05f5bde9604802bcc827f5f1d2b /file-stabilization-bugs.py
parentExclude leechcraft from stabilization-candidates.py (diff)
downloadarch-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.
Diffstat (limited to 'file-stabilization-bugs.py')
-rwxr-xr-xfile-stabilization-bugs.py6
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 = {}