summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-09-20 09:13:19 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-20 09:35:02 +0200
commitece7fe061c0d030138b185a26efae34cff4d35c2 (patch)
tree2a51d078b6c4a3d3b49e0b7ce1743af2f6d5e8d8 /imagrc.toml
parentba1df8bb4870fea69161d75d1c9082cd3cffd635 (diff)
Add settings for enable/disable hook
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
index 6e6463d4..5dbbf9fc 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -41,6 +41,9 @@ aspect = "debug"
[store.hooks.stdhook_git_update]
aspect = "vcs"
+# set to false to disable
+enabled = true
+
# Fail if the repository cannot be opened. If this is set to `false`, the error
# will be printed, but will not abort the store operation. `true` will print the
# error and abort the store action.
@@ -69,6 +72,9 @@ message = "Update"
[store.hooks.stdhook_git_delete]
aspect = "vcs"
+# set to false to disable
+enabled = true
+
# Fail if the repository cannot be opened. If this is set to `false`, the error
# will be printed, but will not abort the store operation. `true` will print the
# error and abort the store action.