libzypp
14.48.5
|
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) |
![]() | |
virtual | ~ReportBase () |
Additional Inherited Members | |
![]() | |
typedef callback::UserData | UserData |
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 502 of file ZYppCallbacks.h.
|
inlinevirtual |
progress_r | Progress counter for packages to check. |
true
to continue, false
upon user abort request. Definition at line 508 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 516 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 525 of file ZYppCallbacks.h.