From e9190186a55c63363cf20cfbe6cf1121743f3a50 Mon Sep 17 00:00:00 2001 From: ranke Date: Sun, 12 May 2013 22:58:13 +0000 Subject: Build scripts used for the backport of R 3.0.0 to wheezy git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@86 f247ebf9-aa24-0410-a698-f940e971ad2b --- README | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 2e1b4b3..3d2d1fd 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.1