[Pbuilder-maint] pbuilder CVS update: pbuilder pdebuild-internal
ChangeLog
pbuilder CVS Commit
pbuilder-maint at lists.alioth.debian.org
Mon Dec 19 14:34:19 UTC 2005
User: dancer
Date: 05/12/19 14:34:19
Modified: . pdebuild-internal ChangeLog
Log:
Document HOME=/tmp/buildd inside chroot.
set HOME=$(pwd)/../ in pdebuid-internal to match pdebuild.
Revision Changes Path
1.10 +4 -2 pbuilder/pdebuild-internal
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-internal?annotate=1.10&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-internal?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pdebuild-internal.diff?r1=1.10&r2=1.9&cvsroot=
-----------------------------------
Index: pdebuild-internal
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/pdebuild-internal,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pdebuild-internal 5 Dec 2005 12:15:08 -0000 1.9
+++ pdebuild-internal 19 Dec 2005 14:34:18 -0000 1.10
@@ -24,7 +24,7 @@
# Will take longer if your package does not successfully run 'debian/rules clean'
#
-# This script is running inside 'pbuilder execute' as root.
+# This script is running inside chroot under 'pbuilder execute' as root.
set -e
@@ -79,5 +79,7 @@
# what about id -G output? if other groups than the designated is used, we're stuffed.
+export HOME=$(pwd)/../
+
# do build with that user.
echo /usr/bin/dpkg-buildpackage -rfakeroot -us -uc '${DEBBUILDOPTS}' | su pbuser
1.356 +9 -1 pbuilder/ChangeLog
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.356&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.356&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog.diff?r1=1.356&r2=1.355&cvsroot=
-----------------------------------
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -r1.355 -r1.356
--- ChangeLog 12 Dec 2005 00:32:43 -0000 1.355
+++ ChangeLog 19 Dec 2005 14:34:18 -0000 1.356
@@ -1,3 +1,11 @@
+2005-12-19 Junichi Uekawa <dancer at debian.org>
+
+ * pdebuild-internal: export HOME with a decent value.
+
+ * Documentation/pbuilder-doc.xml: document that $HOME is set to
+ /tmp/buildd, since that seems to be the case in
+ pbuilder-buildpackage
+
2005-12-12 Junichi Uekawa <dancer at debian.org>
* testsuite/regression/342665-config: config used for the regression test.
More information about the Pbuilder-maint
mailing list