diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-10-02 17:39:25 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-10-02 17:39:25 +0200 |
commit | 3f1738a3ba4b2ca2483d356f54fd2de7577c2ca7 (patch) | |
tree | 2f44029af46d6c242a9d9ca5f1d9b784636831aa /backport_others | |
parent | 56157ad9495765d9982875d2e14ab2b29d17692c (diff) |
Don't tighten build dependency, fix fresh repos
Diffstat (limited to 'backport_others')
-rwxr-xr-x | backport_others | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/backport_others b/backport_others index 0cae945..725cf72 100755 --- a/backport_others +++ b/backport_others @@ -54,11 +54,15 @@ fi if [ $DIST != "stretch" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi export DIST -# When doing a new repository, lattice, r-cran-mass and survival have to be -# built first, then nlme and rmatrix, then the rest +# When doing a new repository, do lattice, r-cran-mass, rmatrix, +# then survival and nlme, then the rest # Packages to backport: -for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival littler rpy rpy2 rkward r-cran-rjags; do +#for i in lattice r-cran-mass; do +#for i in rmatrix nlme; do +#for i in survival; do +#for i in rpart mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet rodbc littler rpy rpy2 rkward r-cran-rjags; do +for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival littler rpy rpy2 rkward r-cran-rjags dh-r; do ./backport -s $i $DIST |