]> xenbits.xensource.com Git - people/aperard/emesinae.git/commitdiff
bugs.pl: Add facility to link to a page with information on the control interface
authorIan Campbell <ian.campbell@citrix.com>
Thu, 30 May 2013 10:58:42 +0000 (11:58 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 30 May 2013 10:58:42 +0000 (11:58 +0100)
CGI/bugs.pl
config/emesinae.conf
config/examples/test/emesinae.conf
config/examples/xen-bugs.xenproject.org/emesinae.conf

index c3b5c3a93098e85b3969678e1ddf968aef3df283..f1dede4719be8af248a5934e19631c1eec67cddc 100755 (executable)
@@ -81,6 +81,7 @@ print p(
             { -href => "http://" . $c{TrackerHost} . $c{StaticContent} . "control.txt" }, "here"
           )
           . "."
+          . ($c{ControlHelpURL} ? " For guidance on manipulating bugs please see ".a( { -href => $c{ControlHelpURL} }, $c{ControlHelpURL})."." : "")
     ]
 ) . "\n";
 
index a256fd2f2eeec50f456eab4833a32350b29bce70..7c53a8cc740511881e1706a9adf8cd6b357989f4 100644 (file)
@@ -49,6 +49,10 @@ $c{CGIPath} = "/cgi-bin/";
 $c{LockDir} = "/var/local/emesinae/locks/";
 
 $c{ReportingURL} = "http://bugs.example.com/Howto_Report_Bugs.html";
+# Optionally set this to the URL of a page offering advice/instructions for the 
+# control bot.
+#$c{ControlHelpURL} = "http://bugs.example.com/Control_Help.html";
+
 
 # <MSGID> is replaced by the real message id.
 %{ $c{Archives} } = (
index 8c29cbb8f656065cca966e5cf4b8abf4c2f8e5b9..e7e6977ea8136e4dd72f46c396f31f0055b76746 100644 (file)
@@ -45,6 +45,9 @@ $c{StaticContent}   = "/test/static/";
 $c{LockDir}  = "/srv/test/var/lock";
 
 $c{ReportingURL} = "http://bugs.example.com/Howto_Report_Bugs.html";
+# Optionally set this to the URL of a page offering advice/instructions for the
+# control bot.
+#$c{ControlHelpURL} = "http://bugs.example.com/Control_Help.html";
 
 # <MSGID> is replaced by the real message id.
 %{ $c{Archives} } = (
index bc9b418e5313bd01d3a8174622086bdbc356afa5..d8458eb3af105495bbeaccdc15368cc107e42204 100644 (file)
@@ -47,6 +47,9 @@ $c{StaticContent}   = "/xen/static/";
 $c{LockDir} = "/srv/xen-devel-bugs/var/lock/";
 
 $c{ReportingURL} = "http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen";
+# Optionally set this to the URL of a page offering advice/instructions for the 
+# control bot.
+$c{ControlHelpURL} = "http://wiki.xen.org/wiki/Xen_Bug_Management_Interface";
 
 # <MSGID> is replaced by the real message id.
 %{ $c{Archives} } = (