rh-lab-q / deltametadata-prototype

2 stars 5 forks source link

Simulation and passive DNF plugin #14

Closed onionka closed 8 years ago

onionka commented 8 years ago

Here is plot of how much data in bytes it has to download, when synchronizing from 20.4.2016 to x-axis. But we've got very little sample of repodata so it is inaccurate.

mluscon commented 8 years ago

Please fix a corner case in the plugin - if destination file does not exists, zsync will not create it.

onionka commented 8 years ago

OK it is done, and now if something is not synchronized well, it will just print report to stderr and continues

mluscon commented 8 years ago

OK it is done, and now if something is not synchronized well, it will just print report to stderr and continues

I am sorry for the misleading comment. I meant not to print an error but correctly download the missing file. Just from the top of my head, you can create a zero length file before calling zsync if the file does not exist.

mluscon commented 8 years ago

merged