summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_dist.py
Commit message (Expand)AuthorAgeFilesLines
* wafsamba: add support git worktree to vcs_dir_contents()Stefan Metzmacher2021-08-121-1/+1
* build: Remove workaround for missing os.path.relpath in Python < 2.6Andrew Bartlett2019-11-131-2/+2
* buildtools/wafsamba: Avoid decode when using python2Noel Power2019-02-111-2/+2
* PY3 pure build fix some str/bytes wobbliesNoel Power2018-12-101-2/+2
* buildtools/wafsamba: use top for waf 2.0Alexander Bokovoy2018-09-051-1/+3
* third_party:waf: update to upstream 2.0.4 releaseAlexander Bokovoy2018-09-051-6/+6
* build:wafsamba: Update dist/distcheck commandsThomas Nagy2018-09-051-0/+31
* buildtools: Split git ls-files output on newline, not any whitespaceAndrew Bartlett2018-08-161-1/+1
* buildtools python: convert 'except X, e' to 'except X as e'Douglas Bagnall2018-02-151-1/+1
* build: Do not recurse on symlinks to directories when building tarballsMartin Schwenke2017-08-101-1/+1
* build: Do not ignore symlinks to directories when building tarballsMartin Schwenke2017-08-101-1/+1
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-281-2/+4
* Drop bzr VCS support.Jelmer Vernooij2015-05-191-6/+0
* build: rename argument of list_directory_files(): abspath->pathMichael Adam2014-06-201-2/+2
* wafsamba: allow samba_dist.dist() to be called from a different directory.Amitay Isaacs2014-06-201-0/+3
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-2/+2
* build:dist: extend meaning of DIST_FILES to also recurse into directoriesMichael Adam2012-09-121-2/+16
* build:dist: make use of file / distfile more obvious in handling of DIST_FILE...Michael Adam2012-09-121-5/+2
* build:dist: extend samba_dist.DIST_FILES() to take optional parameter extend(...Michael Adam2012-09-121-1/+3
* build:waf dist: factor out function to add list of files to the tarballMichael Adam2012-09-121-22/+29
* 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