summaryrefslogtreecommitdiff
path: root/backport_others
diff options
context:
space:
mode:
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