aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2012-02-04 15:50:37 +0100
committerThomas Kahle <tomka@gentoo.org>2012-02-04 15:50:37 +0100
commit1a6a5103526b8eba5869ecbb3a2fc86188f29345 (patch)
tree6e3aa4fc5d27fb89b799d0adc4799f62f3c7a0b6 /templates
parentBetter output will writing unmaskfiles (diff)
downloadtatt-1a6a5103526b8eba5869ecbb3a2fc86188f29345.tar.gz
tatt-1a6a5103526b8eba5869ecbb3a2fc86188f29345.tar.bz2
tatt-1a6a5103526b8eba5869ecbb3a2fc86188f29345.zip
Initial support for keywording bugs (also via -b)
Diffstat (limited to 'templates')
-rw-r--r--templates/commit-snippet4
-rw-r--r--templates/commit-snippet-22
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/commit-snippet b/templates/commit-snippet
index e380a07..3c51edb 100644
--- a/templates/commit-snippet
+++ b/templates/commit-snippet
@@ -1,8 +1,8 @@
# Code for keywording @@EBUILD@@
cd @@CP@@
-ekeyword @@ARCH@@ @@EBUILD@@
-echangelog "@@ARCH@@ stable per bug @@BUG@@" || {
+ekeyword @@NEWKEYWORD@@ @@EBUILD@@
+echangelog "marked @@NEWKEYWORD@@ per bug @@BUG@@" || {
echo " *** echangelog failed"
exit 1
}
diff --git a/templates/commit-snippet-2 b/templates/commit-snippet-2
index 5065d4f..e6b245b 100644
--- a/templates/commit-snippet-2
+++ b/templates/commit-snippet-2
@@ -2,7 +2,7 @@
cd @@CP@@
repoman -d full || exit 1
-repoman -m "@@ARCH@@ stable per bug @@BUG@@" commit || exit 1
+repoman -m "marked @@NEWKEYWORD@@ per bug @@BUG@@" commit || exit 1
cd ../..
## @@CP@@ done