Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 6ac7855f4debd0082b6cf33e9e3f223b5506926f https://github.com/openSUSE/osc/commit/6ac7855f4debd0082b6cf33e9e3f223b55069... Author: Adrian Schröter <adrian@suse.de> Date: 2021-03-25 (Thu, 25 Mar 2021) Changed paths: M NEWS M osc/build.py Log Message: ----------- remove "need root" autodetection This kind of guessing can not really work here and leads to failing builds when using KVM. (eg. when using a preinstallimage) Removing the code, since we have a now a way to allow the user to specify building as user via su-wrapper config Commit: 66440bea94377ed66c3f7e0be657647fb13c023e https://github.com/openSUSE/osc/commit/66440bea94377ed66c3f7e0be657647fb13c0... Author: Marcus Huewe <suse-tux@gmx.de> Date: 2021-03-25 (Thu, 25 Mar 2021) Changed paths: M NEWS M osc/build.py Log Message: ----------- Merge branch 'fix_kvm_build_as_root' of https://github.com/adrianschroeter/osc Remove "build as user" heuristic in case of a KVM build. A user build can be explicitly performed by unsetting the su-wrapper config option. Compare: https://github.com/openSUSE/osc/compare/4e9dde71b822...66440bea9437