From 7e750f644cbbc9ad35cbdc4f4909b52faede853d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 25 Apr 2020 00:05:41 +0200 Subject: Changes for backports of R 4.0.0 to bullseye and buster --- backport_others | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backport_others') diff --git a/backport_others b/backport_others index dab6139..dacac7a 100755 --- a/backport_others +++ b/backport_others @@ -11,7 +11,7 @@ export ARCH usage() { -echo "Usage: ./backport_others [options] stretch|buster" +echo "Usage: ./backport_others [options] stretch|buster|bullseye" echo "Options:" echo " -s Skip apt-get update/upgrade and pbuilder update" } @@ -51,7 +51,7 @@ then fi # Validate distribution argument -if [ $DIST != "stretch" ] && [ $DIST != "buster" ]; then usage; exit 1; fi +if [ $DIST != "stretch" ] && [ $DIST != "buster" ] && [ $DIST != "bullseye" ]; then usage; exit 1; fi export DIST # When doing a new repository, do lattice, r-cran-mass @@ -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 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 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 littler 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 rpart survival littler rpy2 rkward; do ./backport -s $i $DIST -- cgit v1.2.1