[r-backports] / build_others.sh Repository:
ViewVC logotype

Annotation of /build_others.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 60 - (view) (download) (as text)

1 : ranke 56 # Author: Johannes Ranke <jranke@uni-bremen.de>
2 :    
3 :     # Preconditions: - shell variables DIST and ARCH
4 :     # - CRAN sources in /etc/apt/sources/list
5 :    
6 :     echo Distribution is $DIST
7 :     echo Architecture is $ARCH
8 :    
9 :     apt-get update
10 : ranke 60 pbuilder update
11 : ranke 56
12 : ranke 59 #for i in survival; do
13 : ranke 56 for i in cluster foreign kernsmooth lattice mgcv nlme rmatrix rodbc rpart survival vr littler; do
14 :     apt-get source -t $DIST-cran $i
15 :     cd $i-*
16 :    
17 :     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
18 : ranke 59 cd ..
19 : ranke 56 done

Johannes Ranke
ViewVC Help
Powered by ViewVC 1.0.1