diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-23 11:45:19 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-23 11:45:19 +0100 |
commit | 6b1e07b9bad2c8c949a44fb3e09c4ece4b2111ee (patch) | |
tree | 08d9e0e731a5ad8180d0605ee0d1530d77be54d9 /README | |
parent | 02d987a6aa15284e4f79cc6296abcd67aa65879c (diff) |
Add a note on building for other arches
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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). |