#670 Create repo without --deltas if no old package dir is set
Merged by mikem. Opened by lsedlar.
lsedlar/koji dist-repos-no-deltas  into  master

Download 670.patch

Particularly for dist-repos the create_local_repo method is called with oldpks=[], which adds the argument and causes createrepo process to add a line about generating delta for every single package, despite there being no chance of it actually doing something. It will not save much time (the whole printing takes about a second), but the logs will be a lot shorter.

:thumbsup:

Commit cdee4d27 fixes this pull-request

Pull-Request has been merged by mikem@redhat.com

Metadata