diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-13 00:58:47 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-13 00:58:47 +0200 |
commit | b4653163dfd5876b6a5adfb5f8878fd3525d547b (patch) | |
tree | 8f0822c5fd6cbe4f17d7c9dce84c6cbecb0ebfb1 | |
parent | 80f228eb0f128718fcdb5630c2cdf5225c259552 (diff) |
Changes for the new backport of R 3.4.0
Now in two new repositories, jessie-cran34 and stretch-cran34
-rwxr-xr-x | backport | 3 | ||||
-rwxr-xr-x | build | 2 | ||||
-rwxr-xr-x | build_others | 2 | ||||
-rwxr-xr-x | move_debs | 2 |
4 files changed, 4 insertions, 5 deletions
@@ -7,7 +7,6 @@ export ARCH # R version against which the software is compiled Rversion=3.4.0 -reposversion="cran3" iteration=0 # Where the buildresults should be stored and where to look for current backports @@ -99,7 +98,7 @@ cranversion=$upstreamversion"~"$DIST"cran.$iteration" # would make an update of the archive index inside the loop in backport_others # necessary -new_dsc=$rcrandir/$DIST-cran3/${pkg}_${cranversion}.dsc +new_dsc=$rcrandir/$DIST-cran34/${pkg}_${cranversion}.dsc if [ -e $new_dsc ]; then @@ -7,7 +7,7 @@ usage() { echo "Usage: ./build [options] sourcepackage" echo "Options:" -echo " -s, --skip Skip apt-get update/upgrade and pbuilder update" +echo " -s, --skip Skip apt-get update/upgrade" } DIST=`lsb_release -cs` diff --git a/build_others b/build_others index 45311bb..7865382 100755 --- a/build_others +++ b/build_others @@ -38,7 +38,7 @@ fi # When doing a new repository, lattice, r-cran-mass and survival have to be # built first, then nlme and rmatrix, then the rest -# wheezy/jessie +# wheezy/jessie/stretch #for i in lattice r-cran-mass survival; do #for i in nlme rmatrix; 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 rkward r-cran-rjags; do @@ -15,4 +15,4 @@ DIST=$1 if [ $DIST != "stretch" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi chown jranke $DIST/*${DIST}cran*_amd64.deb -mv -v $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-cran34 |