make_tarball: build from the current checkout, ignore Travis

This commit is contained in:
David Adam 2014-09-07 09:37:43 +08:00
parent 15cf06438e
commit cb46ed3701
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1,5 +1,6 @@
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
/build_tools/make_svn_completions.fish export-ignore
/build_tools/description-pak export-ignore
/build_tools/make_hg_completions.fish export-ignore

View File

@ -30,7 +30,7 @@ path=~/fish_built/$prefix.tar
rm -f "$path" "$path".gz
# git starts the archive
git archive --format=tar --prefix="$prefix"/ master > "$path"
git archive --format=tar --prefix="$prefix"/ HEAD > "$path"
# tarball out the documentation, generate a configure script and version file
# Don't use autoreconf since it invokes commands that may not be installed, like aclocal