From ee54c5fa857c480356e024a8d47b107518a8babe Mon Sep 17 00:00:00 2001 From: ranke Date: Fri, 27 Sep 2013 19:55:42 +0000 Subject: Updates of scripts for backport of R 3.0.2 git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@92 f247ebf9-aa24-0410-a698-f940e971ad2b --- backport_others.sh | 6 +++--- build_others.sh | 4 ++-- move_wheezy64.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backport_others.sh b/backport_others.sh index 02aacab..61d1e9b 100644 --- a/backport_others.sh +++ b/backport_others.sh @@ -13,7 +13,7 @@ # - Set the R version # R version against which the software is compiled -Rversion=3.0.1 +Rversion=3.0.2 reposversion="cran3" echo Distribution is $DIST @@ -31,9 +31,9 @@ pbuilder update # built first, then nlme and rmatrix, then the rest # single package: -for i in r-cran-rjags; do +#for i in r-cran-rjags; do # squeeze/wheezy packages: -#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 r-cran-rjags; 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 r-cran-rjags; do apt-get source $i cd $i-* version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~$DIST"cran."$Rversion diff --git a/build_others.sh b/build_others.sh index cc33f93..3ec176c 100644 --- a/build_others.sh +++ b/build_others.sh @@ -7,8 +7,8 @@ apt-get upgrade # built first, then nlme and rmatrix, then the rest # squeeze/wheezy -for i in r-cran-rjags; do -#for i in lattice rmatrix nlme cluster foreign r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass kernsmooth mgcv rodbc rpart survival littler rpy rpy2 rkward r-cran-rjags; do +#for i in r-cran-rjags; do +for i in lattice rmatrix nlme cluster foreign r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass kernsmooth mgcv rodbc rpart survival littler rpy rpy2 rkward r-cran-rjags; do apt-get --no-install-recommends build-dep $i apt-get source $i cd $i-* diff --git a/move_wheezy64.sh b/move_wheezy64.sh index 9e4ac37..5792272 100644 --- a/move_wheezy64.sh +++ b/move_wheezy64.sh @@ -2,4 +2,4 @@ # Move binary packages built in a chroot to the local repository -mv *wheezycran3*_amd64.deb ~/svn/website/www/ranke/r-cran/wheezy-cran3 +mv *wheezycran*_amd64.deb ~/svn/website/www/ranke/r-cran/wheezy-cran3 -- cgit v1.2.1