alexheretic / aurto

Arch Linux AUR tool for managing an auto-updating local 'aurto' package repository
MIT License
134 stars 9 forks source link

Is wheel group really needed? #66

Open stefanhusmann opened 3 years ago

stefanhusmann commented 3 years ago

Is it really needed to add the user to the wheel group? If so, this is not mentioned in the README.

alexheretic commented 3 years ago

It is. The readme isn't exhaustive so this is handled by an explicit error message in aurto init.

For why see https://github.com/alexheretic/aurto/issues/54#issuecomment-787015485

AladW commented 2 years ago

I wrote an example for v9 which does chroot builds without sudoers configuration: https://github.com/AladW/aurutils/tree/master/examples#chroot-batch

edit: 9.1. will have https://github.com/AladW/aurutils/pull/977