Closed epilys closed 1 year ago
Hmm, I can do it, sure. I should be running this for all maintainers of vhost-device wrokspace ?
@stefano-garzarella @stsquad ?
@vireshk I have opened separate issues for other vhost-device crates, just run the cargo owner commands in each issue and it will be enough
Yeah, I have seen that. But I don't see names of all four of us in the examles, or by owners of the crates (in the sense of contributors) and so want to clarify all these details here first.
What examples are you referring to?
I didn't realize earlier that the issues are created in the rust-vmm community, I thought it is vhost-device only :)
Like you have mentioned these for vhost-device-gpio
:
cargo owner --add stsquad vhost-device-gpio ;
cargo owner --add epilys vhost-device-gpio
This doesn't have myself, Erik or Stefano. I am not sure who all should be owners there.
This doesn't have myself, Erik or Stefano. I am not sure who all should be owners there.
I am not a OWNER of any rust-vmm component at the moment, so I should not have access. Stefano already has access: https://crates.io/crates/vhost-device-gpio
The list of owners is in the issue content I posted above!
@vireshk the motivation was this doc:
https://github.com/rust-vmm/community/blob/main/MAINTAINERS.md#becoming-a-repository-maintainer
It says that both the gatekeeper team and CODEOWNERS must be owners of publishable crates on crates.io. That's all
You are already in the owners list, like the issue says.
It says that both the gatekeeper team and CODEOWNERS must be owners of publishable crates on crates.io. That's all
You are already in the owners list, like the issue says.
Ahh, that's what I was missing. So we are only trying to add the missing ones. Sound good. Thanks.
@vireshk yes, exactly. We hit this issue lately when we needed to release new virtio-bindings releases and no one online had ownership.
$ cargo owner --add stsquad vhost-device-vsock ;
cargo owner --add epilys vhost-device-vsock
Updating crates.io index
Owner user stsquad has been invited to be an owner of crate vhost-device-vsock
Updating crates.io index
Owner user epilys has been invited to be an owner of crate vhost-device-vsock
Running my
check_owners.sh
script, I get:@vireshk, @stefano-garzarella you need to exec: