On Fri, 05 Feb 2010 08:50:24 +0900, Junichi Uekawa <[email protected]> wrote: > Hi, > > > At Mon, 01 Feb 2010 13:27:44 -0500, > Micah Anderson wrote: > > > > Package: cowbuilder > > Version: 0.61 > > Severity: normal > > > > My ~/.pbuilderrc has this in it: > > Hmm... I have an impression that ~/.pbuilderrc might happen to be looking at > /root/.pbuilderrc. > > Could you check?
I have the same thing in /root/.pbuilderrc and the same issue happens:
# cat /root/.pbuilderrc
if [ -n "${DIST}" ]; then
BASETGZ="`dirname $BASETGZ`/$DIST-base.tgz"
DISTRIBUTION="$DIST"
BUILDRESULT="/var/cache/pbuilder/$DIST/result/"
APTCACHE="/var/cache/pbuilder/$DIST/aptcache/"
fi
# DIST=lenny cowbuilder --create
-> Invoking pbuilder
forking: pbuilder create --buildplace /var/cache/pbuilder/base.cow --mirror
http://debian.csail.mit.edu/debian/ --distribution sid --no-targz
--extrapackages cowdancer
I: Running in no-targz mode
I: Distribution is sid.
I: Building the build environment
as you can see, Distribution gets set to sid, when I specifically said
DIST=lenny
micah
pgpuyFDVKLWJz.pgp
Description: PGP signature

