libzypp 17.38.3
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/ng/io/Process>
#include <zypp-core/ng/pipelines/MTry>
#include <zypp-core/ng/pipelines/Algorithm>
#include <zypp-media/MediaException>
#include <zypp/ng/media/Provide>
#include <zypp-media/ng/ProvideSpec>
#include <zypp-core/ExternalProgram.h>
#include <zypp/HistoryLog.h>
#include <zypp/base/Algorithm.h>
#include <zypp/ng/Context>
#include <zypp/ng/repo/workflows/repodownloaderwf.h>
#include <zypp/ng/repomanager.h>
#include <zypp/ZConfig.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

MaybeAwaitable< expected< zypp::repo::RepoType > > zyppng::RepoManagerWorkflow::probeRepoType (ContextRef ctx, Provide::LazyMediaHandle medium, zypp::Pathname path, std::optional< zypp::Pathname > targetPath)
MaybeAwaitable< expected< zypp::repo::RepoType > > zyppng::RepoManagerWorkflow::probeRepoType (ContextRef ctx, RepoInfo repo, std::optional< zypp::Pathname > targetPath)
MaybeAwaitable< expected< std::list< RepoInfo > > > zyppng::RepoManagerWorkflow::readRepoFile (ContextRef ctx, zypp::Url repoFileUrl)
MaybeAwaitable< expected< repo::RefreshCheckStatus > > zyppng::RepoManagerWorkflow::checkIfToRefreshMetadata (repo::RefreshContextRef refCtx, LazyMediaHandle< Provide > medium, ProgressObserverRef progressObserver)
MaybeAwaitable< expected< repo::RefreshContextRef > > zyppng::RepoManagerWorkflow::refreshMetadata (repo::RefreshContextRef refCtx, LazyMediaHandle< Provide > medium, ProgressObserverRef progressObserver)
MaybeAwaitable< expected< repo::RefreshContextRef > > zyppng::RepoManagerWorkflow::refreshMetadata (repo::RefreshContextRef refCtx, ProgressObserverRef progressObserver)
MaybeAwaitable< expected< repo::RefreshContextRef > > zyppng::RepoManagerWorkflow::buildCache (repo::RefreshContextRef refCtx, zypp::RepoManagerFlags::CacheBuildPolicy policy, ProgressObserverRef progressObserver)
MaybeAwaitable< expected< RepoInfo > > zyppng::RepoManagerWorkflow::addRepository (RepoManagerRef mgr, RepoInfo info, ProgressObserverRef myProgress, const zypp::TriBool &forcedProbe)
MaybeAwaitable< expected< void > > zyppng::RepoManagerWorkflow::addRepositories (RepoManagerRef mgr, zypp::Url url, ProgressObserverRef myProgress)
MaybeAwaitable< expected< void > > zyppng::RepoManagerWorkflow::refreshGeoIPData (ContextRef ctx, RepoInfo::url_set urls)
MaybeAwaitable< expected< void > > zyppng::RepoManagerWorkflow::refreshGeoIPData (ContextRef 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.