aboutsummaryrefslogtreecommitdiffstats
path: root/bin/acme/patcher.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/acme/patcher.json')
-rwxr-xr-xbin/acme/patcher.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/bin/acme/patcher.json b/bin/acme/patcher.json
new file mode 100755
index 00000000..365990fa
--- /dev/null
+++ b/bin/acme/patcher.json
@@ -0,0 +1,20 @@
+{
+ "_comments_" : "Blank values indicate defaults",
+ "label" : "ACME",
+ "patcher_dir" : "bin/acme/patcher",
+ "patch_set" : [
+ {
+ "_comments_" : "The ACME custom version of the Jira integration script",
+ "original" : "bin/common/srtool_jira_template.py",
+ "custom" : "bin/acme/srtool_jira_acme.py",
+ "patch" : "",
+ "options" : ""
+ },
+ {
+ "original" : "bin/srt",
+ "custom" : "bin/srt",
+ "patch" : "",
+ "options" : "DISABLE"
+ }
+ ]
+}