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.
Particularly for dist-repos the
create_local_repomethod is called witholdpks=[], which adds the argument and causescreaterepoprocess 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.