Repository: yetus
Updated Branches:
  refs/heads/YETUS-83 6319a18a0 -> b9c369f19 (forced update)


YETUS-102. Some underscores in the documents are not correctly escaped

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/f08389b4
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/f08389b4
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/f08389b4

Branch: refs/heads/YETUS-83
Commit: f08389b47226099bb63b7854074d6bb96bc6e626
Parents: 0833acb
Author: Kengo Seki <[email protected]>
Authored: Thu Oct 22 03:20:35 2015 +0900
Committer: Allen Wittenauer <[email protected]>
Committed: Fri Oct 23 21:02:41 2015 -0700

----------------------------------------------------------------------
 .../source/documentation/latest/precommit-advanced.md        | 4 ++--
 .../source/documentation/latest/precommit-buildtools.md      | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/f08389b4/asf-site-src/source/documentation/latest/precommit-advanced.md
----------------------------------------------------------------------
diff --git a/asf-site-src/source/documentation/latest/precommit-advanced.md 
b/asf-site-src/source/documentation/latest/precommit-advanced.md
index ad9ac34..f68db7a 100644
--- a/asf-site-src/source/documentation/latest/precommit-advanced.md
+++ b/asf-site-src/source/documentation/latest/precommit-advanced.md
@@ -107,7 +107,7 @@ add_test_type <pluginname>
 ```
 
 + pluginname\_filefilter
-    - executed while determine which files trigger which tests.  This function 
should use 'add_test pluginname' to add the plug-in to the test list.
+    - executed while determine which files trigger which tests.  This function 
should use `add_test pluginname` to add the plug-in to the test list.
 
 * pluginname\_tests
     - executed after the unit tests have completed.
@@ -182,7 +182,7 @@ The `testtype` state tells the personality exactly which 
test is about to be exe
 
 In order to communicate back to test-patch, there are two functions for the 
personality to use.
 
-The first is `clear_personality_queue`. This removes the previous test's 
configuration so that a new module queue may be built. Custom 
personality_modules will almost always want to do this as the first action.
+The first is `clear_personality_queue`. This removes the previous test's 
configuration so that a new module queue may be built. Custom 
`personality_modules` will almost always want to do this as the first action.
 
 The second is `personality_enqueue_module`.  This function takes two 
parameters.  The first parameter is the name of the module to add to this 
test's queue.  The second parameter is an option list of additional flags to 
pass to Maven when processing it. `personality_enqueue_module` may be called as 
many times as necessary for your project.
 

http://git-wip-us.apache.org/repos/asf/yetus/blob/f08389b4/asf-site-src/source/documentation/latest/precommit-buildtools.md
----------------------------------------------------------------------
diff --git a/asf-site-src/source/documentation/latest/precommit-buildtools.md 
b/asf-site-src/source/documentation/latest/precommit-buildtools.md
index d581a60..923bb86 100644
--- a/asf-site-src/source/documentation/latest/precommit-buildtools.md
+++ b/asf-site-src/source/documentation/latest/precommit-buildtools.md
@@ -32,11 +32,11 @@ add_build_tool <pluginname>
 
     - If the build tool does not always run from the ${BASEDIR} and instead 
needs to change the current working directory to work on a specific module, 
then set this to true.  The default is false.
 
-* UNSUPPORTED_TEST
+* UNSUPPORTED\_TEST
 
-    - If pluginname\_modules\_worker is given a test type that is not 
supported by the build system, set UNSUPPORTED_TEST=true.  If it is supported, 
set UNSUPPORTED_TEST=false.
+    - If pluginname\_modules\_worker is given a test type that is not 
supported by the build system, set UNSUPPORTED\_TEST=true.  If it is supported, 
set UNSUPPORTED\_TEST=false.
 
-For example, the gradle build tool does not have a standard way to execute 
checkstyle. So when checkstyle is requested, gradle\_modules\_worker sets 
UNSUPPORTED_TEST to true and returns out of the routine.
+For example, the gradle build tool does not have a standard way to execute 
checkstyle. So when checkstyle is requested, gradle\_modules\_worker sets 
UNSUPPORTED\_TEST to true and returns out of the routine.
 
 # Required Functions
 
@@ -50,7 +50,7 @@ For example, the gradle build tool does not have a standard 
way to execute check
 
 * pluginname\_modules\_worker
 
-    - Input is the branch and the test being run.  This should call 
modules_workers with the generic parts to run that test on the build system.  
For example, if it is convention to use 'test' to trigger 'unit' tests, then 
module_workers should be called with 'test' appended onto its normal parameters.
+    - Input is the branch and the test being run.  This should call 
`modules_workers` with the generic parts to run that test on the build system.  
For example, if it is convention to use 'test' to trigger 'unit' tests, then 
`module_workers` should be called with 'test' appended onto its normal 
parameters.
 
 * pluginname\_builtin_personality\_modules
 

Reply via email to