From 0241394dc3fa432739bb4241da2b58a0d80dacbe Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Wed, 30 Dec 2009 12:18:40 +0100 Subject: pbuilder: Add --architecture and ARCHITECTURE flag pbuilder: add support for setting the architecture on the command-line and in pbuilderrc. --- pbuilderrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pbuilderrc') diff --git a/pbuilderrc b/pbuilderrc index 31f8f4c..4aa952f 100755 --- a/pbuilderrc +++ b/pbuilderrc @@ -15,6 +15,9 @@ BUILDRESULT=/var/cache/pbuilder/result/ # specifying the distribution forces the distribution on "pbuilder update" #DISTRIBUTION=sid +# specifying the architecture passes --arch= to debootstrap; the default is +# to use the architecture of the host +#ARCHITECTURE=`dpkg --print-architecture` # specifying the components of the distribution, for instance to enable all # components on Debian use "main contrib non-free" and on Ubuntu "main # restricted universe multiverse" -- cgit v1.2.3