Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-24 | Show text output messages when interfacing with bzr. | Jelmer Vernooij | 1 | -1/+6 | |
2010-12-24 | wafsamba: Fix handling of nick name in VERSION. | Jelmer Vernooij | 1 | -2/+1 | |
2010-12-08 | s4-waf: get the version number right on private libraries | Andrew Tridgell | 1 | -0/+13 | |
use the first digit of the version number for the library version Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-12-03 | wafsamba: Override GIT_DIR without using putenv. | Jelmer Vernooij | 1 | -3/+4 | |
putenv has sideffects on later code. This overrides GIT_DIR for just this call. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 3 04:24:53 CET 2010 on sn-devel-104 | |||||
2010-12-02 | buildtools: fix --git-local-changes option | Stefan Metzmacher | 1 | -0/+1 | |
If we set the GIT_DIR envvar we also need to set GIT_WORK_TREE, otherwise we can't expect valid output from 'git diff HEAD'. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Dec 2 09:09:21 CET 2010 on sn-devel-104 | |||||
2010-11-16 | waf: added --git-local-changes configure option | Andrew Tridgell | 1 | -13/+19 | |
if you use --git-local-changes then the version number that waf extracts from git will have a '+' on the end if you have local changes, as determined by running 'git diff'. This used to be the default, but unfortunately it is far too slow on some systems. On a NFS build system I was using the first line of configure took about 2 minutes. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Nov 16 01:51:54 UTC 2010 on sn-devel-104 | |||||
2010-11-15 | waf: fixed configure again on RHEL5 | Andrew Tridgell | 1 | -1/+1 | |
the fancier cmd_output() broke git versioning Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 15 11:33:41 UTC 2010 on sn-devel-104 | |||||
2010-11-12 | waf/samba_version: Simplify git show command. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Nov 12 18:38:21 UTC 2010 on sn-devel-104 | |||||
2010-11-12 | samba_version: Make COMMIT_IS_CLEAN an int rather than a string. | Jelmer Vernooij | 1 | -4/+4 | |
2010-11-12 | samba_version: Simplify dirty tree detection. | Jelmer Vernooij | 1 | -5/+4 | |
2010-11-12 | waf/samba_version: Support integer defines. | Jelmer Vernooij | 1 | -4/+12 | |
2010-11-12 | samba_version: When working from git checkout, display git revision SHA1 rather | Jelmer Vernooij | 1 | -43/+65 | |
than Bazaar revision ids. | |||||
2010-11-12 | samba_version: Support retrieving snapshot identity from bzr. | Jelmer Vernooij | 1 | -0/+23 | |
2010-11-12 | samba_version: Cope with building snapshots in directories without git checkout. | Jelmer Vernooij | 1 | -1/+6 | |
Error out when run in a git checkout in which git fails. | |||||
2010-11-12 | Put git tree finding into a separate function. | Jelmer Vernooij | 1 | -32/+32 | |
2010-11-12 | sambaversion.py: Some cleanups, make less git-specific. | Jelmer Vernooij | 1 | -18/+22 | |
2010-10-06 | waf: fixed some python3.x portability issues | Andrew Tridgell | 1 | -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-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 |