summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-07-17 10:47:54 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-07-17 10:48:38 +0200
commit5f82af99c83a7ef54389f9b36339383722973429 (patch)
tree0f79afa7e6fe2a8629aa6ed56fd2a1a4e18c52f4
parentb4653163dfd5876b6a5adfb5f8878fd3525d547b (diff)
Small improvements for R 3.4.1 on jessie
-rwxr-xr-xbackport2
-rwxr-xr-xbuild4
-rwxr-xr-xmove_debs2
3 files changed, 6 insertions, 2 deletions
diff --git a/backport b/backport
index 7fdffe5..1226900 100755
--- a/backport
+++ b/backport
@@ -6,7 +6,7 @@ ARCH=i386
export ARCH
# R version against which the software is compiled
-Rversion=3.4.0
+Rversion=3.4.1
iteration=0
# Where the buildresults should be stored and where to look for current backports
diff --git a/build b/build
index 03a7231..4ecf40a 100755
--- a/build
+++ b/build
@@ -2,6 +2,7 @@
# Script to facilitate building r-base binaries for CRAN in a chroot
# Matching CRAN sources must be in /etc/apt/sources.list of the chroot
+# TBD: Check if the build already exists in the local repository
usage()
{
@@ -12,6 +13,9 @@ echo " -s, --skip Skip apt-get update/upgrade"
DIST=`lsb_release -cs`
+# URL of the local CRAN repo for checking for existing builds
+localcran="http://tux/r-cran/$DIST-cran34/"
+
skip=false
while test -n "${1}"; do
case "$1" in
diff --git a/move_debs b/move_debs
index 243b916..bf479b6 100755
--- a/move_debs
+++ b/move_debs
@@ -14,5 +14,5 @@ DIST=$1
# Validate distribution argument
if [ $DIST != "stretch" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi
-chown jranke $DIST/*${DIST}cran*_amd64.deb
+sudo chown jranke $DIST/*${DIST}cran*_amd64.deb
mv -v $DIST/*${DIST}cran*_amd64.deb /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran34

Contact - Imprint