summaryrefslogtreecommitdiff
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
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
-rw-r--r--backport_others.sh5
-rw-r--r--build_others.sh2
2 files changed, 5 insertions, 2 deletions
diff --git a/backport_others.sh b/backport_others.sh
index f408ab8..29a9d49 100644
--- a/backport_others.sh
+++ b/backport_others.sh
@@ -14,10 +14,11 @@ echo Architecture is $ARCH
text="Recompiled on $DIST for CRAN"
+#apt-get update
pbuilder update
-for i in rpart; do
-#for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rmatrix rodbc rpart survival vr littler; do
+#for i in survival; do
+for i in boot cluster codetools foreign kernsmooth lattice mgcv nlme rmatrix rodbc rpart survival vr littler; do
apt-get source -t unstable $i
cd $i-*
version=`dpkg-parsechangelog | grep ^Version | cut -f2 -d " "`~$DIST"cran".$Rversion
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