diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,14 +1,16 @@ This directory contains my scripts to build backports of R software from Debian sid to older Debian distributions. -Currently (2013-04-04) I am using the following setup: +Currently I am using the following setup: ~/.pbuilderrc contains: NAME="$DIST-$ARCH" APTCACHEHARDLINK=yes DISTRIBUTION="$DIST" - DEBOOTSTRAPOPTS=("--arch" "$ARCH" "${DEBOOTSTRAPOPTS[@]}") + DEBOOTSTRAPOPTS=("--arch" "$ARCH" + "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg" + "${DEBOOTSTRAPOPTS[@]}") BASETGZ="`dirname $BASETGZ`/$NAME-base.tgz" BUILDRESULT="/var/cache/pbuilder/$NAME/result/" APTCACHE="/var/cache/pbuilder/$NAME/aptcache/" @@ -27,7 +29,10 @@ backports repository 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. -In the wheezey pbuilder images, the backports repository is not necessary. +In the wheezy pbuilder images, the backports repository is not necessary. -When using these scripts on Debian, I configure sudo to allow my normal user to use pbuilder, apt-get -and the backporting scripts +For some reason, the keyring option to debootstrap is not used (necessary on +Ubuntu) so I am passing this in the build scripts in this directory as well. + +When using these scripts on Debian, I configure sudo to allow my normal user to +use pbuilder, apt-get and the backporting scripts |