summaryrefslogtreecommitdiff
path: root/build_others.sh
diff options
context:
space:
mode:
authorranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2009-07-30 03:40:28 +0000
committerranke <ranke@f247ebf9-aa24-0410-a698-f940e971ad2b>2009-07-30 03:40:28 +0000
commit049d0e3fce8aec5b6734366728fff1dd3a1e235d (patch)
treec2918b9a1579cae24215e50f18d48d9164e32c94 /build_others.sh
parent2e0c442b70a1e510b1d1a86d765fdfa067df439d (diff)
Updated scripts as of this morning (no significant changes really)
git-svn-id: svn+ssh://stiller/home/schatz/reps/r-backports@59 f247ebf9-aa24-0410-a698-f940e971ad2b
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