Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quay/claircore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f86dd3440c825c8122e30db2431c1cff5aa99aff
Choose a base ref
..
head repository: quay/claircore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18e98187fda0ccc91ccf3999b9d424672f302cdf
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 rpm/dnf.go
4 changes: 2 additions & 2 deletions rpm/dnf.go
Original file line number Diff line number Diff line change
@@ -16,10 +16,10 @@ import (

// BUG(hank) 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 [PROJQUAY-5214]
// outside of the Red Hat build system's builder's context. See [CLAIRDEV-45]
// for more information.
//
// [PROJQUAY-5214]: https://issues.redhat.com/browse/PROJQUAY-5214
// [CLAIRDEV-45]: https://issues.redhat.com/browse/CLAIRDEV-45

// RepoMap reports the latest nevra → repoid mapping, as extracted from the dnf
// or dnf5 database. If the layer is known to have nonsense repoids, nothing is