Evocheck is a Bash script to check the conformity of an Evolix server.
Go to file
Benoît S. 0925ccca1f Merge branch 'improve-mysqlmunin' into 'master'
IS_MYSQLMUNIN: Improve the echo part

See merge request evolix/evocheck!6
2018-02-22 10:22:54 +01:00
CHANGELOG Add changelog 2018-02-19 14:29:03 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-12-15 09:33:30 +01:00
evocheck.cf Annule un gros bug dans evomaintenance.cf ... 2012-01-27 12:40:57 +01:00
evocheck.sh IS_MYSQLMUNIN: Break lines and add a break 2018-02-22 10:21:12 +01:00
README.md Added --git-export-dir=/tmp/build-area for build instructions 2018-02-07 22:48:21 +01:00

How to build the package for a new release

On the master branch, add the last stable version with a release tag.

git tag -s v<VERSION> -m 'New release'
git push --tags

Checkout the branch debian, merge the master branch.

git checkout debian
git merge master --no-ff
dch -v <VERSION>-1
gbp buildpackage --git-debian-branch=debian --git-upstream-tree=master --git-export-dir=/tmp/build-area --git-ignore-new

If the build is OK, you can now build the final package.

dch -D stretch -r
gbp buildpackage --git-debian-branch=debian --git-upstream-tree=master --git-export-dir=/tmp/build-area --git-tag --git-sign --git-keyid=<KEY>