lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Feb 12, 2014 at 11:47 AM, Pierre Chapuis <catwell@archlinux.us> wrote:
> Assuming you want to release a specific version,
> the easiest way is to make a rockspec that points to a
> git tag like this one:
>
> https://github.com/catwell/fakeredis/blob/master/rockspec/fakeredis-0.3-1.rockspec

Yes, and as a reminder - this does not mean that your end users need
Git.  Hisham will use this tag for initial download, and then he will
package the results as a rock, which is uploaded to the LR repository
together with the rockspec.

Do remember to specify the tag, because he will not accept it
otherwise; that can be a separate rockspec which goes in the SCM
repository for people who want to install from your master branch at
any point.

steve d.