Hello!

When trying to push into the meta-tizen git repo, I am getting the
following error:

$ git push origin converter:refs/heads/sandbox/pohly
Counting objects: 264, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (221/221), done.
Writing objects: 100% (264/264), 39.35 KiB | 0 bytes/s, done.
Total 264 (delta 103), reused 0 (delta 0)
remote: Resolving deltas: 100% (103/103)
remote: 
remote: Processing changes: refs: 1, done    
To review.tizen.org:/scm/bb/meta-tizen
 ! [remote rejected] converter -> sandbox/pohly (failed to lock)
error: failed to push some refs to 'review.tizen.org:/scm/bb/meta-tizen'

I'm unsure where exactly sandboxes are allowed and couldn't find
information about it (the above seems to be how its usually configured
elsewhere), so I also tried:

$ git push origin converter:refs/sandbox/pohly
Counting objects: 264, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (221/221), done.
Writing objects: 100% (264/264), 39.35 KiB | 0 bytes/s, done.
Total 264 (delta 103), reused 0 (delta 0)
remote: Resolving deltas: 100% (103/103)
remote: 
remote: Processing changes: refs: 1, done    
To review.tizen.org:/scm/bb/meta-tizen
 ! [remote rejected] converter -> refs/sandbox/pohly (prohibited by Gerrit)
error: failed to push some refs to 'review.tizen.org:/scm/bb/meta-tizen'

Am I doing something wrong or is Gerrit having a bad day?

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.



_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to