Re: [Beaker-devel] Setting up a new project in Beaker's git/gerrit infrastructure

2014-12-16 Thread Amit Saha
- Original Message - > From: "Nick Coghlan" > To: beaker-devel@lists.fedorahosted.org > Sent: Monday, December 15, 2014 4:37:14 PM > Subject: Re: [Beaker-devel] Setting up a new project in Beaker's git/gerrit > infrastructure > > On 12/15/2014 02:45

Re: [Beaker-devel] Setting up a new project in Beaker's git/gerrit infrastructure

2014-12-14 Thread Nick Coghlan
On 12/15/2014 02:45 PM, Amit Saha wrote: > Sure, i am thinking, perhaps here: of https://beaker-project.org/dev/bpo.html Yep, that sounds good to me. Cheers, Nick. -- Nick Coghlan Red Hat Hosted & Shared Services Software Engineering & Development, Brisbane HSS Provisioning Architect

Re: [Beaker-devel] Setting up a new project in Beaker's git/gerrit infrastructure

2014-12-14 Thread Dan Callaghan
Excerpts from Amit Saha's message of 2014-12-15 12:13 +10:00: > Scenario: Create a fork of an upstream project whose source is on github > > Steps: > > 1. Fork the project as beaker-project's upstream on GitHub > 2. Login to beaker-project.org > 3. Init a bare git repo on /srv/git/: git init --ba

Re: [Beaker-devel] Setting up a new project in Beaker's git/gerrit infrastructure

2014-12-14 Thread Amit Saha
- Original Message - > From: "Nick Coghlan" > 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:

Re: [Beaker-devel] Setting up a new project in Beaker's git/gerrit infrastructure

2014-12-14 Thread Nick Coghlan
On 12/15/2014 12:13 PM, Amit Saha wrote: > Scenario: Create a fork of an upstream project whose source is on github > > Steps: > > 1. Fork the project as beaker-project's upstream on GitHub > 2. Login to beaker-project.org > 3. Init a bare git repo on /srv/git/: git init --bare --shared > 4. cho

[Beaker-devel] Setting up a new project in Beaker's git/gerrit infrastructure

2014-12-14 Thread Amit Saha
Scenario: Create a fork of an upstream project whose source is on github Steps: 1. Fork the project as beaker-project's upstream on GitHub 2. Login to beaker-project.org 3. Init a bare git repo on /srv/git/: git init --bare --shared 4. chown -R :beakerdevs /srv/git/ 5. Setup the project on http