[cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Konstantin Komissarchik
For years, I've had a working setup that allowed me to update Sapphire's simrel contribution. With changes to use Gerrit, I am no longer able to contribute. I've spent hours reading various wikis and I still cannot figure out what keys I need to have and where I am supposed to shove them. Maybe

[cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Konstantin Komissarchik
For years, I've had a working setup that allowed me to update Sapphire's simrel contribution. With changes to use Gerrit, I am no longer able to contribute. I've spent hours reading various wikis and I still cannot figure out what keys I need to have and where I am supposed to shove them. Maybe

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Denis Roy
] Unable to contribute to Mars... very frustrated Konstantin, I just suffered through this, too. This is a lot more painful than it should be. I managed to narrow it down to two steps to get my previous setup working: 1) Upload your public key to https://git.eclipse.org/r/#/settings/ssh-keys 2

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Konstantin Komissarchik
*To:* Cross project issues *Subject:* Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated Konstantin, I just suffered through this, too. This is a lot more painful than it should be. I managed to narrow it down to two steps to get my previous setup working

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Mickael Istria
On 05/05/2015 10:21 PM, Konstantin Komissarchik wrote: Thanks, Doug! The “save private key” button was the magic step that I was missing. Now I am able to fetch the repo and push my change, but I am not done yet, am I? I need to go somewhere to monitor and approve it now? Nope. it's in:

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Konstantin Komissarchik
: Tuesday, May 05, 2015 1:24 PM To: cross-project-issues-dev@eclipse.org Subject: Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated On 05/05/2015 10:21 PM, Konstantin Komissarchik wrote: Thanks, Doug! The save private key button was the magic step that I was missing

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Doug Schaefer
@eclipse.org Date: Tuesday, May 5, 2015 at 4:21 PM To: 'Cross project issues' cross-project-issues-dev@eclipse.orgmailto:cross-project-issues-dev@eclipse.org Subject: Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated Thanks, Doug! The “save private key” button was the magic step

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread David M Williams
...@eclipse.org [ mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Mickael Istria Sent: Tuesday, May 05, 2015 1:29 PM To: cross-project-issues-dev@eclipse.org Subject: Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated On 05/05/2015 10:26 PM, Konstantin

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Konstantin Komissarchik
-project-issues-dev] Unable to contribute to Mars... very frustrated On 05/05/2015 09:48 PM, Konstantin Komissarchik wrote: Have you uploaded your SSH key to Gerrit ? https://wiki.eclipse.org/Gerrit#SSH_Keys It would require having such a key in the first place. I understand the theory

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Konstantin Komissarchik
[mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Doug Schaefer Sent: Tuesday, May 05, 2015 1:08 PM To: Cross project issues Subject: Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated Yeah, the key on Windows is to make sure the SSH2 home on the General

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Mickael Istria
On 05/05/2015 10:26 PM, Konstantin Komissarchik wrote: So what should I have done if I wanted to exercise the new verifier feature? To create a Gerrit review instead of pushing directly, push to branch refs/for/master instead of master. This creates the review and the validation job starts

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Fred Bricon
Personally, I always add the remote review url as described in [1], so I just have to 'git push review' my changes. [1] https://wiki.eclipse.org/Gerrit#Adding_a_dedicated_remote On Tue, May 5, 2015 at 4:28 PM, Mickael Istria mist...@redhat.com wrote: On 05/05/2015 10:26 PM, Konstantin

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Mickael Istria
On 05/05/2015 09:48 PM, Konstantin Komissarchik wrote: Have you uploaded your SSH key to Gerrit ? https://wiki.eclipse.org/Gerrit#SSH_Keys It would require having such a key in the first place. I understand the theory of it and I’ve seen tools to gen key pairs, but I don’t know where I am

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Mickael Istria
On 05/05/2015 10:06 PM, Konstantin Komissarchik wrote: git clone https://kkomissarc...@git.eclipse.org/r/simrel/org.eclipse.simrel.build Does your remote sets correctly your HTTPS password ( visible at https://git.eclipse.org/r/#/settings/http-password ) in EGit?

Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated

2015-05-05 Thread Doug Schaefer
@eclipse.orgmailto:cross-project-issues-dev@eclipse.org Date: Tuesday, May 5, 2015 at 4:26 PM To: 'Cross project issues' cross-project-issues-dev@eclipse.orgmailto:cross-project-issues-dev@eclipse.org Subject: Re: [cross-project-issues-dev] Unable to contribute to Mars... very frustrated Yep. Just figured out