----- Original Message -----
From: "Nick Coghlan" ncoghlan@redhat.com To: beaker-devel@lists.fedorahosted.org Sent: Monday, December 15, 2014 2:26:44 PM Subject: Re: [Beaker-devel] Setting up a new project in Beaker's git/gerrit infrastructure
On 12/15/2014 12:13 PM, Amit Saha wrote:
Scenario: Create a fork of an upstream project whose source is on github
Steps:
- Fork the project as beaker-project's upstream on GitHub
- Login to beaker-project.org
- Init a bare git repo on /srv/git/: git init --bare --shared
<project_name> 4. chown -R <username>:beakerdevs /srv/git/<project_name> 5. Setup the project on http://gerrit.beaker-project.org/#/admin/create-project/, inherit permissions from beaker project 6. Setup DENY permission for Fedorahosted replication authgroup 7. Push the master branch of upstream fork to gerrit: git push restraint-gerrit master
Thanks Amit. Would you mind adding that to the developer guide somewhere?
Sure, i am thinking, perhaps here: of https://beaker-project.org/dev/bpo.html
Best, Amit.