Re: GALua announcement
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: GALua announcement
- From: steve donovan <steve.j.donovan@...>
- Date: 2013年2月27日 08:46:22 +0200
On Wed, Feb 27, 2013 at 3:47 AM, Hisham <h@hisham.hm> wrote:
> * Likewise, the tarball and zipball features from github are a nice
> convenience, but when pointing to /master/ they are moving targets.
This feature is (fortunately?) no longer supported by github. You can
only get downloads associated with particular tags.
Personally, gh-pages is the solution I favour, for both hosting
tar/zip balls, binaries, and for online documentation. It's just a
repo so it's really easy to use. Then that underappreciated command
'git archive' can do the job of making those balls, with optional
prefix; easily automated.