diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2013-05-11 13:30:54 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2013-05-11 13:30:54 +0000 |
commit | 344e765683b1fb7b6a3942449697a4c134e36619 (patch) | |
tree | c57d1c53c5b720ae0b83da5bf52a982a273f5a0a /README | |
parent | 2078138b133028c0d4b812236b82aa4adaa7a18a (diff) |
Some more adaptations for the wheezy builds - not quite done yet.
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@85 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Currently (2013-04-04) 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-cran/" + OTHERMIRROR="deb http://security.debian.org $DIST/updates main|deb http://localhost/r-cran $DIST-cran3/" COMPONENTS="main" This means I have the appropriate aptcache and buildresult directories set up |