Hi Gabriel, On Thu, Aug 6, 2015 at 10:55 AM, Schulhof, Gabriel <gabriel.schulhof at intel.com> wrote: > On Thu, Aug 6, 2015 at 7:05 PM, Othman, Ossama <ossama.othman at intel.com> > wrote: >> On Thu, Aug 6, 2015 at 8:47 AM, Schulhof, Gabriel >> You don't need to do the curl step if you have access via SSH. Does >> scp work for you? > > OK, I found the place where I need to upload my SSH key. I did that, > grabbed the commit hook, and changed the commit message. It now has a > Change-Id and I added > > Signed-off-by: Gabriel Schulhof <gabriel.schulhof at intel.com> > > by hand.
You shouldn't have to do it by hand. Just amend your commit by running "git commit -s --amend" to add the sign-off (assuming your commit is at HEAD). > The contribution guidelines do not mention how one creates a new > changeset on gerrit. How do I do that? I see that you've already pushed, but in case it'll be of use see the following IoTivity Wiki page for additional details: https://wiki.iotivity.org/submitting_to_gerrit HTH -Ossama
