summaryrefslogtreecommitdiff
path: root/backport
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-05-13 00:58:47 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-05-13 00:58:47 +0200
commitb4653163dfd5876b6a5adfb5f8878fd3525d547b (patch)
tree8f0822c5fd6cbe4f17d7c9dce84c6cbecb0ebfb1 /backport
parent80f228eb0f128718fcdb5630c2cdf5225c259552 (diff)
Changes for the new backport of R 3.4.0
Now in two new repositories, jessie-cran34 and stretch-cran34
Diffstat (limited to 'backport')
-rwxr-xr-xbackport3
1 files changed, 1 insertions, 2 deletions
diff --git a/backport b/backport
index b68cd8f..7fdffe5 100755
--- a/backport
+++ b/backport
@@ -7,7 +7,6 @@ export ARCH
# R version against which the software is compiled
Rversion=3.4.0
-reposversion="cran3"
iteration=0
# Where the buildresults should be stored and where to look for current backports
@@ -99,7 +98,7 @@ cranversion=$upstreamversion"~"$DIST"cran.$iteration"
# would make an update of the archive index inside the loop in backport_others
# necessary
-new_dsc=$rcrandir/$DIST-cran3/${pkg}_${cranversion}.dsc
+new_dsc=$rcrandir/$DIST-cran34/${pkg}_${cranversion}.dsc
if [ -e $new_dsc ]; then

Contact - Imprint