Mike Beaumont

Results 161 comments of Mike Beaumont
trafficstars

@lobkovilya is this addressed by https://github.com/kumahq/kuma/pull/10726?

Closing for now unless the demand for this comes up

I put together [a gist of how I'm doing AUR + mkosi](https://gist.github.com/michaelbeaumont/1b2b58d63ccdc446496f0156d6aca4ad) using `.build`, `.prepare` and `.postinst`. Biggest pain points are the "no root with `makepkg`" in combination with not...

Basically not being able to run any AUR helpers as root and `no_new_privileges` leaving makepkg unable to call sudo makes these other AUR helpers not especially useful. `aurutils` is flexible...

> makepkg supports setting the env var PACMAN_AUTH= to whatever you want, in this case PACMAN_AUTH=env is enough as that will effectivly just pass through everything directly to pacman without...

> I doubt we'll merge native support for a specific aur package manager at this point. I'm not really sure it requires supporting any package manager really. `aurutils`, which is...

> It can be run as root, just set EUID=123 to trick its root check. `/work/prepare: line 26: EUID: readonly variable`