summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_version.py
AgeCommit message (Collapse)AuthorFilesLines
2010-10-06waf: fixed some python3.x portability issuesAndrew Tridgell1-1/+1
these have crept into the tree over time. Maybe we should add testing of a range of python versions to autobuild?
2010-09-20Merge branch 'v4-0-stable' into newmasterJelmer Vernooij1-2/+2
2010-09-20wafsamba: Fix parsing of IS_GIT_VERSION.Jelmer Vernooij1-2/+2
2010-09-19waf: add a '+' to the git hash if the working tree isn't cleanStefan Metzmacher1-0/+9
metze
2010-09-19waf: fix typos in GIT_COMMIT_* stringsStefan Metzmacher1-3/+3
metze
2010-06-29build: only use git when found by configureAndrew Tridgell1-13/+13
this rebuilds version.h whenever the git version changes, so we always get the right version with samba -V. That adds about 15s to the build time on each git commit, which shouldn't be too onerous
2010-05-28waf Read VERSION file inside WAF to set package versionAndrew Bartlett1-0/+170
This replaces the call to mkversion.sh in both the Samba3 and Samba4 WAF builds. Andrew Bartlett