aboutsummaryrefslogtreecommitdiffstats
path: root/dist.sh
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Simplify creation of dist tarball that is reproduciblePeter Wu2020-01-181-18/+14
| | | | | | Instead of archiving files from the working tree, distribute files as committed. Use the 'git archive' command to achieve this, it results in a reproducible tarball with the same timestamp as the latest commit.
* Use mktemp when availableVsevolod Stakhov2015-11-301-1/+7
|
* Support dist on FreeBSD and Darwin.Vsevolod Stakhov2015-06-301-3/+5
|
* Add 'dist' target.Vsevolod Stakhov2014-09-051-2/+2
|
* Add a simple distribution script.Vsevolod Stakhov2014-09-051-0/+25