aboutsummaryrefslogtreecommitdiffstats
path: root/bin/acme/patcher.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/acme/patcher.json')
-rwxr-xr-xbin/acme/patcher.json16
1 files changed, 14 insertions, 2 deletions
diff --git a/bin/acme/patcher.json b/bin/acme/patcher.json
index 365990fa..03332d0e 100755
--- a/bin/acme/patcher.json
+++ b/bin/acme/patcher.json
@@ -12,9 +12,21 @@
},
{
"original" : "bin/srt",
- "custom" : "bin/srt",
+ "custom" : "bin/acme/patcher/inplace/bin/srt",
"patch" : "",
- "options" : "DISABLE"
+ "options" : "INPLACE DISABLE"
+ }
+ ],
+ "documentation" : [
+ {
+ "help_original" : "the location of the original mainline file",
+ "help_custom" : "the location of the derived and customized file",
+ "help_original_INPLACE" : "In the INPLACE mode, this is the location of the mainline file that has been customized",
+ "help_custom_INPLACE" : "In the INPLACE mode, this is the stash location of the customized file",
+ "help_patch" : "optional location of extracted patch file, default is '$patcher_dir/$filename.patch'",
+ "help_options" : "When empty, indicates the default workflow of a custom file in custom app directory derived from a mainline template file (e.g. bin/common/srtool_jira_template.py)",
+ "help_options_INPLACE" : "Add the 'INPLACE' key if the file is patched in place in the mainline code",
+ "help_options_DISABLE" : "Add the 'DISABLE' key to make this mapping inactive"
}
]
}