rust-vmm / community

rust-vmm community content
477 stars 26 forks source link

Missing crate owners for `vhost-device-rng` #166

Closed epilys closed 8 months ago

epilys commented 8 months ago

Running my check_owners.sh script, I get:

vhost-device-rng
INFO: querying https://crates.io/api/v1/crates/vhost-device-rng/owners
INFO: API reply was {"users":[{"avatar":"https://avatars.githubusercontent.com/u/16856679?v=4","id":79784,"kind":"user","login":"JonathanWoollett-Light","name":"Jonathan Woollett-Light","url":"https://github.com/
JonathanWoollett-Light"},{"avatar":"https://avatars.githubusercontent.com/u/6713874?v=4","id":92595,"kind":"user","login":"stefano-garzarella","name":"Stefano Garzarella","url":"https://github.com/stefano-garzare
lla"},{"avatar":"https://avatars.githubusercontent.com/u/571355?v=4","id":155147,"kind":"user","login":"mathieupoirier","name":"Mathieu Poirier","url":"https://github.com/mathieupoirier"},{"avatar":"https://avata
rs.githubusercontent.com/u/12929622?v=4","id":216541,"kind":"user","login":"vireshk","name":"Viresh Kumar","url":"https://github.com/vireshk"},{"avatar":"https://avatars.githubusercontent.com/u/46028664?v=4","id"
:1481,"kind":"team","login":"github:rust-vmm:gatekeepers","name":"gatekeepers","url":"https://github.com/rust-vmm"}]}
OK: rust-vmm:gatekeepers is an owner.
ERROR: stsquad is not an owner.
OK: vireshk is an owner.
OK: stefano-garzarella is an owner.
ERROR: epilys is not an owner.
Missing crate owners for vhost-device-rng, please add them.

@vireshk, @stefano-garzarella you need to exec:

cargo owner --add stsquad vhost-device-rng ;
cargo owner --add epilys vhost-device-rng
stefano-garzarella commented 8 months ago
$ cargo owner --add stsquad vhost-device-rng ;
cargo owner --add epilys vhost-device-rng
    Updating crates.io index
       Owner user stsquad has been invited to be an owner of crate vhost-device-rng
    Updating crates.io index
       Owner user epilys has been invited to be an owner of crate vhost-device-rng