OPENBMC ASRock Rack

Jeff9 Chan(陳松儉_ASRockRack) Jeff9_Chan at asrockrack.com
Tue Jun 8 13:50:50 AEST 2021


Hi Milton,
	My user account in Github/Gerrit is Jeff9Chan, but registered CLA account is 'Jeff Chan < Jeff9_Chan at asrockrack.com>'
	Should I re-register CLA info?

best regards

Jeff Chan
ASRock Inc. 
Tel: +886-2-55599600 ext.38670


-----Original Message-----
From: Milton Miller II [mailto:miltonm at us.ibm.com] 
Sent: Tuesday, June 8, 2021 10:45 AM
To: Jeff9 Chan(陳松儉_ASRockRack)
Cc: Bradley W Bishop; openbmc at lists.ozlabs.org; manager at lfprojects.org
Subject: RE: OPENBMC ASRock Rack

On June 6, 2021, Jeff Chan wrote:
>  Hi Bradley,
>          I got below error when I try to push meta-asrockrack layer
>to gerrit.
>          Is that means my email is not listed in the list?
>   
>  To ssh://openbmc.gerrit/openbmc/openbmc
>  ! [remote rejected]     HEAD -> refs/for/master (commit 1d9951c:
>not Signed-off-by author/committer/uploader in message footer)
>  error: failed to push some refs to
>'ssh://openbmc.gerrit/openbmc/openbmc'
>   
>          My procedure is:
>    1.       Git clone openbmc
>    2.       Add meta-asrockrack layer
>    3.       git remote add gerrit
>ssh://openbmc.gerrit/openbmc/openbmc
>    4.       git commit
>    5.       git push gerrit
>   
>  My git log:
>  commit 1d9951c5518a7bdf88a5de16a41ae2f337e1b2ed (HEAD -> master)
>  Author: Jeff9Chan <jeff9_chan at asrockrack.com>

The Author name is Jeff9Chan here

>  Date:   Tue Jun 8 09:15:44 2021 +0800
>   
>      add meta-asrockrack layer
>      Signed-off-by: Jeff Chan <Jeff9_Chan at asrockrack.com>

The Signed-off-by is Jeff Chan here.

The email has different case, not sure if that matters.  But the 
name format likley does.

You can control the format of the author and committer via 
git config --global user.name  "Jeff Chan"
git config --global user.email Jeff9_Chan at asrockrack.com

You can amend the author with git commit --amend --reset-author

Hope this helps,
milton


More information about the openbmc mailing list