mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
The download_subscribed_packs() could fail for network issues or other related problems, and because the only option for getting new packs is by downloading zero packs or fullfiles, swupd should retry to get the packs before falling into the verify_fix_path flow which signifies pack downloads errored out. Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>