Commit Graph

8 Commits

Author SHA1 Message Date
Bruce A. Mah
20bd2a6efa
Generate sha256 file automatically so we don't have to copy-and-paste it. 2015-01-09 10:53:03 -08:00
Bruce A. Mah
b479182cd2
Make this work on old git (1.7). 2014-03-26 11:05:40 -07:00
Bruce A. Mah
49a345cc02 Roll tarballs slightly differently so we actually get compression.
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-03-10 13:30:20 -07:00
Bruce A. Mah
c897d7368a
Try to make make_release work for git. "tar" works, "tag" might. 2014-02-28 09:37:34 -08:00
Bruce A. Mah
a844d3ba95 Minor improvements to make_release script.
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.
2014-01-09 13:26:32 -08:00
Jon M. Dugan
5bafe6e6cf cleanups on the make_release script 2013-03-28 12:51:08 -05:00
Jon M. Dugan
8c6e09a1cb update make_release for hg 2013-03-28 12:09:34 -05:00
Jon Dugan
bb0677cdfb add make_release script 2010-07-23 23:50:02 +00:00