]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - release.sh
xfsprogs: Refactor release scripts to conform to using git archive
authorAndrew Dahl <adahl@sgi.com>
Mon, 14 Jan 2013 18:16:02 +0000 (12:16 -0600)
committerBen Myers <bpm@sgi.com>
Fri, 1 Feb 2013 18:36:02 +0000 (12:36 -0600)
commit56c84e02a0de213a3db5eccad409dc5567e4b2f1
treecfd54ca4f102568ff0ce02684dda694c5b7a6735
parent0e22d3185435814e4b652987a9421436e1eaeb31
xfsprogs: Refactor release scripts to conform to using git archive

Refactored release scripts to conform to using git archive

When generating a release, there is a risk of missing necessary
source files. This is fixed by using git archive, which also
fixes the lack of conformity between the xfs utilities. As well,
some files may be stale during packaging. This is fixed with a
clean at the beginning of release generation.

Signed-off-by: Andrew Dahl <adahl@sgi.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Makefile
release.sh