summaryrefslogtreecommitdiff
path: root/build_others.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_others.sh')
-rw-r--r--build_others.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_others.sh b/build_others.sh
index 350150a..ffa94d6 100644
--- a/build_others.sh
+++ b/build_others.sh
@@ -8,9 +8,11 @@ echo Architecture is $ARCH
apt-get update
+#for i in survival; do
for i in cluster foreign kernsmooth lattice mgcv nlme rmatrix rodbc rpart survival vr littler; do
apt-get source -t $DIST-cran $i
cd $i-*
pdebuild --debbuildopts '-b' --buildresult /home/ranke/svn/website/www/ranke/r-cran/$DIST-cran/ -- --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz --aptcache /exthd/pbuilder/$DIST-$ARCH/aptcache --buildplace /exthd/pbuilder/$DIST-$ARCH/build
+ cd ..
done

Contact - Imprint