Add options to enable/disable hooks (sending mail, commit /etc/.git, save to database…) #7

Merged
jlecour merged 61 commits from options into master 2019-03-26 15:14:12 +01:00
Showing only changes of commit 7b2a3fbcd1 - Show all commits

View file

@ -4,11 +4,11 @@
# Dependencies (all OS): git postgresql-client
# Dependencies (Debian): sudo
# version 0.5.0.beta2
# version 0.5.0.beta3
# Copyright 2007-2019 Evolix <info@evolix.fr>, Gregory Colpart <reg@evolix.fr>,
# Jérémy Lecour <jlecour@evolix.fr> and others.
VERSION="0.5.0.beta2"
VERSION="0.5.0.beta3"
show_version() {
printf "%s\n" "evomaintenance version ${VERSION}"