Hi Brad,

    I have push the code to openbmc/openbmc, but it built faild. while  i read the log ,it show me that the building project is Romulus,i think it 's wrong, and how to change the configrature to build the machine of thor which created by alibab?

Thanks,

moyan.


On 2021/2/2 21:51, Brad Bishop wrote:
On Tue, Feb 02, 2021 at 09:43:05PM +0800, snowyang wrote:

    Thank you very much. I have just tried to push the code to openbmc/openbmc with the name of moyan-yyb, and i found there are too many branchs and  i don't know which one i should choose(Or maybe should i create a new branch used to save the code?).Then i try to push it to the branch of master

^ this is the correct branch.

Hi - can you share the command you used to push?  It should look approximately like:
  git push <gerrit-remote> HEAD:refs/for/master

It should _not_ look like this:
  git push <gerrit-remote> HEAD:master

thx - brad