aboutsummaryrefslogtreecommitdiffstats
path: root/bin/acme/patcher.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/acme/patcher.json')
-rwxr-xr-xbin/acme/patcher.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/bin/acme/patcher.json b/bin/acme/patcher.json
index 03332d0e..a0c96733 100755
--- a/bin/acme/patcher.json
+++ b/bin/acme/patcher.json
@@ -17,6 +17,14 @@
"options" : "INPLACE DISABLE"
}
],
+ "custom_directories" : [
+ {
+ "dir" : "bin/acme"
+ },
+ {
+ "dir" : "lib/acme"
+ }
+ ],
"documentation" : [
{
"help_original" : "the location of the original mainline file",
@@ -26,7 +34,8 @@
"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"
+ "help_options_DISABLE" : "Add the 'DISABLE' key to make this mapping inactive",
+ "help_custom_directories" : "These are the custom directories that are overlaid on the SRTool code, and are ignored for in-place scanning"
}
]
}