diff options
author | Loïc Minier <lool@dooz.org> | 2009-12-30 12:18:40 +0100 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2009-12-30 17:41:10 +0100 |
commit | 0241394dc3fa432739bb4241da2b58a0d80dacbe (patch) | |
tree | 5786b2e9974b2532c220953f23b73ac70f866d9a /pbuilderrc | |
parent | 0e063b11822610435acc53577b48fb67375b5a9e (diff) | |
download | pbuilder-0241394dc3fa432739bb4241da2b58a0d80dacbe.tar pbuilder-0241394dc3fa432739bb4241da2b58a0d80dacbe.tar.gz |
pbuilder: Add --architecture and ARCHITECTURE flag
pbuilder: add support for setting the architecture on the command-line
and in pbuilderrc.
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |