Documentation
¶
Overview ¶
Package dnf interfaces with dnf 4 and 5 history databases to extract repoid information.
This package tries to use "repoid" when referring to a dnf repository's ID, to help distinguish it from a claircore.Repository ID.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PackageSeq ¶
PackageSeq is an alias for the Package iterator type.
func Wrap ¶
func Wrap(ctx context.Context, sys fs.FS, seq PackageSeq) (PackageSeq, error)
Wrap closes over the passed fs.FS and PackageSeq and returns a PackageSeq that annotates the [claircore.Package]s with the dnf repoid.
Notes ¶
Bugs ¶
The dnf mapping is less useful than it could be because there's no reliable way to turn the "repoid" that it reports into something with meaning outside of the Red Hat build system's builder's context. See CLAIRDEV-45 for more information.
Click to show internal directories.
Click to hide internal directories.