#43 module definition: clarify behaviour of 'filter'
Merged 5 years ago by asamalik. Opened 5 years ago by ftweedal.
fedora-docs/ ftweedal/modularity module-def-clarify-filter-decl  into  master

@@ -357,6 +357,8 @@ 

  

  One source RPM package might produce multiple binary RPM packages. If you don't want to include some binary packages, list them under `filter`.

  

+ Filtered RPMs are still available to use as build dependencies in subsequent stages of the module build, but are not included in the module itself.

+ 

  [source,yaml]

  ----

      filter:

Add some text to the documentation of the module 'filter'
declaration to explain that filtered packages are available to use
as build dependencies in later stages of the module build.

Pull-Request has been merged by asamalik

5 years ago
Metadata