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

View of /build_others.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 60 - (download) (as text) (annotate)
Wed Sep 2 04:57:22 2009 UTC (3 years, 8 months ago) by ranke
File size: 698 byte(s)
Updated scripts for backporting of R 2.9.2

# Author: Johannes Ranke <jranke@uni-bremen.de>

# Preconditions: - shell variables DIST and ARCH
#                - CRAN sources in /etc/apt/sources/list

echo Distribution is $DIST
echo Architecture is $ARCH

apt-get update
pbuilder 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

Johannes Ranke
ViewVC Help
Powered by ViewVC 1.0.1