summaryrefslogtreecommitdiff
path: root/backport_others
diff options
context:
space:
mode:
Diffstat (limited to 'backport_others')
-rwxr-xr-xbackport_others10
1 files changed, 5 insertions, 5 deletions
diff --git a/backport_others b/backport_others
index c2fa8c1..0cae945 100755
--- a/backport_others
+++ b/backport_others
@@ -39,7 +39,7 @@ done
if [ $# -lt 1 ]; then usage; exit 1; fi
DIST=$1
-# Update apt and pbuild chroot
+# Update apt and pbuild chroot
if [ "$skip" = false ]
then
sudo apt-get update
@@ -47,7 +47,7 @@ then
sudo -E pbuilder update \
--distribution $DIST \
--basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz \
- --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache
+ --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache
fi
# Validate distribution argument
@@ -57,9 +57,9 @@ export DIST
# When doing a new repository, lattice, r-cran-mass and survival have to be
# built first, then nlme and rmatrix, then the rest
-# Packages to backport (without rpy2):
-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 rkward r-cran-rjags; do
-
+# Packages to backport:
+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
+
./backport -s $i $DIST
done

Contact - Imprint