| 4 |
# sudo -E sh build_others.sh |
# sudo -E sh build_others.sh |
| 5 |
|
|
| 6 |
# Preconditions: - shell variables DIST and ARCH |
# Preconditions: - shell variables DIST and ARCH |
| 7 |
# - CRAN sources in /etc/apt/sources/list |
# - matching CRAN sources in /etc/apt/sources/list |
| 8 |
# - cdbs installed (and maybe more) |
# - cdbs installed (and maybe more) |
| 9 |
|
|
| 10 |
echo Distribution is $DIST |
echo Distribution is $DIST |
| 15 |
|
|
| 16 |
#for i in littler; do |
#for i in littler; do |
| 17 |
for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler; do |
for i in cluster foreign lattice mgcv nlme r-cran-class r-cran-spatial r-cran-nnet r-cran-mass kernsmooth rmatrix rodbc rpart survival littler; do |
| 18 |
apt-get source -t $DIST-cran $i |
apt-get source $i |
| 19 |
cd $i-* |
cd $i-* |
| 20 |
|
|
| 21 |
pdebuild --buildresult /home/ranke/svn/website/www/ranke/r-cran/$DIST-cran/ -- --binary-arch --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache --buildplace /var/cache/pbuilder/$DIST-$ARCH/build |
pdebuild --buildresult /home/ranke/svn/website/www/ranke/r-cran/$DIST-cran/ -- --binary-arch --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache --buildplace /var/cache/pbuilder/$DIST-$ARCH/build |