diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | pbuilderrc.5 | 8 |
2 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2006-01-06 Junichi Uekawa <dancer@debian.org> + * pbuilderrc.5: document that there are default values for BUILDRESULTUID + * pbuilder-buildpackage (BUILDRESULTGID, BUILDRESULTUID): set default values here. diff --git a/pbuilderrc.5 b/pbuilderrc.5 index 36178e8..5ce61b9 100644 --- a/pbuilderrc.5 +++ b/pbuilderrc.5 @@ -273,6 +273,14 @@ They probably need to be set to numeric UID values, so that it works the same inside the chroot and outside the chroot. +If sudo is used, the values specified by sudo is used. +They are +.BR "SUDO_UID" ", and" +.BR "SUDO_GID" ". " +The default value is +.B "0" + + .TP .BI "AUTO_DEBSIGN=" "yes" When this value is set to yes, |