summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-05-04 14:05:02 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-05-04 14:05:02 +0200
commit38ced593dcf1bee7a026c49f31b9d98db20ce6eb (patch)
tree75310d6de1ec3383fdbf4c5b1f2d99d5d1cfe530
parent672df79746ea438ef64bea4243aaa33688394a53 (diff)
Changes for the backport of R 3.3.0 to jessie
-rwxr-xr-xbackport2
-rwxr-xr-xmove_debs2
2 files changed, 2 insertions, 2 deletions
diff --git a/backport b/backport
index 26f1435..e700969 100755
--- a/backport
+++ b/backport
@@ -6,7 +6,7 @@ ARCH=i386
export ARCH
# R version against which the software is compiled
-Rversion=3.2.4
+Rversion=3.3.0
reposversion="cran3"
iteration=0
diff --git a/move_debs b/move_debs
index 5137e6f..68d4346 100755
--- a/move_debs
+++ b/move_debs
@@ -15,4 +15,4 @@ DIST=$1
if [ $DIST != "wheezy" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi
chown jranke $DIST/*${DIST}cran*_amd64.deb
-mv $DIST/*${DIST}cran*_amd64.deb /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran3
+mv -v $DIST/*${DIST}cran*_amd64.deb /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran3

Contact - Imprint