Hi,
> As the subject says: if pbuilderrc is set up to use a non-root user for
> builds, it would be nice if that user were also created during a "pbuilder
> login" run, to make it easier to debug failures which only happen when
> building a package as a normal user.
I think the following snippet in pdebuild-internal should be made
generic, really:
# create the user similar to that used outside
groupadd -g "${BUILDRESULTGID}" -o pbgroup
useradd -g pbgroup -u "${BUILDRESULTUID}" -o pbuser
regards,
junichi
--
[EMAIL PROTECTED],netfort.gr.jp} Debian Project
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]