Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing crate owners for vfio-ioctls #158

Open
epilys opened this issue Nov 7, 2023 · 1 comment
Open

Missing crate owners for vfio-ioctls #158

epilys opened this issue Nov 7, 2023 · 1 comment

Comments

@epilys
Copy link
Member

epilys commented Nov 7, 2023

Running my check_owners.sh script, I get:

vfio-ioctls
INFO: querying https://crates.io/api/v1/crates/vfio-ioctls/owners
INFO: API reply was {"users":[{"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/22890413?v=4","id":129296,"kind":"user","login":"sboeuf","name":"Sebastien Boeuf","url":"https://github.com/sboeuf"},{"avatar":"https://avatars.githubusercontent.com/u/138514?v=4","id":141139,"kind":"user","login":"liuw","name":"Liu Wei","url":"https://github.com/liuw"},{"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: jiangliu is an owner.
OK: liuw is an owner.
ERROR: sameo is not an owner.
OK: sboeuf is an owner.
Missing crate owners for vfio-ioctls, please add them.

@jiangliu, @liuw, @sboeuf you need to exec:

cargo owner --add sameo vfio-ioctls
@epilys epilys changed the title Missing crate owners for vfio-ioctls Missing crate owners for vfio-ioctls Nov 7, 2023
@liuw
Copy link
Member

liuw commented Nov 21, 2023

Thanks for the heads up. I executed that command. It looks to me an invite has been sent to @sameo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants