[Mesa-dev] [PATCH 3/3] android: aco: add support for libmesa_aco

Eric Engestrom eric at engestrom.ch
Fri Sep 27 10:13:27 UTC 2019


On Friday, 2019-09-27 09:56:36 +0200, Mauro Rossi wrote:
> Hi,
> for this 3rd patch I'm in contact with John Stultz
> 
> Could you please give me both some advice on how to perform Merge Request
> (newbie)
> 
> I have pushed an android_aco branch in my gitlab repo with account
> issor.oruam (same used in mesa)
> but I'm not able to perform Merge Request/Compare branches between source
> issor.oruam/mesa branch android_aco
> and the mesa/mesa branch master
> 
> Is it mandatory that I push to a mesa/mesa branch android_aco to be able to
> perform MR/Compare to master?
> Thanks for the info/help

The reason you can't create a merge request is that your mesa repository
is not linked to the upstream mesa repository, they just happen to have
the same name but gitlab can't rely on that.

That link is created by "forking" the upstream repo, which you do by
clicking on the "fork" button at the top right of the repo's "details"
page, or this link:
https://gitlab.freedesktop.org/mesa/mesa/-/forks/new

I suggest you delete you gitlab mesa repo (but keep you local repo!),
then fork using the link above, then push your branch again.

Once your repo is set up correctly, you should have a message from the
server whenever you push to a branch on your fork with a link to create
an MR with that branch.

I hope this helps :)


More information about the mesa-dev mailing list