diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -1,7 +1,7 @@ This directory contains my scripts to build backports of R software from Debian sid to older Debian distributions. -Currently (2010-10-17) I am using the following setup: +Currently (2012-02-29) I am using the following setup: ~/.pbuilderrc contains: @@ -17,13 +17,12 @@ Currently (2010-10-17) I am using the following setup: COMPONENTS="main" 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: +under /var/cache/pbuilder. I have several pbuilder images used for package +creation under /var/cache/pbuilder, among others: -/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 +/var/cache/pbuilder/squeeze-i386-base.tgz /var/cache/pbuilder/lenny-i386-base.tgz -All of these have a standard Debian mirror and the security sources setup in -their /etc/apt/sources.list, as well as my local http package source where the -r-base package build results are available. I have also imported the apt key -of my repository inside the pbuilder chroots. +These have a standard Debian mirror and the security sources setup in their +/etc/apt/sources.list, as well as my local http package source where the r-base +package build results are available. I have also imported the apt key of my +repository inside the pbuilder chroots. |