mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
make_tarball: build from the current checkout, ignore Travis
This commit is contained in:
parent
15cf06438e
commit
cb46ed3701
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,5 +1,6 @@
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
|
.travis.yml export-ignore
|
||||||
/build_tools/make_svn_completions.fish export-ignore
|
/build_tools/make_svn_completions.fish export-ignore
|
||||||
/build_tools/description-pak export-ignore
|
/build_tools/description-pak export-ignore
|
||||||
/build_tools/make_hg_completions.fish export-ignore
|
/build_tools/make_hg_completions.fish export-ignore
|
||||||
|
|
|
@ -30,7 +30,7 @@ path=~/fish_built/$prefix.tar
|
||||||
rm -f "$path" "$path".gz
|
rm -f "$path" "$path".gz
|
||||||
|
|
||||||
# git starts the archive
|
# 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
|
# 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
|
# Don't use autoreconf since it invokes commands that may not be installed, like aclocal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user