aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/commit-header')
-rw-r--r--templates/commit-header6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/commit-header b/templates/commit-header
index 538a6c9..76f65b4 100644
--- a/templates/commit-header
+++ b/templates/commit-header
@@ -1,2 +1,8 @@
#!/bin/bash
pushd @@REPODIR@@ > /dev/null
+
+if [ "@@NEWKEYWORD@@" = "@@ARCH" ]; then
+ DESCR="@@ARCH@@ stable (bug #@@BUG@@)"
+else
+ DESCR="@@ARCH@@ keyworded (bug #@@BUG@@)"
+fi