Re: [libvirt PATCH v2 4/4] ci: Makefile: Expose the CI_USER_LOGIN variable for users to use

2021-02-12 Thread Erik Skultety
On Fri, Feb 12, 2021 at 04:04:04PM +0100, Andrea Bolognani wrote: > On Fri, 2021-02-12 at 15:19 +0100, Erik Skultety wrote: > > @@ -239,6 +241,7 @@ ci-help: > > @echo "CI_CLEAN=0 - do not delete '$(CI_SCRATCHDIR)' after > > completion" > > @echo "CI_REUSE=1 - re-u

Re: [libvirt PATCH v2 4/4] ci: Makefile: Expose the CI_USER_LOGIN variable for users to use

2021-02-12 Thread Andrea Bolognani
On Fri, 2021-02-12 at 15:19 +0100, Erik Skultety wrote: > @@ -239,6 +241,7 @@ ci-help: > @echo "CI_CLEAN=0 - do not delete '$(CI_SCRATCHDIR)' after > completion" > @echo "CI_REUSE=1 - re-use existing '$(CI_SCRATCHDIR)' > content" > @echo "CI_ENGINE=

[libvirt PATCH v2 4/4] ci: Makefile: Expose the CI_USER_LOGIN variable for users to use

2021-02-12 Thread Erik Skultety
More often than not I find myself debugging in the containers which means that I need to have root inside, but without manually tweaking the Makefile each time the execution would simply fail thanks to the uid/gid mapping we do. What if we expose the CI_USER_LOGIN variable, so that when needed, the