diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-04-24 10:56:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-04-24 10:56:23 +0200 |
commit | 7b93b13150331910a2ff0ea01472b12d41062efa (patch) | |
tree | 93600b690689a221c045fc95cdf2263b2c9c6ee9 /README | |
parent | 80ef5b6b09a4ceea7cf19b3938858d3619d15150 (diff) |
Changes for backporting R 3.5.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 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-cran34/" + OTHERMIRROR="deb http://security.debian.org $DIST/updates main|deb http://ftp.de.debian.org/debian $DIST-backports main|deb http://localhost/r-cran $DIST-cran35/" COMPONENTS="main" This means I have the appropriate aptcache and buildresult directories set up |