summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-07-03 14:02:36 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-07-03 14:02:36 +0200
commit70d882c5cfe1e2c887f94e5a3a68cd9e01832067 (patch)
treef088abe72ccd5044252072d0d29e920a8862615b
parent7b93b13150331910a2ff0ea01472b12d41062efa (diff)
Changes while backporting R 3.5.1
-rwxr-xr-xbackport4
-rwxr-xr-xbackport_others4
-rwxr-xr-xbuild_others4
-rwxr-xr-xmove_debs2
4 files changed, 7 insertions, 7 deletions
diff --git a/backport b/backport
index 7420ef8..5ac6a50 100755
--- a/backport
+++ b/backport
@@ -7,13 +7,13 @@ export ARCH
# R version against which the software is compiled
iteration=0
-Rversion=3.5.0
+Rversion=3.5.1
# Set required r-base-dev version for packages build-depending on R
rbasedev="r-base-dev (>= $Rversion)"
# Where the buildresults should be stored and where to look for current backports
-rcrandir=/home/jranke/svn/website/www/ranke/r-cran
+rcrandir=/home/jranke/git/uni/website/www/ranke/r-cran
# Author: Johannes Ranke <jranke@uni-bremen.de>
diff --git a/backport_others b/backport_others
index 387901c..43d500d 100755
--- a/backport_others
+++ b/backport_others
@@ -63,8 +63,8 @@ export DIST
#for i in lattice r-cran-mass; do
#for i in rmatrix; do
#for i in survival nlme; do
-for i in rpart mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet rodbc littler rpy rpy2 rkward; do
-#for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival littler rpy rpy2 rkward; do
+#for i in rpart mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet rodbc littler rpy rpy2 rkward; do
+for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival littler rpy rpy2 rkward; do
./backport -s $i $DIST
diff --git a/build_others b/build_others
index 86a5657..14777eb 100755
--- a/build_others
+++ b/build_others
@@ -39,7 +39,7 @@ fi
#for i in lattice r-cran-mass; do
#for i in rmatrix nlme; do
#for i in survival; do
-for i in cluster foreign r-cran-class r-cran-spatial r-cran-nnet kernsmooth mgcv rodbc rpart littler rpy rpy2 rkward; do
-#for i in lattice rmatrix nlme cluster foreign r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth mgcv rodbc rpart survival littler rpy rpy2 rkward; do
+#for i in cluster foreign r-cran-class r-cran-spatial r-cran-nnet kernsmooth mgcv rodbc rpart littler rpy rpy2 rkward; do
+for i in lattice rmatrix nlme cluster foreign r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth mgcv rodbc rpart survival littler rpy rpy2 rkward; do
./build -s $i
done
diff --git a/move_debs b/move_debs
index dcc6ede..603f675 100755
--- a/move_debs
+++ b/move_debs
@@ -15,4 +15,4 @@ DIST=$1
if [ $DIST != "stretch" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi
sudo chown jranke $DIST/*${DIST}cran*_amd64.{deb,build}
-mv -v $DIST/*${DIST}cran*_amd64.{deb,build} /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran35
+mv -v $DIST/*${DIST}cran*_amd64.{deb,build} /home/jranke/git/uni/website/www/ranke/r-cran/$DIST-cran35

Contact - Imprint