> From: Tomasz Olszak <[email protected]>
> Date: Thu, 28 Nov 2013 22:21:12 +0100
> Subject: Re: [Dev] Qt in Tizen - project proposal
> Hello all,
> Yesterday Qt repositories in Tizen have been created. However I don't
have privilige to populate them with upstream sources.
> When I try to git push I get:
>
>
> $ git push origin tizen

I believe that should be:
git push -f origin tizen

> Counting objects: 3, done.
> Writing objects: 100% (3/3), 208 bytes | 0 bytes/s, done.
> Total 3 (delta 0), reused 0 (delta 0)
> remote:
> remote: Processing changes: refs: 1, done
> To ssh://review.tizen.org/platform/upstream/qtchooser.git
>  ! [remote rejected] tizen -> tizen (prohibited by Gerrit)
> error: failed to push some refs to 'ssh://
review.tizen.org/platform/upstream/qtchooser.git'
>
>
> Could you please correct me if I am wrong but I believe that such amount
of data (upstream copy) should not go through gerrit.

Using -f while pushing will bypass gerrit review if you have merge rights.

> I filled maintainer field in JIRA task with my id so I should be able to
push directly to git repository right?

AFAIK yes. Maintainers are granted merge privileges.

Let us know if it works.

>
> --
> regards, Tomasz Olszak
> Qt for Tizen | http://qt-project.org/wiki/Tizen

--
Gaurav Kalra
Samsung R&D Institute Bangalore
Tweet it out @gvkalra
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to