[lttng-dev] [lttng-tools PATCH] version control

Raphaël Beamonte raphael.beamonte at gmail.com
Tue Jun 3 14:30:08 EDT 2014


Hello folks,

Like Alexandre explained, using different version control disallow the
use of the git describe command that gives us the git commit id to know
our running version of LTTng-tools. This patch aims to keep a version
number, even if it's not the most updated, even if we're outside a
git or bzr repository.

By default, it will just use the principal VERSION define. This behavior
was already in the source code, but wasn't working due to the default
blank GIT_VERSION define. Removing it does the trick.

Raphaël


Raphaël Beamonte (1):
  Fix: remove the default GIT_VERSION define to allow different version
    control

 include/version.h.tmpl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-- 
2.0.0.rc2




More information about the lttng-dev mailing list