#include <action.hh>
Public Attributes | |
NamedValue < n::exclude_unmirrorable, bool > | exclude_unmirrorable |
NamedValue< n::fetch_unneeded, bool > | fetch_unneeded |
NamedValue < n::ignore_unfetched, bool > | ignore_unfetched |
NamedValue < n::make_output_manager, std::tr1::function < std::tr1::shared_ptr < OutputManager > const FetchAction &)> > | make_output_manager |
NamedValue< n::safe_resume, bool > | safe_resume |
NamedValue<n::exclude_unmirrorable, bool> paludis::FetchActionOptions::exclude_unmirrorable |
NamedValue<n::ignore_unfetched, bool> paludis::FetchActionOptions::ignore_unfetched |
Ignore any unfetched packages. Verify digests for anything that's already there, and if we know for sure manual fetching will be required, raise the appropriate error.
NamedValue<n::make_output_manager, std::tr1::function<std::tr1::shared_ptr<OutputManager> const FetchAction &)> > paludis::FetchActionOptions::make_output_manager |
This is a function to avoid chicken / egg problems when using Environment::create_output_manager.