rust-vmm / community

rust-vmm community content
501 stars 28 forks source link

Missing crate owners for `virtio-sock` #157

Closed epilys closed 1 year ago

epilys commented 1 year ago

Running my check_owners.sh script, I get:

virtio-vsock
INFO: querying https://crates.io/api/v1/crates/virtio-vsock/owners
INFO: API reply was {"users":[{"avatar":"https://avatars.githubusercontent.com/u/2815944?v=4","id":37110,"kind":"user","login":"andreeaflorescu","name":"Andreea Florescu","url":"https://github.com/andreeaflorescu
"},{"avatar":"https://avatars.githubusercontent.com/u/511389?v=4","id":50358,"kind":"user","login":"slp","name":"Sergio López","url":"https://github.com/slp"},{"avatar":"https://avatars.githubusercontent.com/u/19
31516?v=4","id":82989,"kind":"user","login":"jiangliu","name":"Jiang Liu","url":"https://github.com/jiangliu"},{"avatar":"https://avatars.githubusercontent.com/u/10989787?v=4","id":96953,"kind":"user","login":"al
exandruag","name":"Alexandru Agache","url":"https://github.com/alexandruag"},{"avatar":"https://avatars.githubusercontent.com/u/46103760?v=4","id":99643,"kind":"user","login":"lauralt","name":"Laura Loghin","url"
:"https://github.com/lauralt"},{"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-vm
m"}]}
OK: rust-vmm:gatekeepers is an owner.
OK: alexandruag is an owner.
OK: andreeaflorescu is an owner.
OK: jiangliu is an owner.
OK: slp is an owner.
ERROR: stsquad is not an owner.
ERROR: epilys is not an owner.
Missing crate owners for virtio-vsock, please add them.

@alexandruag , @andreeaflorescu , @jiangliu , @slp you need to execute:

cargo owner --add stsquad virtio-sock ;
cargo owner --add epilys virtio-sock
andreeaflorescu commented 1 year ago

Invitation sent for @stsquad and @epilys. Please close the issue once both of you are added.

epilys commented 1 year ago

I think we should close it, if invitations were sent they will be accepted.

epilys commented 1 year ago

Confirmed:

virtio-vsock
INFO: querying https://crates.io/api/v1/crates/virtio-vsock/owners
INFO: API reply was {"users":[{"avatar":"https://avatars.githubusercontent.com/u/2815944?v=4","id":37110,"kind":"user","login":"andreeaflorescu","name":"Andreea Florescu","url":"https://github.com/andreeaflorescu
"},{"avatar":"https://avatars.githubusercontent.com/u/511389?v=4","id":50358,"kind":"user","login":"slp","name":"Sergio López","url":"https://github.com/slp"},{"avatar":"https://avatars.githubusercontent.com/u/82
78356?v=4","id":53759,"kind":"user","login":"epilys","name":"Manos Pitsidianakis","url":"https://github.com/epilys"},{"avatar":"https://avatars.githubusercontent.com/u/1931516?v=4","id":82989,"kind":"user","login
":"jiangliu","name":"Jiang Liu","url":"https://github.com/jiangliu"},{"avatar":"https://avatars.githubusercontent.com/u/10989787?v=4","id":96953,"kind":"user","login":"alexandruag","name":"Alexandru Agache","url"
:"https://github.com/alexandruag"},{"avatar":"https://avatars.githubusercontent.com/u/46103760?v=4","id":99643,"kind":"user","login":"lauralt","name":"Laura Loghin","url":"https://github.com/lauralt"},{"avatar":"
https://avatars.githubusercontent.com/u/22458?v=4","id":225192,"kind":"user","login":"stsquad","name":"Alex Bennée","url":"https://github.com/stsquad"},{"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.
OK: alexandruag is an owner.
OK: andreeaflorescu is an owner.
OK: jiangliu is an owner.
OK: slp is an owner.
OK: stsquad is an owner.
OK: epilys is an owner.