aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/make_tarball.sh
Commit message (Collapse)AuthorAge
* make_tarball: use a temporary directory rather than just /tmpGravatar David Adam2016-05-25
|
* make_tarball: search for a tar that supports the options we needGravatar David Adam2016-05-25
|
* make_tarball: allow output to an environment-controlled pathGravatar David Adam2016-05-25
|
* make_tarball: minor cleanupGravatar David Adam2016-05-25
|
* make_tarball: generate SHA-256 hashes, not SHA-1Gravatar David Adam2016-05-23
| | | | Closes #3048.
* remove "doc" make target and rename "user_doc"Gravatar Kurtis Rader2016-03-30
| | | | Fixes #2874
* make_tarball: build from the current checkout, ignore TravisGravatar David Adam2014-09-07
|
* use annotated tags only for version checkingGravatar David Adam2014-01-24
| | | | | | Note: if you have previously cloned the repository, the tags for previous versions have been edited. Use `git fetch --tags` to synchronise your local copy.
* Update make_tarball.sh to work on DarwinGravatar ridiculousfish2013-10-05
|
* tarball generation: include config.h.in, set mode and ownershipGravatar David Adam (zanchey)2013-09-13
| | | | | | | | | | | | Include config.h.in as well as configure. Also sets correct owner, group and mode for all appended files. Update the mtime of all appended files so that configure and config.h.in are always newer than configure.ac. (Fixes many problems introduced by 5023ade7, and makes the commit message actually true.)
* tarball generation should build configure scriptGravatar David Adam (zanchey)2013-09-06
| | | | | | For the next release, this means that `autoconf` is no longer required if building from the tarball. The website and documentation should be updated accordingly at that time.
* git version generation fixesGravatar David Adam (zanchey)2013-09-02
| | | | | - Remove the `version` file created for the tarball after the tarball is finished - Use the builtin type instead of which.
* tarball contents should match the filenameGravatar David Adam (zanchey)2013-08-11
|
* Generate version numbers dynamicallyGravatar David Adam (zanchey)2013-08-11
| | | | | | | | This commit hooks the Makefile up to generate a FISH_BUILD_VERSION symbol and kills off PACKAGE_VERSION in .cpp files. It also modifies the tarball generation script to add the necessary version file for releases.
* Use gnutar instead of tar for making tarballsGravatar ridiculousfish2013-05-17
|
* Fix for https://github.com/fish-shell/fish-shell/issues/79Gravatar ridiculousfish2012-07-09
| | | | Release tarballs with the user docs already build, removing the doxygen dependency
* Large set of changes related to making fish relocatable, and improving the ↵Gravatar ridiculousfish2012-07-08
| | | | | | | | | build and install story. - etc/config.fish and share/config.fish are now "universal" and no longer reference install paths or need to be touched by autotools. They've been removed from config.fish.in to config.fish. - fish now attempts to determine __fish_datadir and __fish_sysconfdir relative to the path of the fish executable itself (typically by walking up one directory). This means that you can copy the directory hierarchy around and things will still work. The compiled-in paths are used as a backup. - The fish Xcode project now can build fish natively, without needing autotools. - Version bumped to 2.0
* Update make_tarball.sh to respect new branch nameGravatar ridiculousfish2012-07-01
|
* Updated make_tarball.sh to stop dumping files in the extract directoryGravatar ridiculousfish2012-05-30
|
* Updated some build scriptsGravatar ridiculousfish2012-05-24
|
* Some tweaks to build toolsGravatar ridiculousfish2012-05-22
| | | | Started make_deb.sh for Debian package
* Added build_tools folder so we can automate release buildsGravatar ridiculousfish2012-05-10