libzypp
13.10.6
|
Log important events like installation/deletion of packages and repositories. More...
Classes | |
class | zypp::HistoryLog |
Writing the zypp history fileReference counted signleton for writhing the zypp history file. More... | |
class | zypp::HistoryActionID |
Enumeration of known history actions. More... | |
class | zypp::HistoryLogData |
A zypp history log line split into fieldsEach valid history log line starts with a date and HistoryActionID field. More... | |
class | zypp::HistoryLogDataInstall |
A zypp history log line for an installed packaged. More... | |
class | zypp::HistoryLogDataRemove |
A zypp history log line for a removed packge. More... | |
class | zypp::HistoryLogDataRepoAdd |
A zypp history log line for an added repository. More... | |
class | zypp::HistoryLogDataRepoRemove |
A zypp history log line for a removed repository. More... | |
class | zypp::HistoryLogDataRepoAliasChange |
A zypp history log line for a repo alias change. More... | |
class | zypp::HistoryLogDataRepoUrlChange |
A zypp history log line for a repo url change. More... | |
class | zypp::parser::HistoryLogReader |
Zypp history file parserReads a zypp history log file and calls the ProcessData callback passed in the constructor for each valid history line read. More... | |
Log important events like installation/deletion of packages and repositories.
The default location is /var/log/zypp/history
. This can be changed via history.logfile
key in /etc/zypp/zypp
.conf.
A package has been installed.
"install"
) A package has been removed.
"remove"
) A repository has been added.
"radd"
) A repository has been removed.
"rremove"
) A repository alias has changed.
"ralias"
) The primary URL of a repository has changed.
"rurl"
)