summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-01-23 11:45:19 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2018-01-23 11:45:19 +0100
commit6b1e07b9bad2c8c949a44fb3e09c4ece4b2111ee (patch)
tree08d9e0e731a5ad8180d0605ee0d1530d77be54d9
parent02d987a6aa15284e4f79cc6296abcd67aa65879c (diff)
Add a note on building for other arches
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
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).

Contact - Imprint