Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Problem committing to Gerrit

Great.
Could you add it please?

Thanks

From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Joseph Henry [Joseph.Henry@xxxxxxx]
Sent: June 2, 2016 3:50 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Problem committing to Gerrit

Looks like signing that worked.

 

That should probably be added to the list on http://wiki.eclipse.org/CDT/contributing.

 

Thanks,

Joseph Henry.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc Khouzam
Sent: Thursday, June 02, 2016 3:43 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Problem committing to Gerrit

 

The error message is not clear but I notice that you haven't signed the CLA.
You have to do that to contribute.
https://eclipse.org/legal/CLA.php


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Joseph Henry [Joseph.Henry@xxxxxxx]
Sent: June 2, 2016 3:39 PM
To: CDT General developers list.
Subject: [cdt-dev] Problem committing to Gerrit

Hi all,

 

I am trying to push changes for: Bug 417193 - Incorrect Symbol <X> could not be found

 

I have followed all the instructions for pushing to Gerrit, but I still get this error on push:

 

Repository ssh://jhenry5cc@xxxxxxxxxxxxxxx:29418/cdt/org.eclipse.cdt.git

 

missing Change-Id in commit message footer

Processing changes: refs: 1

Processing changes: refs: 1, done   

ERROR: missing Change-Id in commit message footer

 

Hint: To automatically insert Change-Id, install the hook:

  gitdir=$(git rev-parse --git-dir); scp -p -P 29418 jhenry5cc@xxxxxxxxxxxxxxx:hooks/commit-msg ${gitdir}/hooks/

And then amend the commit:

  git commit –amend

 

My commit message does have the Change-Id, so  I am not really sure what the problem is.

 

 

Bug 417193 - Incorrect Symbol <X> could not be found

 

Fixed bug with mixing #pragma once with standard include guard.

 

Change-Id: I9acf769ef4fde90844a01b2e3a9fdd46a22ce7d8

Signed-off-by: Joseph Henry joseph.henry@xxxxxxx

 

Any Ideas?

 

Thanks,

Joseph Henry.


Back to the top