From 7cd0395fa48ab869ebe0970b1c220115ad1d0787 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 27 May 2014 07:50:01 +0200 Subject: [PATCH] Update documentation. Refs #5795 --- AUTHORS | 12 +++++++++++- INSTALL | 9 +++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 6a0c905c2..20416e362 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,11 @@ -Icinga Development Team +Bernd Erk +Carlos Cesario +Gerd von Egidy +Gunnar Beutner +Johannes Meyer +Markus Frosch +Michael Friedrich +Pall Sigurdsson +Paul Richards +Ricardo Bartels +Wolfgang Nieder diff --git a/INSTALL b/INSTALL index a3402425a..603514e30 100644 --- a/INSTALL +++ b/INSTALL @@ -70,10 +70,18 @@ $ git status Here's a short check-list for releases: +* Update the .mailmap and AUTHORS files + $ git log --use-mailmap | grep ^Author: | cut -f2- -d' ' | sort | uniq > AUTHORS * Bump the version in icinga2.spec. * Update the ChangeLog and doc/1-about.md files. * Commit these changes to the "next" branch and create a signed tag (tags/v). + $ git commit -v -a -m "Release version ." + $ git tag -u EE8E0720 -m "Version " v + $ git push --tags * Merge the "next" branch into the "master" branch (using --ff-only). + $ git checkout master + $ git merge --ff-only next + $ git push origin master * Bump the version to "v-dev" and commit this change to the "next" branch. Note: CMake determines the Icinga 2 version number using "git describe" if the @@ -112,6 +120,7 @@ variables are supported: - ICINGA2_USER: The user Icinga 2 should run as; defaults to "icinga" - ICINGA2_GROUP: The group Icinga 2 should run as; defaults to "icinga" - ICINGA2_COMMAND_USER: The command user Icinga 2 should use; defaults to "icinga" +- ICINGA2_GIT_VERSION_INFO: Whether to use Git to determine the version number; defaults to "ON" - ICINGA2_COMMAND_GROUP: The command group Icinga 2 should use; default to "icingacmd" - CMAKE_INSTALL_SYSCONFDIR: The configuration directory; defaults to CMAKE_INSTALL_PREFIX/etc - CMAKE_INSTALL_LOCALSTATEDIR: The state directory; defaults to CMAKE_INSTALL_PREFIX/var