aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2017-12-20 14:26:25 +0100
committerkensington <kensington@gentoo.org>2017-12-21 20:09:31 +1100
commitd8d505a6f2d74b8924eea2de50f3ec30405407af (patch)
tree73f294da1d6cc8c38c52b8eaac8ecdec5fc1cd5f /templates
parentalso detect already finished keywording (diff)
downloadtatt-d8d505a6f2d74b8924eea2de50f3ec30405407af.tar.gz
tatt-d8d505a6f2d74b8924eea2de50f3ec30405407af.tar.bz2
tatt-d8d505a6f2d74b8924eea2de50f3ec30405407af.zip
templates: Match p.g.o syntax
Diffstat (limited to 'templates')
-rw-r--r--templates/commit-snippet-24
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/commit-snippet-2 b/templates/commit-snippet-2
index c6f33c9..1dd7df8 100644
--- a/templates/commit-snippet-2
+++ b/templates/commit-snippet-2
@@ -2,8 +2,6 @@
pushd @@CP@@ > /dev/null
repoman -d full || exit 1
-repoman -m "@@CP@@: @@NEWKEYWORD@@ stable
-
-Gentoo-bug: @@BUG@@" commit || exit 1
+repoman -m "@@CP@@: @@NEWKEYWORD@@ stable (bug #@@BUG@@)" commit || exit 1
popd > /dev/null