public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: "mark at klomp dot org" <sourceware-bugzilla@sourceware.org>
To: overseers@sourceware.org
Subject: [Bug Infrastructure/29619] New: Setup gitolite for projects
Date: Tue, 27 Sep 2022 15:19:37 +0000	[thread overview]
Message-ID: <bug-29619-14326@http.sourceware.org/bugzilla/> (raw)

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.

             reply	other threads:[~2022-09-27 15:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-27 15:19 mark at klomp dot org [this message]
2023-04-04 21:36 ` [Bug Infrastructure/29619] " mark at klomp dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-29619-14326@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=overseers@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).