createrepo_update is currently reusing only old repos from same tag. Nevertheless, for first newRepo there is no old data, but there is a high chance, that we inherit something. This inherited repo can be used also for significant speedup.
Fixes: https://pagure.io/koji/issue/1354
Does this work for Python 3? I thought we needed the as e for that?
as e
Does this work for Python 3? I thought we needed the as e for that? This one doesn't make difference. I've removed it as pyflakes cry "local variable 'e' is assigned to but never used" - I can drop it from this PR.
Nah, it's fine.
:thumbsup:
Seems to be working here
Commit bfbdf314 fixes this pull-request
Pull-Request has been merged by mikem
createrepo_update is currently reusing only old repos from same tag.
Nevertheless, for first newRepo there is no old data, but there is a
high chance, that we inherit something. This inherited repo can be used
also for significant speedup.
Fixes: https://pagure.io/koji/issue/1354