Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Contributing to nebula / TreeMapper

Not sure. What is the error message now? Have you tried to avoid the blank line between the signing and the change id?

Am 25.01.2016 08:40 schrieb "Ralf Heydenreich" <rheydenr@xxxxxxxxxxx>:
I've used this URL: https://rheydenreich2nd@xxxxxxxxxxxxxxx/r/p/nebula/org.eclipse.nebula.git

Maybe I've to change it to SSH?

/Ralf.

Am 24.01.2016 um 21:43 schrieb Dirk Fauth:

You don't have to be a committer to the project for committing to Gerrit. The intention of Gerrit is to make it easier for people to contribute to a project and to make it easier for the committers to review a contribution.

The last thing that might not be configured correctly is the push URL. Are you sure that you are trying to push to Gerrit and not to the Git repository directly? Because you can't commit to the Git repository if you are not a committer. But you can commit to Gerrit with a valid Gerrit account.

Am 24.01.2016 21:31 schrieb "Ralf Heydenreich" <rheydenr@xxxxxxxxxxx>:
Hi Dirk,
I have a Gerrit account:

[...]
Maybe I'm not assigned as a committer to this project?

Ralf.



Am 24.01.2016 um 09:24 schrieb Dirk Fauth:

Do you have a Gerrit account? IIRC you need to create one and configure your SSH key in advance.

Am 24.01.2016 12:43 AM schrieb "Ralf Heydenreich" <rheydenr@xxxxxxxxxxx>:
Am 23.01.2016 um 23:05 schrieb Wim Jongman:
Press these buttons in the staging view:

[...]

On Sat, Jan 23, 2016 at 11:03 PM, Dirk Fauth <dirk.fauth@xxxxxxxxx> wrote:

If you push via EGit you need to push the signing button on the commit message view. It is basically adding a special statement to the commit message.

I think the free available ebook by Lars Vogel explains that in more detail.
http://www.vogella.com/books/eclipsecontribution.html




Hm, Strange. I've committed with all the needed information. Here's my full commit comment:


==== snip ===========
Bug 486395 - Remove dependency to org.eclipse.ui for use in native E4
application

Removed org.eclipse.ui dependencies from treemapper projects (test,
example, treemapper project itself). Added dependencies to
org.eclipse.draw2d and org.eclipse.jface.

Signed-off-by: rheydenr <rheydenr@xxxxxxxxxxx>

Change-Id: Ibe43af4bdaa35f6b5fe88f537fef0ea1a07063dd
==== snip ===========

Both "Signed-off" and "Change-Id" are available. Maybe it was wrong to commit to the "master" branch?

/R.







_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev

Back to the top