summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_version.py
Commit message (Expand)AuthorAgeFilesLines
* samba_version.py: Avoid resource leakJoseph Sutton2023-03-031-16/+16
* samba_version.py: avoid inefficient string concatenationsBjörn Jacke2019-09-211-4/+4
* buildtools/wafsamba: Avoid decode when using python2Noel Power2019-02-111-1/+1
* buildtools/wafsamba: Finally fix reference to basestring PY3 error.Noel Power2018-09-281-2/+5
* buildtools/wafsamba: fix basestring not defined error in PY3Noel Power2018-09-271-1/+1
* PY3: decode bytes in py3 where strings are neededNoel Power2018-09-271-1/+1
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-051-2/+2
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-1/+1
* build:wafsamba: Close file handles in the build scripts tooThomas Nagy2015-09-021-4/+1
* Factor out function for finding Git binary.Jelmer Vernooij2015-05-191-6/+5
* Drop bzr VCS support.Jelmer Vernooij2015-05-191-53/+0
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-1/+1
* build: Remove accidentily added line in samba_version.pyAndrew Bartlett2012-08-211-1/+0
* WHATSNEW: Remove over-caution on s3fs and explain browsing betterAndrew Bartlett2012-08-201-0/+1
* wafsamba: samba_version: add samba version suffix to vcs_fieldsBjörn Baumbach2012-07-031-0/+38
* VERSION: prepare for beta1 by setting and parsing the beta versionAndrew Bartlett2012-06-051-1/+8
* wafsamba: Properly lock object store when retrieving version through Bazaar.Jelmer Vernooij2011-07-231-1/+5
* build: only use the git version on install, not in the build treeAndrew Tridgell2011-06-171-6/+9
* build: fixed 'make dist' without configuringAndrew Tridgell2011-02-231-1/+5
* s4-version: Fix version finding for bzr branches.Jelmer Vernooij2011-02-201-1/+1
* Show text output messages when interfacing with bzr.Jelmer Vernooij2011-01-241-1/+6
* wafsamba: Fix handling of nick name in VERSION.Jelmer Vernooij2010-12-241-2/+1
* s4-waf: get the version number right on private librariesAndrew Tridgell2010-12-081-0/+13
* wafsamba: Override GIT_DIR without using putenv.Jelmer Vernooij2010-12-031-3/+4
* buildtools: fix --git-local-changes optionStefan Metzmacher2010-12-021-0/+1
* waf: added --git-local-changes configure optionAndrew Tridgell2010-11-161-13/+19
* waf: fixed configure again on RHEL5Andrew Tridgell2010-11-151-1/+1
* waf/samba_version: Simplify git show command.Jelmer Vernooij2010-11-121-1/+1
* samba_version: Make COMMIT_IS_CLEAN an int rather than a string.Jelmer Vernooij2010-11-121-4/+4
* samba_version: Simplify dirty tree detection.Jelmer Vernooij2010-11-121-5/+4
* waf/samba_version: Support integer defines.Jelmer Vernooij2010-11-121-4/+12
* samba_version: When working from git checkout, display git revision SHA1 ratherJelmer Vernooij2010-11-121-43/+65
* samba_version: Support retrieving snapshot identity from bzr.Jelmer Vernooij2010-11-121-0/+23
* samba_version: Cope with building snapshots in directories without git checkout.Jelmer Vernooij2010-11-121-1/+6
* Put git tree finding into a separate function.Jelmer Vernooij2010-11-121-32/+32
* sambaversion.py: Some cleanups, make less git-specific.Jelmer Vernooij2010-11-121-18/+22
* waf: fixed some python3.x portability issuesAndrew Tridgell2010-10-061-1/+1
* Merge branch 'v4-0-stable' into newmasterJelmer Vernooij2010-09-201-2/+2
|\
| * wafsamba: Fix parsing of IS_GIT_VERSION.Jelmer Vernooij2010-09-201-2/+2
* | waf: add a '+' to the git hash if the working tree isn't cleanStefan Metzmacher2010-09-191-0/+9
* | waf: fix typos in GIT_COMMIT_* stringsStefan Metzmacher2010-09-191-3/+3
|/
* build: only use git when found by configureAndrew Tridgell2010-06-291-13/+13
* waf Read VERSION file inside WAF to set package versionAndrew Bartlett2010-05-281-0/+170