aboutsummaryrefslogtreecommitdiff
path: root/make_release
AgeCommit message (Collapse)Author
2015-01-09Generate sha256 file automatically so we don't have to copy-and-paste it.Bruce A. Mah
2014-03-26Make this work on old git (1.7).Bruce A. Mah
2014-03-10Roll tarballs slightly differently so we actually get compression.Bruce A. Mah
We were relying on "git archive" being able to create tar.gz files, but that ability isn't present in the git that comes with CentOS 6, so we use git to create a tar file and then compress it ourselves.
2014-02-28Try to make make_release work for git. "tar" works, "tag" might.Bruce A. Mah
2014-01-09Minor improvements to make_release script.Bruce A. Mah
Allow optional specification of a version string (the intended use of this to be able to roll a tarball from a source tree / repo that's not the exact version being released). Compute and display SHA256 hash of the tarball on Linux, FreeBSD, and MacOS. Don't exclude make_release from the tarball (no point in hiding it) but do try a little harder to get rid of .hg\* files. Comment out some debugging code.
2013-03-28cleanups on the make_release scriptJon M. Dugan
2013-03-28update make_release for hgJon M. Dugan
2010-07-23add make_release scriptJon Dugan