summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-16 17:58:18 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-07 22:05:28 +0200
commit7ed44cc1b8fd04a6a9f2af2183c15227e1cbac8e (patch)
tree6718b03cc83f3957b156664bc0df3be122555974 /imagrc.toml
parentc972b5706d65a3a16b8d22fb154b42a1ff908496 (diff)
Add example settings for ensure_branch
Diffstat (limited to 'imagrc.toml')
-rw-r--r--imagrc.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/imagrc.toml b/imagrc.toml
index 37023ac3..ed6570e2 100644
--- a/imagrc.toml
+++ b/imagrc.toml
@@ -46,6 +46,9 @@ aspect = "vcs"
# error and abort the store action.
abort_on_repo_init_failure = true
+# Ensure to be on this branche before doing anything.
+ensure_branch = "master"
+
[store.hooks.stdhook_git_retrieve]
aspect = "vcs"
@@ -54,6 +57,9 @@ aspect = "vcs"
# error and abort the store action.
abort_on_repo_init_failure = true
+# Ensure to be on this branche before doing anything.
+ensure_branch = "master"
+
[store.hooks.stdhook_git_delete]
aspect = "vcs"
@@ -62,6 +68,9 @@ aspect = "vcs"
# error and abort the store action.
abort_on_repo_init_failure = true
+# Ensure to be on this branche before doing anything.
+ensure_branch = "master"
+
[store.hooks.stdhook_git_update]
aspect = "vcs"
@@ -70,3 +79,6 @@ aspect = "vcs"
# error and abort the store action.
abort_on_repo_init_failure = true
+# Ensure to be on this branche before doing anything.
+ensure_branch = "master"
+