[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: hosting lua projects at github (was: lanes report error when script ends)
- From: Alexander Gladysh <agladysh@...>
- Date: Mon, 3 Jan 2011 16:22:04 +0300
On Mon, Jan 3, 2011 at 16:13, Benoit Germain <bgermain@ubisoft.fr> wrote:
> I got a quick peek at github. It seems that the directory structure starts at user level. For example, I could host Lanes at https://github.com/benoit.germain/lua-lanes.
> Now, what if the project changes hands? Is it stuck forever under directory benoit.germain, or can github transfer repository ownership in case someone else takes over project maintenance? If not, what about creating a special "lua" user under which all lua code repositories would be hosted? This particular user could be maintained along the LuaForge catalog. Unless this is a bad idea of course :-).
You should create a GitHub organization for such projects. It is
designed exactly for this problem.
Alexander.