summaryrefslogtreecommitdiff
path: root/backport
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2024-05-03 10:25:49 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2024-05-03 10:25:49 +0200
commit131b3d37c79bfb33adc03bbd8e6c4cba85f1d74c (patch)
treedf57c2a0e4c656b7c51e703888a476b43e5fcd04 /backport
parent98eab8818ab67b760aa9f47a249960eb0ecb59df (diff)
Reset the iteration numberHEADmaster
In this way, future backports will again have 0 as the last version component.
Diffstat (limited to 'backport')
-rwxr-xr-xbackport2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport b/backport
index f179124..ed2f96c 100755
--- a/backport
+++ b/backport
@@ -7,7 +7,7 @@ export ARCH
# Iteration of the backport, for the case several backports of the same
# release are published
-iteration=1
+iteration=0
# Where the buildresults should be stored and where to look for current backports
rcrandir=/home/jranke/git/uni-bremen/website/www/ranke/r-cran

Contact - Imprint