From ba1df8bb4870fea69161d75d1c9082cd3cffd635 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 20 Sep 2016 09:08:59 +0200 Subject: [PATCH] Remove unused config sections --- imagrc.toml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/imagrc.toml b/imagrc.toml index de8d39ba..6e6463d4 100644 --- a/imagrc.toml +++ b/imagrc.toml @@ -38,34 +38,6 @@ mutable_hooks = false [store.hooks.stdhook_debug] aspect = "debug" -[store.hooks.stdhook_git_create] -aspect = "vcs" - -# 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. -abort_on_repo_init_failure = true - -# Ensure to be on this branche before doing anything. -ensure_branch = "refs/heads/master" - -# Try to checkout the ensure_branch if it isn't checked out -try_checkout_ensure_branch = true - -[store.hooks.stdhook_git_retrieve] -aspect = "vcs" - -# 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. -abort_on_repo_init_failure = true - -# Ensure to be on this branche before doing anything. -ensure_branch = "refs/heads/master" - -# Try to checkout the ensure_branch if it isn't checked out -try_checkout_ensure_branch = true - [store.hooks.stdhook_git_update] aspect = "vcs"