Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[osee-dev] OSEE repository URL updates and Gerrit Setup

Given the following https://bugs.eclipse.org/bugs/show_bug.cgi?id=393735, project Git URLs have changed for the OSEE project.

(“p/” was removed from the http(s) URLS)

 

Please use the following instructions to setup your development environment for OSEE with Gerrit Review Support:

 

Repository URLs are:

 

  https://git.eclipse.org/r/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/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

a.  Login to Gerrit (see below)

b.  Click “Settings” in upper right corner

c.  Click “Watched Projects” left side menu

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

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

 

 

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

 

5. To learn about how to submit changes for review, please visit the Gerrit wiki page (http://wiki.eclipse.org/Gerrit).

 

Thanks.


Back to the top