libzypp 17.37.17
repomanagerwf.cc File Reference
#include "repomanagerwf.h"
#include "zypp/parser/xml/Reader.h"
#include <zypp-core/ManagedFile.h>
#include <zypp-core/MirroredOrigin.h>
#include <zypp-core/zyppng/io/Process>
#include <zypp-core/zyppng/pipelines/MTry>
#include <zypp-core/zyppng/pipelines/Algorithm>
#include <zypp-media/MediaException>
#include <zypp-media/ng/Provide>
#include <zypp-media/ng/ProvideSpec>
#include <zypp/ExternalProgram.h>
#include <zypp/HistoryLog.h>
#include <zypp/base/Algorithm.h>
#include <zypp/ng/Context>
#include <zypp/ng/workflows/logichelpers.h>
#include <zypp/ng/workflows/contextfacade.h>
#include <zypp/ng/repo/workflows/repodownloaderwf.h>
#include <zypp/ng/repomanager.h>
#include <utility>
#include <fstream>
Include dependency graph for repomanagerwf.cc:

Go to the source code of this file.

Namespaces

namespace  zyppng
namespace  zyppng::RepoManagerWorkflow

Macros

#define ZYPP_BASE_LOGGER_LOGGROUP   "zypp::repomanager"

Functions

AsyncOpRef< expected< zypp::repo::RepoType > > zyppng::RepoManagerWorkflow::probeRepoType (ContextRef ctx, AsyncLazyMediaHandle medium, zypp::Pathname path, std::optional< zypp::Pathname > targetPath)
expected< zypp::repo::RepoTypezyppng::RepoManagerWorkflow::probeRepoType (SyncContextRef ctx, SyncLazyMediaHandle medium, zypp::Pathname path, std::optional< zypp::Pathname > targetPath)
AsyncOpRef< expected< zypp::repo::RepoType > > zyppng::RepoManagerWorkflow::probeRepoType (ContextRef ctx, RepoInfo repo, std::optional< zypp::Pathname > targetPath)
expected< zypp::repo::RepoTypezyppng::RepoManagerWorkflow::probeRepoType (SyncContextRef ctx, RepoInfo repo, std::optional< zypp::Pathname > targetPath)
AsyncOpRef< expected< std::list< RepoInfo > > > zyppng::RepoManagerWorkflow::readRepoFile (ContextRef ctx, zypp::Url repoFileUrl)
expected< std::list< RepoInfo > > zyppng::RepoManagerWorkflow::readRepoFile (SyncContextRef ctx, zypp::Url repoFileUrl)
AsyncOpRef< expected< repo::RefreshCheckStatus > > zyppng::RepoManagerWorkflow::checkIfToRefreshMetadata (repo::AsyncRefreshContextRef refCtx, LazyMediaHandle< Provide > medium, ProgressObserverRef progressObserver)
expected< repo::RefreshCheckStatuszyppng::RepoManagerWorkflow::checkIfToRefreshMetadata (repo::SyncRefreshContextRef refCtx, LazyMediaHandle< MediaSyncFacade > medium, ProgressObserverRef progressObserver)
AsyncOpRef< expected< repo::AsyncRefreshContextRef > > zyppng::RepoManagerWorkflow::refreshMetadata (repo::AsyncRefreshContextRef refCtx, LazyMediaHandle< Provide > medium, ProgressObserverRef progressObserver)
expected< repo::SyncRefreshContextRef > zyppng::RepoManagerWorkflow::refreshMetadata (repo::SyncRefreshContextRef refCtx, LazyMediaHandle< MediaSyncFacade > medium, ProgressObserverRef progressObserver)
AsyncOpRef< expected< repo::AsyncRefreshContextRef > > zyppng::RepoManagerWorkflow::refreshMetadata (repo::AsyncRefreshContextRef refCtx, ProgressObserverRef progressObserver)
expected< repo::SyncRefreshContextRef > zyppng::RepoManagerWorkflow::refreshMetadata (repo::SyncRefreshContextRef refCtx, ProgressObserverRef progressObserver)
AsyncOpRef< expected< repo::AsyncRefreshContextRef > > zyppng::RepoManagerWorkflow::buildCache (repo::AsyncRefreshContextRef refCtx, zypp::RepoManagerFlags::CacheBuildPolicy policy, ProgressObserverRef progressObserver)
expected< repo::SyncRefreshContextRef > zyppng::RepoManagerWorkflow::buildCache (repo::SyncRefreshContextRef refCtx, zypp::RepoManagerFlags::CacheBuildPolicy policy, ProgressObserverRef progressObserver)
AsyncOpRef< expected< RepoInfo > > zyppng::RepoManagerWorkflow::addRepository (AsyncRepoManagerRef mgr, RepoInfo info, ProgressObserverRef myProgress, const zypp::TriBool &forcedProbe)
expected< RepoInfozyppng::RepoManagerWorkflow::addRepository (SyncRepoManagerRef mgr, const RepoInfo &info, ProgressObserverRef myProgress, const zypp::TriBool &forcedProbe)
AsyncOpRef< expected< void > > zyppng::RepoManagerWorkflow::addRepositories (AsyncRepoManagerRef mgr, zypp::Url url, ProgressObserverRef myProgress)
expected< void > zyppng::RepoManagerWorkflow::addRepositories (SyncRepoManagerRef mgr, zypp::Url url, ProgressObserverRef myProgress)
AsyncOpRef< expected< void > > zyppng::RepoManagerWorkflow::refreshGeoIPData (ContextRef ctx, RepoInfo::url_set urls)
expected< void > zyppng::RepoManagerWorkflow::refreshGeoIPData (SyncContextRef ctx, RepoInfo::url_set urls)
AsyncOpRef< expected< void > > zyppng::RepoManagerWorkflow::refreshGeoIPData (ContextRef ctx, zypp::MirroredOriginSet origins)
expected< void > zyppng::RepoManagerWorkflow::refreshGeoIPData (SyncContextRef ctx, zypp::MirroredOriginSet origins)

Macro Definition Documentation

◆ ZYPP_BASE_LOGGER_LOGGROUP

#define ZYPP_BASE_LOGGER_LOGGROUP   "zypp::repomanager"

Definition at line 35 of file repomanagerwf.cc.