aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mdist.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-17mdist: Use windows_proof_rmtree when deletingNirbheek Chauhan1-4/+4
2020-02-17mdist: Don't delete builddir on dist failureNirbheek Chauhan1-26/+31
2020-02-10Exclude .hg* from dist tarballsRichard Laager1-1/+10
2020-01-23Set source and build dir envvars when running dist.Jussi Pakkanen1-4/+6
2019-12-10dist: Fix --include-subprojects when .wrap file has directory valueXavier Claessens1-1/+5
2019-12-08dist: Add --include-subprojects optionXavier Claessens1-8/+36
2019-10-19mdist.py: import lzma only when neededThomas Petazzoni1-1/+1
2019-08-07dist: Add '-C' option and print better error messageXavier Claessens1-2/+9
2019-07-30dist: Pass right build options when configuring dist directoryThibault Saunier1-2/+6
2019-07-23Create multiple different archive types with dist.Jussi Pakkanen1-47/+59
2019-07-23Made dist a top level command.Jussi Pakkanen1-0/+209