libzypp 17.35.1
|
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 56 of file RpmPostTransCollector.cc.
|
inline |
Definition at line 58 of file RpmPostTransCollector.cc.
Pathname zypp::target::RpmPostTransCollector::Impl::Dumpfile::_dumpfile |
The file holding the collected dump_posttrans: lines.
Definition at line 62 of file RpmPostTransCollector.cc.
size_t zypp::target::RpmPostTransCollector::Impl::Dumpfile::_numscripts = 0 |
Number of scripts we collected (roughly estimated)
Definition at line 63 of file RpmPostTransCollector.cc.
Set to false if rpm lost –runposttrans support during transaction.
Definition at line 64 of file RpmPostTransCollector.cc.