Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wakaama-dev] Moving to Gerrit.

Hi,

 

Apparently, only the repo for the wakaama *website* (https://www.eclipse.org/wakaama/) was moved to the eclipse gerrit.

 

For the codebase, everything stays at github AFAIK.

 

Regards,

David

 

From: wakaama-dev-bounces@xxxxxxxxxxx <wakaama-dev-bounces@xxxxxxxxxxx> On Behalf Of Scott Bertin
Sent: Wednesday, 25 July, 2018 14:33
To: Wakaama developer discussions <wakaama-dev@xxxxxxxxxxx>
Subject: Re: [wakaama-dev] Moving to Gerrit.

 

I have an issue and some questions about this.

 

First, http://www.eclipse.org/wakaama/ still points to the code on GitHub. There is no indication of the change there or on GitHub.

 

What will happen with the issues and pull requests currently on GitHub?

 

I have never used Gerrit. Where can I find documentation for contributors? In particular, what are the equivalents of GitHub pull requests and issues?

 

Regards,

Scott

 

From: wakaama-dev-bounces@xxxxxxxxxxx <wakaama-dev-bounces@xxxxxxxxxxx> On Behalf Of Eclipse Webmaster
Sent: Tuesday, July 24, 2018 4:08 PM
To: wakaama-dev@xxxxxxxxxxx
Subject: [wakaama-dev] Moving to Gerrit.

 


Hi Wakaama committers,

 

  Your website repo has been moved from our current Git servers to our Gerrit server[1].  

 

If you are currently using SSH URLs I recommend you login to the Gerrit interface here: https://git.eclipse.org/r and upload your public key( under your account settings -> ssh public keys)

 

This is mostly just a change of the software supporting Git access but there are a few details you need to be aware of:

 

1) Repository URLs have changed.  Currently you may use the following style of URL:

   

 

   The new URLs use the following format:

 

 

2) If you are currently using your committer ID in the 'author' or 'committer' fields, you will need to start using the email address on file for your account

 

3) You may also need to update your .git/config file with the following in the [origin] section

 

      fetch = +refs/heads/*:refs/remotes/origin/*

      fetch = refs/notes/*:refs/notes/*

      push = HEAD:refs/for/master

 

And that should be it.

 

Please note that this change does not require that you use the code review features of Gerrit.

 

If you have and concerns or issues please let me know.

 

-Webmaster.

 


Back to the top