diff options
author | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2009-11-04 18:13:29 +0000 |
---|---|---|
committer | ranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b> | 2009-11-04 18:13:29 +0000 |
commit | 5f54688b1c6d85765a6190bd8463d9c2b5593044 (patch) | |
tree | 8dd65ab5fbfabaaa764dbbccc4958b2e56f144a0 /README | |
parent | dc22033affd1d3544764f61170aec9cf3adeb941 (diff) |
Script update for backporting to lenny
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@61 f247ebf9-aa24-0410-a698-f940e971ad2b
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ This directory contains my scripts to build backports of R software from Debian sid to older Debian distributions. -Currently (2009-07-06) I am using the following setup: +Currently (2009-11-02) I am using the following setup: -/root/.pbuilderrc contains: +~/.pbuilderrc contains: NAME="$DIST-$ARCH" APTCACHEHARDLINK=no @@ -16,9 +16,9 @@ Currently (2009-07-06) I am using the following setup: OTHERMIRROR="deb http://security.debian.org $DIST/updates main|deb http://localhost/r-cran $DIST-cran/" COMPONENTS="main" -This means on my external USB drive mounted under /exthd, I have the -appropriate aptcache and buildresult directories setup under /exthd/pbuilder. I -have four pbuilder images used for package creation under /var/cache/pbuilder: +This means I have the appropriate aptcache and buildresult directories set up +under /var/cache/pbuilder. I have four pbuilder images used for package +creation under /var/cache/pbuilder: /var/cache/pbuilder/etch-amd64-base.tgz /var/cache/pbuilder/lenny-amd64-base.tgz /var/cache/pbuilder/etch-i386-base.tgz /var/cache/pbuilder/lenny-i386-base.tgz |