diff options
author | dancer <dancer> | 2002-09-29 07:55:30 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-09-29 07:55:30 +0000 |
commit | b65e870745b91087e56129c5acced4992505e4c4 (patch) | |
tree | 6e8416b3c3ce04b6975ad9cdd389c4e6c0f6a306 /pbuilderrc.5 | |
parent | ba89056292054adca8711459579c2580594fd60a (diff) | |
download | pbuilder-b65e870745b91087e56129c5acced4992505e4c4.tar pbuilder-b65e870745b91087e56129c5acced4992505e4c4.tar.gz |
+
+ * pbuilderrc.5: update manpage to document the vars.
+
+ * pbuilder-buildpackage (BUILD_PID): preserve file permissions
+ on copying the result.
+ (BUILDRESULTUID,BUILDRESULTGID): define UID and GID.
+ chown and chgrp to the user ID after build.
Diffstat (limited to 'pbuilderrc.5')
-rw-r--r-- | pbuilderrc.5 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pbuilderrc.5 b/pbuilderrc.5 index 383cf09..21ef6f5 100644 --- a/pbuilderrc.5 +++ b/pbuilderrc.5 @@ -244,6 +244,15 @@ do not work. .BI "USEDEVFS=" "no" Whether to use DEVFS or not. +.TP +.BI "BUILDRESULTUID=" +.TP +.BI "BUILDRESULTGID=" +Set the UID and GID of the files built as result. +They probably need to be set to numeric UID values, +so that it works the same inside the chroot and outside the +chroot. + .SH "AUTHOR" Initial coding, and main maintenance is done by Junichi Uekawa <dancer@debian.org>. |