#1363 Use createrepo_update even for first repo run
Merged by mikem. Opened by tkopecek.
tkopecek/koji issue1354  into  master

Download 1363.patch

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?

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

Metadata