Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [osee-dev] Gerrit Code Review Coming Soon

Supplemental instructions to Roberto’s email below:

 

To “Add osee/org.eclipse.osee project to your watched projects”:

1.       Login to Gerrit (see below)

2.       Click “Settings” in upper right corner

3.       Click “Watched Projects” left side menu

4.       Enter “osee/org.eclipse.osee” in [Project Name] field

5.       Click the “Watch” button (next to the “Browse” button)

 

From: osee-dev-bounces@xxxxxxxxxxx [mailto:osee-dev-bounces@xxxxxxxxxxx] On Behalf Of Escobar, Roberto E
Sent: Wednesday, October 17, 2012 1:23 PM
To: osee-dev@xxxxxxxxxxx
Subject: [osee-dev] Gerrit Code Review Coming Soon

 

Gerrit has now been enabled, the new repo URLs are:

 

  https://git.eclipse.org/r/p/osee/org.eclipse.osee.git

  ssh://userid@xxxxxxxxxxxxxxx:29418/osee/org.eclipse.osee.git

---------------------------------------------------------------

Please perform the following steps to continue with OSEE development:

 

1. To avoid re-cloning the OSEE repository do the following:

   Change remote.origin.url on your local OSEE repository to the new URL:

 

   a. FOR HTTPS: 

   git config remote.origin.url "https://git.eclipse.org/r/p/osee/org.eclipse.osee.git"

 

   OR

 

   b. FOR SSH:

   git config remote.origin.url "ssh://userid@xxxxxxxxxxxxxxx:29418/osee/org.eclipse.osee.git"

 

2. Log in to Gerrit (info here: http://wiki.eclipse.org/Gerrit#Logon)

   https://git.eclipse.org/r

 

3. Add osee/org.eclipse.osee project to your watched projects

   https://git.eclipse.org/r/#/settings/projects

 

4. Configure password/credentials on Gerrit:

   a. FOR HTTPS:     

      i. visit the following url: https://git.eclipse.org/r/#/settings/http-password

      ii. click on generate password

      iii. use the generated password when interacting with the OSEE repository or Gerrit

 

   OR

 

   b. FOR SSH:

      i. visit the following url: https://git.eclipse.org/r/#/settings/ssh-keys

     ii. Upload your SSH public keys to Gerrit

      For more information: http://wiki.eclipse.org/Gerrit#SSH_Keys

 

 

 

From: Escobar, Roberto E
Sent: Wednesday, October 17, 2012 12:50 PM
To: 'osee-dev@xxxxxxxxxxx'
Subject: Gerrit Code Review Coming Soon

 

Hi Guys,

 

I’ve asked the webmaster to enable Gerrit for the OSEE project. During the trial period, committers will still be allowed to push commits directly to the OSEE repository with Gerrit patch submittals remaining optional.  As a result of the change, the OSEE repository URL will change. Therefore, once this is enabled, you will need to re-clone the repository.  

I'll send a follow-up message when this happens. 

 

For more info:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=392126

http://wiki.eclipse.org/Gerrit

 

Thanks,

Roberto

 


Back to the top