OPENBMC ASRock Rack

Milton Miller II miltonm at us.ibm.com
Tue Jun 8 12:44:59 AEST 2021


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