diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2024-05-03 10:25:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2024-05-03 10:25:49 +0200 |
commit | 131b3d37c79bfb33adc03bbd8e6c4cba85f1d74c (patch) | |
tree | df57c2a0e4c656b7c51e703888a476b43e5fcd04 /backport | |
parent | 98eab8818ab67b760aa9f47a249960eb0ecb59df (diff) |
In this way, future backports will again have 0 as the last version component.
Diffstat (limited to 'backport')
-rwxr-xr-x | backport | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |