|
libzypp
14.29.1
|
Check for package file conflicts in commit (after download) More...
#include <ZYppCallbacks.h>

Public Member Functions | |
| virtual bool | start (const ProgressData &progress_r) |
| virtual bool | progress (const ProgressData &progress_r, const sat::Queue &noFilelist_r) |
| virtual bool | result (const ProgressData &progress_r, const sat::Queue &noFilelist_r, const sat::FileConflicts &conflicts_r) |
Public Member Functions inherited from zypp::callback::ReportBase | |
| virtual | ~ReportBase () |
Check for package file conflicts in commit (after download)
File conflict check requires that all packages are downloaded and now available in the cache (need to access the filelists). Missing packages are omitted from check and their number is reported in noFilelist_r. This usually happens if download mode 'as-needed' is used.
Definition at line 470 of file ZYppCallbacks.h.
|
inlinevirtual |
| progress_r | Progress counter for packages to check. |
true to continue, false upon user abort request. Definition at line 476 of file ZYppCallbacks.h.
|
inlinevirtual |
| progress_r | Progress counter for packages to check. |
| noFilelist_r | Queue of so far skipped solvables (no filelist/not yet downloaded). |
true to continue, false upon user abort request. Definition at line 484 of file ZYppCallbacks.h.
|
inlinevirtual |
| progress_r | Progress counter for packages to check. |
| noFilelist_r | Queue of skipped solvables (no filelist/not yet downloaded). |
| conflicts_r | File conflits queue. |
true to continue, false upon user abort request. Definition at line 493 of file ZYppCallbacks.h.