summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git-archive-all.sh: use an actually unique tmp dirDan Mick2016-11-161-3/+2
| | | | | | | | | git archive into $TMPDIR/$(basename "$(pwd)").$FORMAT is not unique; if two runs are running simultaneously, this will collide. Make TMPDIR actually unique, and then the cleanup can just remove the whole directory as well. Signed-off-by: Dan Mick <dan.mick@redhat.com>
* make_dist.sh: rename from bin/make_dist_tarball.shSage Weil2015-05-311-37/+0
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* make_dist_tarball.sh: make gz and bz2 archivesSage Weil2015-05-311-1/+3
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* bin/make_dist_tarball.shSage Weil2015-05-301-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | This includes all submodules *except* ceph-object-corpus and ceph-erasure-code-corpus. This is a bit different that autotools' version: - compiled man pages - some autotools cruft - src/.git_version - compiled *.in files + .git* + CMake stuff + copyright files + readme files + cmake/ + debian/ + doc/ + keys/ + qa/ + systemd/ + tons of other stuff we should probably have included All in all, I think it's much more complete. Signed-off-by: Sage Weil <sage@redhat.com>
* bin/git-all-archive.sh: add --ignore optionSage Weil2015-05-301-1/+17
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* bin/git-archive-all.shSage Weil2015-05-301-0/+269
Thank you, internet: https://github.com/meitar/git-archive-all.sh Signed-off-by: Sage Weil <sage@redhat.com>