Package: pbuilder
Version: 0.170

Someone wrote an alternate way of setting up and using multiple
pbuilder setups over at
https://wiki.ubuntu.com/PbuilderHowto#head-1be378ab60d3bab23eefabce49cf7df927d46f81

The basics are setting up $HOME/.pbuilderrc to look like:

if (( ${#DIST} > 0 )); then
       BASETGZ="`dirname $BASETGZ`/$DIST-base.tgz"
       DISTRIBUTION="$DIST"
       BUILDRESULT="/var/cache/pbuilder/$DIST/result/"
       APTCACHE="/var/cache/pbuilder/$DIST/aptcache/"
fi

Then to use the setups, assign "DIST" with any supported distribution
name and run pbuilder or pdebuild.

I've attached a document that could be distributed with pbuilder that
explains this.

--
Regards,
Andres Mejia

Attachment: multiple-pbuilder-setups
Description: Binary data

Reply via email to