开发者

Creating reviews in gerrit

开发者 https://www.devze.com 2023-02-11 19:41 出处:网络
I\'ve pushed some code to gerrit, creating a branch I believe. I\'ve since updated my code, committed and pushed again (without error), but there is no sign in gerrit of any reviews being created.

I've pushed some code to gerrit, creating a branch I believe. I've since updated my code, committed and pushed again (without error), but there is no sign in gerrit of any reviews being created.

Any idea wh开发者_如何学Pythonere I should be looking or what step I'm likely to be missing? Thanks in advance.

Edit: Could it be that I'm pushing to master where it should be HEAD:refs/for/something ?


The output of the push will tell you what happened, including give you links.

And yes, you should push to refs/for/master and not master (which will expand to refs/heads/master -- bypassing review).

0

精彩评论

暂无评论...
验证码 换一张
取 消