libzypp 17.31.23
|
Data regarding the dumpfile used if rpm --runposttrans
is supported.
More...
Public Member Functions | |
Dumpfile (Pathname dumpfile_r) | |
Public Attributes | |
Pathname | _dumpfile |
The file holding the collected dump_posttrans: lines. | |
size_t | _numscripts = 0 |
Number of scripts we collected (roughly estimated) | |
bool | _runposttrans = true |
Set to false if rpm lost –runposttrans support during transaction. | |
Data regarding the dumpfile used if rpm --runposttrans
is supported.
Definition at line 55 of file RpmPostTransCollector.cc.
|
inline |
Definition at line 57 of file RpmPostTransCollector.cc.
Pathname zypp::target::RpmPostTransCollector::Impl::Dumpfile::_dumpfile |
The file holding the collected dump_posttrans: lines.
Definition at line 61 of file RpmPostTransCollector.cc.
size_t zypp::target::RpmPostTransCollector::Impl::Dumpfile::_numscripts = 0 |
Number of scripts we collected (roughly estimated)
Definition at line 62 of file RpmPostTransCollector.cc.
bool zypp::target::RpmPostTransCollector::Impl::Dumpfile::_runposttrans = true |
Set to false if rpm lost –runposttrans support during transaction.
Definition at line 63 of file RpmPostTransCollector.cc.