Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-20 | Merge branch 'v4-0-stable' into newmaster | Jelmer Vernooij | 1 | -2/+2 | |
2010-09-20 | wafsamba: Fix parsing of IS_GIT_VERSION. | Jelmer Vernooij | 1 | -2/+2 | |
2010-09-19 | waf: add a '+' to the git hash if the working tree isn't clean | Stefan Metzmacher | 1 | -0/+9 | |
metze | |||||
2010-09-19 | waf: fix typos in GIT_COMMIT_* strings | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2010-06-29 | build: only use git when found by configure | Andrew Tridgell | 1 | -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-28 | waf Read VERSION file inside WAF to set package version | Andrew Bartlett | 1 | -0/+170 | |
This replaces the call to mkversion.sh in both the Samba3 and Samba4 WAF builds. Andrew Bartlett |