It was <2013-12-02 pon 11:20>, when Tomasz Olszak wrote: > 2013/12/2 Łukasz Stelmach <[email protected]> >> It was <2013-11-29 pią 07:28>, when Tomasz Olszak wrote: >> > Sorry, I should have been mentioned that I also tried with force >> > switch and the result is the same. >> > >> > git push -f origin tizen >> > Counting objects: 218, done. >> > Delta compression using up to 8 threads. >> > Compressing objects: 100% (88/88), done. >> > Writing objects: 100% (218/218), 61.83 KiB | 0 bytes/s, done. >> > Total 218 (delta 93), reused 208 (delta 90) >> > remote: Resolving deltas: 100% (93/93) >> > remote: >> > remote: Processing changes: refs: 1, done >> > To tizen:platform/upstream/qtchooser >> > ! [remote rejected] tizen -> tizen (prohibited by Gerrit) >> > error: failed to push some refs to 'tizen:platform/upstream/qtchooser' >> > >> > And here's my: >> > .git/config >> > [core] >> > repositoryformatversion = 0 >> > filemode = true >> > bare = false >> > logallrefupdates = true >> > [remote "origin"] >> > url = tizen:platform/upstream/qtchooser >> > fetch = +refs/heads/*:refs/remotes/origin/* >> >> That is because you can't (almost no one can) push directly to branches >> and bypass the review process. > > I believe maintainer can.
Do you mean yourself? I am afraid that according to project[1], domain[2] and group[3][4][5] configuration you are not a maintainer of this package. > Add: >> >> push = refs/heads/tizen:refs/for/tizen >> >> to the above remote seciton. I'd recommend creating a script for cloning >> tizen repositories that will do some setup for you (push, commit-msg >> hook etc.) >> > This is normal workflow, when one changes something in tizen branch or > rebases with the upstream. Before that I would like to copy upstream data > into the tizen branch... e.g. qtbases .git directory contains 147MB of > data. I believe it is not recommended to pass it through gerrit. Could you > please correct me if I am wrong? You'd probably need assistance of someone's from Architects[6], Maintainers[4] or Integrators[5] who can push. Footnotes: [1] https://review.tizen.org/gerrit/gitweb?p=platform/upstream/qtchooser.git;a=blob;f=project.config;h=0f1e223963958a0dd2866fa92d3bc0b58301f1ae;hb=ca7eef6fdb6b553d466a9435b23649fbc6945957 [2] https://review.tizen.org/gerrit/gitweb?p=scm/acls/domain_graphics_and_ui_framework.git;a=tree;h=5d078f535048c65a0b045db2ff24317d853d027a;hb=0b866951d41c2515403c7540fbe94e5a12c5772e [3] https://review.tizen.org/gerrit/#/admin/groups/461,members [4] https://review.tizen.org/gerrit/#/admin/groups/458,members [5] https://review.tizen.org/gerrit/#/admin/groups/460,members [6] https://review.tizen.org/gerrit/#/admin/groups/457,members -- Łukasz Stelmach Samsung R&D Institute Poland Samsung Electronics
pgpvdt0uthQFr.pgp
Description: PGP signature
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
