From 6b1e07b9bad2c8c949a44fb3e09c4ece4b2111ee Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 23 Jan 2018 11:45:19 +0100 Subject: Add a note on building for other arches --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 35bed18..3ce257f 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ Currently I am using the following setup: BUILDRESULT="/var/cache/pbuilder/$NAME/result/" APTCACHE="/var/cache/pbuilder/$NAME/aptcache/" MIRRORSITE="http://ftp.de.debian.org/debian/" - OTHERMIRROR="deb http://security.debian.org $DIST/updates main|deb http://localhost/r-cran $DIST-cran3/" + OTHERMIRROR="deb http://security.debian.org $DIST/updates main|deb http://localhost/r-cran $DIST-cran34/" COMPONENTS="main" This means I have the appropriate aptcache and buildresult directories set up @@ -47,3 +47,6 @@ When using these scripts on Debian, I used to configure sudo to allow my normal user to use pbuilder, apt-get and the backporting scripts. Currently, I have set up my jessie installation using the Ubuntu like sudo configuration that I selected during the original installation of wheezy. + +I am building other architectures on different machines (raspi: armxx) or in a +local chroot (amd64). -- cgit v1.2.1