]> git.ipfire.org Git - thirdparty/pdns.git/commit - .gitignore
Set the source version number in a clean fashion
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 3 Apr 2015 16:04:10 +0000 (18:04 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 10 Jun 2015 07:44:01 +0000 (09:44 +0200)
commita4e9add535bbeaf442e4c09abde9c9ff9f41c0d3
treebde84d7623a7056d1de480cb57e399b3f7d9a33d
parentee89aae67bc10d531dfbb3d1e2e4d6a4a2820129
Set the source version number in a clean fashion

This commit changes the version number of the tarball created by 'make
dist'. One can set PDNS_BUILD_NUMBER to create incremental version
numbers. This commit also adds a message to secpoll about PowerDNS being
from git and not a released version.

The version produced depends on the branch:

master: 0.0.${PDNS_BUILD_NUMBER}g${GIT_HASH}
rel/*: ${PREVIOUS_TAG}-${NUM_COMMITS_AFTER_TAG}-${GIT_HASH}
any other: 0.0.${BRANCH_NAME}.${PDNS_BUILD_NUM}g${GIT_HASH}
.gitignore
Makefile.am
build-aux/gen-version [new file with mode: 0755]
configure.ac
pdns/build-recursor
pdns/dist-recursor
pdns/secpoll-auth.cc
pdns/secpoll-recursor.cc
pdns/sysdeps-recursor/Linux.inc