diff options
Diffstat (limited to 'backport')
-rwxr-xr-x | backport | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ export ARCH # R version against which the software is compiled iteration=0 -Rversion=3.4.4 +Rversion=3.5.0 # Set required r-base-dev version for packages build-depending on R rbasedev="r-base-dev (>= $Rversion)" @@ -98,8 +98,8 @@ cranversion=$upstreamversion"~"$DIST"cran.$iteration" # would make an update of the archive index inside the loop in backport_others # necessary -new_dsc=$rcrandir/$DIST-cran34/${pkg}_${cranversion}.dsc -logfile=$rcrandir/$DIST-cran34/${pkg}_${cranversion}_${ARCH}.build +new_dsc=$rcrandir/$DIST-cran35/${pkg}_${cranversion}.dsc +logfile=$rcrandir/$DIST-cran35/${pkg}_${cranversion}_${ARCH}.build if [ -e $new_dsc ]; then @@ -136,7 +136,7 @@ else --aptcache /var/cache/pbuilder/$DIST-$ARCH/aptcache fi sudo -E pdebuild --debbuildopts '-sa' \ - --buildresult $rcrandir/$DIST-cran34/ \ + --buildresult $rcrandir/$DIST-cran35/ \ --logfile $logfile \ -- --override-config \ --distribution $DIST --basetgz /var/cache/pbuilder/$DIST-$ARCH-base.tgz \ |