[Qa-jenkins-scm] [jenkins.debian.net] 01/01: new script to configure bugs.d.o, should probably be moved in some sub directory

Holger Levsen holger at layer-acht.org
Sat Sep 16 10:06:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 32cc781c3545909105b6b50e66c11c606f5448a9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 16 12:05:59 2017 +0200

    new script to configure bugs.d.o, should probably be moved in some sub directory
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 configure_usercategories_jenkins.d.o | 48 ++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/configure_usercategories_jenkins.d.o b/configure_usercategories_jenkins.d.o
new file mode 100755
index 0000000..15eada1
--- /dev/null
+++ b/configure_usercategories_jenkins.d.o
@@ -0,0 +1,48 @@
+#!/bin/sh
+
+# Copyright 2017 Holger Levsen
+# released under the GPLv=2
+#
+
+TMPFILE=`mktemp`
+cat >> $TMPFILE <<- EOF
+
+user jenkins.debian.org at packages.debian.org
+
+usercategory Tests
+ * Tests
+   + uncategorized [0:]
+   + general [1:tag=general]
+   + d-i [2:tag=d-i]
+   + reproducible [3:tag=reproducible]
+   + trigger-cycles [4:tag=trigger-cycles]
+   + multiarch [4:tag=multiarch]
+
+# tweak the default "status" category
+usercategory new-status [hidden]
+ * Status [pending=]
+   + Patch Available [0:pending+tag=patch]
+   + outstanding [1:pending]
+   + confirmed [2:pending+tag=confirmed]
+   + moreinfo [3:pending+tag=moreinfo]
+   + forwarded [4:pending+tag=forwarded]
+   + wontfix [5:pending+tag=wontfix]
+   + Fixed - Pending Upload [6:pending-fixed]
+   + Resolved [9:done]
+   + Unhandled pending state []
+
+# override the default view
+usercategory normal
+ * new-status
+ * severity
+ * tool
+
+# this is reachable adding ';odering=old-normal' to the bts url
+usercategory old-normal
+ * status
+ * severity
+ * classification
+
+EOF
+mutt -s "usercategories for jenkins.debian.org" -i $TMPFILE control at bugs.debian.org -c qa-jenkins-dev at lists.alioth.debian.org
+rm $TMPFILE

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list