Commit Graph

3 Commits

Author SHA1 Message Date
Dan Mick
6cc659feea git-archive-all.sh: use an actually unique tmp dir
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>
2016-11-15 19:45:02 -08:00
Sage Weil
8bd27b61cb bin/git-all-archive.sh: add --ignore option
Signed-off-by: Sage Weil <sage@redhat.com>
2015-05-29 21:22:52 -04:00
Sage Weil
94b6661d99 bin/git-archive-all.sh
Thank you, internet: https://github.com/meitar/git-archive-all.sh

Signed-off-by: Sage Weil <sage@redhat.com>
2015-05-29 21:05:14 -04:00