Evocheck is a Bash script to check the conformity of an Evolix server.
Go to file
Jérémy Lecour 604c313c90 IS_MYSQLUTILS: better check for mytop user
The 'debian-sys-maint' user is not necessarily the best one to use with mytop.
We just need to check that the mytop config file contains a user value.

The regular expression checks that :
* there is a line beggining with "user" (not commented)
* it is a variable assignent with optional spaces
* the value is 1 or more non-whitespace characters
2017-09-22 09:43:31 +02:00
evocheck.cf Annule un gros bug dans evomaintenance.cf ... 2012-01-27 12:40:57 +01:00
evocheck.sh IS_MYSQLUTILS: better check for mytop user 2017-09-22 09:43:31 +02:00
README Improve doc (using git-archive instead of tar --exclude .git) 2009-07-23 13:43:35 +02:00
TODO Putting TODO in Redmine. 2013-05-15 16:40:53 +02:00

Release:
~~~~~~~~

master> git archive --format=tar master | gzip > ../evocheck_<VERSION>.orig.tar.gz
master> pristine-tar commit ../evocheck_<VERSION>.orig.tar.gz master

Debian release:
~~~~~~~~~~~~~~~

debian-sid> git merge master
debian-sid> dch -v <VERSION>-1
debian-sid> git-buildpackage -us -uc --git-pristine-tar --git-upstream-branch=master --git-debian-branch=debian-sid