diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2024-05-03 10:21:44 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2024-05-03 10:21:44 +0200 |
commit | 98eab8818ab67b760aa9f47a249960eb0ecb59df (patch) | |
tree | 12ddd7ffbf4e12c83237ac5151c493f5e08870c7 | |
parent | 45bc41d139400609fae87e83978fa7f7007d6153 (diff) |
Increment version component to avoid endless updates
These were caused by the rebuilds of the recommended packages
against R 4.4.0-2 without bumping the version. I think the problem
was that they had a newer file modification date, but the same version.
-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=0 +iteration=1 # Where the buildresults should be stored and where to look for current backports rcrandir=/home/jranke/git/uni-bremen/website/www/ranke/r-cran |