]> git.donarmstrong.com Git - debbugs.git/commitdiff
add HE config
authorDon Armstrong <don@donarmstrong.com>
Thu, 16 Feb 2012 03:16:47 +0000 (19:16 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 16 Feb 2012 03:16:47 +0000 (19:16 -0800)
examples/hyperestraier_config [new file with mode: 0644]

diff --git a/examples/hyperestraier_config b/examples/hyperestraier_config
new file mode 100644 (file)
index 0000000..86ef7f6
--- /dev/null
@@ -0,0 +1,15 @@
+## configuration options
+
+## database creation
+
+estcmd create -si -apn -xh3 \
+  -attr status string \
+  -attr subject string \
+  -attr date number \
+  -attr submitter string \
+  -attr package string \
+  -attr tags string \
+  -attr severity string \
+  bts
+
+# status subject date submitter package tags severity
\ No newline at end of file