summaryrefslogtreecommitdiff
path: root/backport_others
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-04-25 00:05:41 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-04-25 00:05:41 +0200
commit7e750f644cbbc9ad35cbdc4f4909b52faede853d (patch)
tree8cc7a5f584e574432de5730e652ffe535e698ab6 /backport_others
parenta6ec2095b8940f9f9ce22f0641e743ce752c5725 (diff)
Changes for backports of R 4.0.0 to bullseye and buster
Diffstat (limited to 'backport_others')
-rwxr-xr-xbackport_others8
1 files changed, 4 insertions, 4 deletions
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

Contact - Imprint