YETUS-103. Wrong hook name in the bug system support document Signed-off-by: Allen Wittenauer <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/b17912ee Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/b17912ee Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/b17912ee Branch: refs/heads/YETUS-83 Commit: b17912eef81759c527fa39aa6a11429468956023 Parents: 4781947 Author: Kengo Seki <[email protected]> Authored: Mon Nov 2 19:49:19 2015 +0900 Committer: Allen Wittenauer <[email protected]> Committed: Mon Nov 2 11:35:06 2015 -0800 ---------------------------------------------------------------------- asf-site-src/source/documentation/latest/precommit-bugsystems.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/b17912ee/asf-site-src/source/documentation/latest/precommit-bugsystems.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/latest/precommit-bugsystems.md b/asf-site-src/source/documentation/latest/precommit-bugsystems.md index 823dce6..95bf1de 100644 --- a/asf-site-src/source/documentation/latest/precommit-bugsystems.md +++ b/asf-site-src/source/documentation/latest/precommit-bugsystems.md @@ -38,7 +38,7 @@ add_bugsystem <pluginname> - Using any heuristics available, set the issue, bug number, etc, for this bug system, if possible. This is typically used to fill in supplementary information in the final output table. -* pluginname\_writecomment +* pluginname\_write\_comment - Given text input, write this output to the bug system as a comment. NOTE: It is the bug system's responsibility to format appropriately. @@ -84,4 +84,4 @@ JIRA support allows both patch downloads and summary writes. It also supports b JIRA issues are invoked by matching the command line option to a specific regular expression as given by the `--jira-issue-re` option or via the JIRA\_ISSUE\_RE personality variable. By default, the plug-in uses https://issues.apache.org/jira as the JIRA instance to use. However that may be overwritten via the `--jira-base-url` option or personalities may define via JIRA\_URL. -In order to write information on the issue, JIRA requires username and password authentication using the `--jira-user`/`--jira-password` options or the JIRA\_USER and JIRA\_PASSWORD variables in a personality. \ No newline at end of file +In order to write information on the issue, JIRA requires username and password authentication using the `--jira-user`/`--jira-password` options or the JIRA\_USER and JIRA\_PASSWORD variables in a personality.
