summaryrefslogtreecommitdiff
path: root/backport
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-04-24 10:56:23 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-04-24 10:56:23 +0200
commit7b93b13150331910a2ff0ea01472b12d41062efa (patch)
tree93600b690689a221c045fc95cdf2263b2c9c6ee9 /backport
parent80ef5b6b09a4ceea7cf19b3938858d3619d15150 (diff)
Changes for backporting R 3.5.0
Diffstat (limited to 'backport')
-rwxr-xr-xbackport8
1 files changed, 4 insertions, 4 deletions
diff --git a/backport b/backport
index 04c2f38..7420ef8 100755
--- a/backport
+++ b/backport
@@ -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 \

Contact - Imprint