lua-users home
lua-l archive

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


It was thus said that the Great Geoff Leyland once stated:
> 
> > On 19/02/2016, at 10:41 AM, Geoff Leyland <geoff_leyland@fastmail.fm> wrote:
> > 
> > On 19/02/2016, at 10:17 AM, Sean Conner <sean@conman.org> wrote:
> >> 
> >> And further more, it's pretty easy to set up a private LuaRocks repository
> >> and point to it.  I know you can upload modules to the main LuaRocks
> >> repository, but I've yet to set that up for my private repository (not sure
> >> how easy it is).  You can also specify multiple LuaRocks repositories that
> >> LuaRocks will contact.  
> > 
> > My private rocks are in git, hosted on Bitbucket.  So it's just a "luarocks admin make-manifest ." and then pushing up to Bitbucket.
> 
> Whoops, you mean whole rocks, not just rockspecs, right?  Also, my
> punctuation was all wrong.

  I guess.  I meant "luarocks upload blah.rockspec", which will upload the
rockspec and rock to the LuaRocks server.

  -spc