#22 Modules as a module component type
Closed: Fixed Opened by psabata.

Currently there's no way to truly include modules within another module, only express dependency on them. We need both of these mechanisms because

  • we need to build stacks such as the Generational Core (inclusion) and
  • we need to build non-container application modules against the Generational Core (dependency)

Modules should be another component type, just like RPMs. They should reference dist-git hashes, too, and they should support component build order as well.


Implemented in 9869c5e183e6b1d0c10be190ca20cde39e6856af.

@psabata changed the status to Closed

Metadata