Commit ec4d638
fix(update-agent): report resumed download progress correctly (#1304)
## Summary
- Base update-agent download progress on the absolute downloaded offset
instead of the resumed loop index.
- Keeps the existing logging and DBus reporting flow, while making
resumed downloads show their real total progress.
CI failures fixed:
- Refresh Cargo.lock for current Cargo Deny RustSec advisories
(`crossbeam-epoch`, `serial_test`/`scc`).
- Refresh the update-agent QEMU test Fedora Cloud image URL after the
pinned mirror URL started returning 404.
---------
Co-authored-by: Sfikas <theodore.sfikas@toolsforhumanity.com>1 parent 59542cd commit ec4d638
2 files changed
Lines changed: 3 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
631 | 627 | | |
632 | 628 | | |
633 | 629 | | |
634 | 630 | | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
| 631 | + | |
| 632 | + | |
643 | 633 | | |
644 | 634 | | |
645 | 635 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments