summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_dist.py
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: samba_version: add samba version suffix to vcs_fieldsBjörn Baumbach2012-07-031-0/+24
* wafsamba: fix blacklist handling in "make dist"Michael Adam2012-02-161-1/+1
* s4-build: fixed uses of os.path.relpath()Andrew Tridgell2011-02-071-2/+2
* build: move the import near the place where need it, so that we can build on ...Matthieu Patou2010-12-121-1/+2
* wafsamba: Only include versioned files when building tarball from bzr.Jelmer Vernooij2010-12-051-1/+1
* samba_dist: Fix dist for subprojects.Jelmer Vernooij2010-11-301-10/+30
* wafsamba: Support make dist from bzr checkout.Jelmer Vernooij2010-11-121-3/+11
* wafsamba: Fix docstring for DIST_BLACKLIST.Jelmer Vernooij2010-09-201-1/+1
* wafsamba: Default blacklist to an empty list rather than None.Jelmer Vernooij2010-05-311-1/+1
* waf Provide release signing capability in 'waf dist'Andrew Bartlett2010-05-281-4/+32
* waf Add DIST_BLACKLIST to list files that we cannot include in a releaseAndrew Bartlett2010-05-281-0/+20
* build: cope with symlinks between build components in waf distAndrew Tridgell2010-04-121-2/+50
* build: use Logs.error() and Logs.info() instead of print()Andrew Tridgell2010-04-091-3/+3
* build: nicer error message on missing file in waf distAndrew Tridgell2010-04-091-2/+6
* build: we need this isinstance() check for distcheckAndrew Tridgell2010-04-081-1/+1
* s4-waf: Fix 'waf dist' app name.Jelmer Vernooij2010-04-071-1/+1
* s4-waf: fixed waf distcheck for our standalone libs and s4Andrew Tridgell2010-04-061-3/+8
* s4-waf: avoid having to run waf configure before waf distAndrew Tridgell2010-04-061-13/+10
* build: nicer error msg when git ls-files failsAndrew Tridgell2010-04-061-1/+5
* s4-waf: added 'waf dist' to our standalone libs as wellAndrew Tridgell2010-04-061-4/+6
* s4-waf: added 'waf dist' to build the tarballAndrew Tridgell2010-04-061-0/+67