libzypp  17.38.7
susetags.cc File Reference
#include "susetags.h"
#include "zypp-core/base/Regex.h"
#include <zypp-core/ng/ui/ProgressObserver>
#include <zypp-media/ng/ProvideSpec>
#include <zypp/ng/Context>
#include <zypp/ZConfig.h>
#include <zypp-core/parser/ParseException>
#include <zypp/parser/susetags/ContentFileReader.h>
#include <zypp/parser/susetags/RepoIndex.h>
#include <zypp/ng/repo/workflows/repodownloaderwf.h>
#include <zypp/ng/workflows/checksumwf.h>
Include dependency graph for susetags.cc:

Go to the source code of this file.

Namespaces

 zyppng::SuseTagsWorkflows
 Download workflow namespace for SUSETags (YaST2) repositories Encapsulates all the knowledge of which files have to be downloaded to the local disk and how to calculate the repo status.
 

Macros

#define ZYPP_BASE_LOGGER_LOGGROUP   "zypp::repomanager"
 

Functions

MaybeAwaitable< expected< zypp::RepoStatus > > zyppng::SuseTagsWorkflows::repoStatus (repo::DownloadContextRef dl, ProvideMediaHandle mediaHandle)
 
MaybeAwaitable< expected< repo::DownloadContextRef > > zyppng::SuseTagsWorkflows::download (repo::DownloadContextRef dl, ProvideMediaHandle mediaHandle, ProgressObserverRef progressObserver)
 

Macro Definition Documentation

◆ ZYPP_BASE_LOGGER_LOGGROUP

#define ZYPP_BASE_LOGGER_LOGGROUP   "zypp::repomanager"

Definition at line 26 of file susetags.cc.

Variable Documentation

◆ _ctx

repo::DownloadContextRef _ctx

Definition at line 73 of file susetags.cc.

◆ _handle

MediaHandle _handle

Definition at line 74 of file susetags.cc.

◆ _repoindex

zypp::parser::susetags::RepoIndex_Ptr _repoindex
private

Definition at line 306 of file susetags.cc.

◆ _mediaHandle

MediaHandle _mediaHandle
private

Definition at line 307 of file susetags.cc.

◆ _progressObserver

ProgressObserverRef _progressObserver
private

Definition at line 308 of file susetags.cc.