summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2013-05-12 22:58:13 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2013-05-12 22:58:13 +0000
commite9190186a55c63363cf20cfbe6cf1121743f3a50 (patch)
treeee24d70f975044f9dd4615cb252f19754e0d7ded /README
parent344e765683b1fb7b6a3942449697a4c134e36619 (diff)
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
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 10 insertions, 5 deletions
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

Contact - Imprint