[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-zmq & lua-zmq-threads 1.1
- From: "Robert G. Jakabosky" <bobby@...>
- Date: Wed, 10 Aug 2011 18:59:07 -0700
On Wednesday 10, Josh Simmons wrote:
> On Thu, Aug 11, 2011 at 11:18 AM, Robert G. Jakabosky
>
> <bobby@sharedrealm.com> wrote:
> > Why do you need to create tarballs for luarocks?
>
> Because you can't specify a git tag or branch when using the luarocks scm
> stuff.
Yes you can. I use git tags for my luarocks releases. Looks like the
luarocks rockspec format documentation is missing info about the
"source.branch" setting.
Example:
source = {
url = "git://github.com/Neopallium/lua-zmq.git",
branch = "v1.1",
}
The tarball links are only for non-luarocks packaging/install (i.e. for Linux
distro packaging).
--
Robert G. Jakabosky