From 049d0e3fce8aec5b6734366728fff1dd3a1e235d Mon Sep 17 00:00:00 2001 From: ranke Date: Thu, 30 Jul 2009 03:40:28 +0000 Subject: 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 --- backport_others.sh | 5 +++-- build_others.sh | 2 ++ 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 -- cgit v1.2.1