public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* [Bug Infrastructure/29619] New: Setup gitolite for projects
@ 2022-09-27 15:19 mark at klomp dot org
  2023-04-04 21:36 ` [Bug Infrastructure/29619] " mark at klomp dot org
  0 siblings, 1 reply; 2+ messages in thread
From: mark at klomp dot org @ 2022-09-27 15:19 UTC (permalink / raw)
  To: overseers

https://sourceware.org/bugzilla/show_bug.cgi?id=29619

            Bug ID: 29619
           Summary: Setup gitolite for projects
           Product: sourceware
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Infrastructure
          Assignee: overseers at sourceware dot org
          Reporter: mark at klomp dot org
  Target Milestone: ---

https://gitolite.com/gitolite/ (perl) packaged as gitolite3

 Gitolite allows a server to host many git repositories and provide access
 to many developers, without having to give them real userids on the server.
 The essential magic in doing this is ssh's pubkey access and the authorized
 keys file, and the inspiration was an older program called gitosis.

 Gitolite can restrict who can read from (clone/fetch) or write to (push) a
 repository. It can also restrict who can push to what branch or tag, which
 is very important in a corporate environment. Gitolite can be installed
 without requiring root permissions, and with no additional software than git
 itself and perl. It also has several other neat features described below and
 elsewhere in the doc/ directory.

A project using gitolite only needs one user account on the host (with one
admin git repo containing the ssh keys of the developers with git push access).

We can even run it inside a project specific container or vm to have more
isolation.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug Infrastructure/29619] Setup gitolite for projects
  2022-09-27 15:19 [Bug Infrastructure/29619] New: Setup gitolite for projects mark at klomp dot org
@ 2023-04-04 21:36 ` mark at klomp dot org
  0 siblings, 0 replies; 2+ messages in thread
From: mark at klomp dot org @ 2023-04-04 21:36 UTC (permalink / raw)
  To: overseers

https://sourceware.org/bugzilla/show_bug.cgi?id=29619

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
Both cygwin (with 3000+ repos) and dwarfstd (with just 5) use gitolite. The
cygwin setup is an hybrid using some repos which can be accessed through a unix
group and others (the packages) which are accessed through the gitolite
account. The dwarfstd setup is "pure" gitolite, no shared group, just one
gitolite account. Both are integrated with a cgit setup where the projects.list
is automatically generated.

If there are new projects that want to use gitolite (or existing projects that
want to migrate) then lets open a new bugzilla specifically for that project.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-04 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27 15:19 [Bug Infrastructure/29619] New: Setup gitolite for projects mark at klomp dot org
2023-04-04 21:36 ` [Bug Infrastructure/29619] " mark at klomp dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).