aboutsummaryrefslogtreecommitdiffstats
path: root/bin/acme
diff options
context:
space:
mode:
Diffstat (limited to 'bin/acme')
-rwxr-xr-xbin/acme/patcher.json11
-rwxr-xr-xbin/acme/patcher/inplace/bin/srt12
2 files changed, 21 insertions, 2 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"
}
]
}
diff --git a/bin/acme/patcher/inplace/bin/srt b/bin/acme/patcher/inplace/bin/srt
index eaa7cd31..af8a1fb2 100755
--- a/bin/acme/patcher/inplace/bin/srt
+++ b/bin/acme/patcher/inplace/bin/srt
@@ -266,7 +266,17 @@ elif [ "$CMD" = "" ]; then
exit 1
fi
-echo "The system will $CMD."
+### ACME_EXTENSION_EXCLUDE_BEGIN ###
+#echo "The system will $CMD."
+#
+### ACME_EXTENSION_EXCLUDE_END ###
+### ACME_EXTENSION_BEGIN ###
+#
+# NOTE: Exclusions should be used only when necessary
+# NOTE: The excluded lines are commented so that they are inactive but restorable
+#
+echo "The ACME SRTool system will now $CMD!"
+### ACME_EXTENSION_END ###
# Execute the commands
case $CMD in