diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-04-21 13:48:40 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-04-21 13:48:57 +0200 |
commit | e30566152034665fd1ae84ae65e6b426f1fac0af (patch) | |
tree | c70d56d0876205a69a94049364cf54df5f11059e /man/5/caretaker.conf.pod | |
parent | a9fb25fb35a38e9f67f0a22af14bdefc1295ad7f (diff) |
Add option to disable hook execution for ct push
Diffstat (limited to 'man/5/caretaker.conf.pod')
-rw-r--r-- | man/5/caretaker.conf.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/5/caretaker.conf.pod b/man/5/caretaker.conf.pod index 0e7b285..bf625a7 100644 --- a/man/5/caretaker.conf.pod +++ b/man/5/caretaker.conf.pod @@ -56,6 +56,12 @@ Automatically run checklinks on files (or, if present, dotfiles) in F<etc/> Colorize the output (cyan for info messages, red for errors/warnings) +=item B<HOOK_ON_PUSH>=I<boolean> (--hook-on-push) [1] + +Execute pre-update / post-update hooks when running C<< ct push >>. +If set to 0, you need to run ct refresh by hand to execute these hooks after +changing a package. + =item B<PROGRESS>=I<boolean> (--progress) [1] Show a progress bar when performing tasks on all packages |