These high-level flow diagrams map out the current (pre-6.6.0) logic of simp-rake-helpers ISO builds, with annotations relevant to the two major build updates for 6.6.0: “slim” mirrors of modular DNF repos and JMG’s restructure to support multiple OSes.
...
The pkg:checksig task is executed by iso:build, just prior to pkg:repoclosure. It is not available as a public rake task.
...
Anchor | ||||
---|---|---|---|---|
|
pkg:repoclosure
The pkg:repoclosure task is executed by iso:build, just after pkg:checksig.
Warning |
---|
EL8 repoclosure CLI is missing args from EL7 repoclosure! |
...
Warning |
---|
EL8 repoclosure CLI is missing args from EL7 repoclosure! |
EL7 | EL8 | Notes |
---|---|---|
-c C, --config=CONFIG | -c C, --config=CONFIG | Undocumented in EL8 |
-n --newest | --newest | |
-t (--tempcache) | ❌ | |
-r R, --repoid=REPOID | --repo <repoid> | (Stalled) https://github.com/rpm-software-management/dnf-plugins-core/pull/255 |
-l L, --lookaside=LOOKASIDE | ❌ |
Info |
---|
PR to reintroduce --lookaside=LOOKASIDE (Stalled since 2018) |
...
m-blaha commented on Jul 31, 2018
@Conan-Kudo I was thinking about making it more consistent with the rest of dnf and (for me) more straightforward -
lookaside repos are specified explicitly (not implicitly as a difference of sets --repoid - --check
).
Using --repoid in other dnf commands means you want to work only with these specific repos. Here the actual work was done on --check repos.