12 #ifndef ZYPP_DOWNLOADMODE_H
13 #define ZYPP_DOWNLOADMODE_H
48 inline DownloadMode deserializeDownloadMode(
const std::string & str_r )
61 #endif // ZYPP_DOWNLOADMODE_H
Alternating download and install.
First download all packages to the local cache.
Similar to DownloadInAdvance, but try to split the transaction into heaps, where at the end of each h...
std::ostream & operator<<(std::ostream &str, const Exception &obj)
Just download all packages to the local cache.
libzypp will decide what to do.
bool deserialize(const std::string &str_r, DownloadMode &result_r)
DownloadMode
Supported commit download policies.