Evocheck is a Bash script to check the conformity of an Evolix server.
Go to file
Thomas Martin c843d7cbbb Store default configuration values in evocheck.sh,
so evocheck.cf is only used to overwrite them.
2009-09-08 15:00:25 +02:00
evocheck.cf Store default configuration values in evocheck.sh, 2009-09-08 15:00:25 +02:00
evocheck.sh Store default configuration values in evocheck.sh, 2009-09-08 15:00:25 +02:00
README Improve doc (using git-archive instead of tar --exclude .git) 2009-07-23 13:43:35 +02:00
TODO Ajout d'une idée ! 2009-09-07 22:33:47 +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