From fe8b58c821ae8c64663d50f528477ed3cdcf930e Mon Sep 17 00:00:00 2001 From: dancer Date: Sun, 13 Feb 2005 07:20:41 +0000 Subject: 2005-02-13 Junichi Uekawa * pbuilder.8: update documentation to include 'sarge' * pbuilder: set umask 0022 in pbuilder. 276589 * pbuilderrc (BUILDRESULT): make default distribution sarge, instead of woody. * pbuilder-modules: update to include sarge in list of distributions; this list is too long, needs some improvement. 289170 * pdebuild: Change build results by default to be owned by the building user, not root:root This change only required for pdebuild only, UML already runs as user. 286397 * pbuilder.8: clarify documentation for 286602, Do not use --debbuildopts -B, but use --binary-arch * Documentation/pbuilder-doc.xml: 293882: Jens Seidel small typo fixes. * pbuilderrc (MIRRORSITE): 295032: change default mirror from www.jp.debian.org to ftp.jp.debian.org --- pbuilderrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pbuilderrc') diff --git a/pbuilderrc b/pbuilderrc index a392c76..b43c6de 100755 --- a/pbuilderrc +++ b/pbuilderrc @@ -8,8 +8,8 @@ BASETGZ=/var/cache/pbuilder/base.tgz #EXTRAPACKAGES=gcc3.0-athlon-builder #export DEBIAN_BUILDARCH=athlon BUILDPLACE=/var/cache/pbuilder/build/ -MIRRORSITE=http://www.jp.debian.org/debian -#NONUSMIRRORSITE="http://www.jp.debian.org/debian-non-US" +MIRRORSITE=http://ftp.jp.debian.org/debian +#NONUSMIRRORSITE="http://ftp.jp.debian.org/debian-non-US" #OTHERMIRROR="deb http://www.home.com/updates/ ./" #export http_proxy=http://your-proxy:8080/ USEPROC=yes @@ -18,7 +18,7 @@ USEDEVFS=no BUILDRESULT=/var/cache/pbuilder/result/ # specifying the distribution forces the distribution on "pbuilder update" -#DISTRIBUTION=woody +#DISTRIBUTION=sarge #specify the cache for APT APTCACHE="/var/cache/pbuilder/aptcache/" APTCACHEHARDLINK="yes" -- cgit v1.2.3