New issue
Advanced search Search tips

Issue 905835 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 16
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Can't create sandbox threads

Project Member Reported by ejcaruso@chromium.org, Nov 15

Issue description

I am trying to push sandbox threads for the libqmi and modemmanager-next repositories in third_party, but I get the following issue when I try to create them:

(cr) (qrtr-control-socket) ejcaruso@ejcaruso ~/trunk/src/third_party/modemmanager-next $ git push cros HEAD:refs/sandbox/ejcaruso/qrtr-socket-181115
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 24 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 605 bytes | 605.00 KiB/s, done.
Total 4 (delta 3), reused 0 (delta 0)
remote: Resolving deltas: 100% (3/3)
remote: Processing changes: refs: 1, done
To https://chromium.googlesource.com/chromiumos/third_party/modemmanager-next
 ! [remote rejected]   HEAD -> refs/sandbox/ejcaruso/qrtr-socket-181115 (prohibited by Gerrit: not permitted: create)
error: failed to push some refs to 'https://chromium.googlesource.com/chromiumos/third_party/modemmanager-next'

I should be able to create sandbox branches no matter what the repo is, I thought.
 
Owner: s...@google.com
Status: Fixed (was: Untriaged)
You have permission to create refs under refs/heads/* only. I've changed it to refs/* so you should be able to create refs/sandbox/* now.
Status: Assigned (was: Fixed)
I only seem to have the new permissions on the modemmanager-next repo; I had thought I would be able to create sandbox branches anywhere. I'll at least need the sandbox rights on the third_party/libqmi repo as well for now.

Thanks!
Status: Fixed (was: Assigned)
All right, I've made the same change to libqmi.

Sign in to add a comment