Skip to content

Commit

Permalink
show aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Jul 2, 2024
1 parent 4437bd3 commit bee18dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions repos/system_upgrade/common/configs/rhui.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ class RhuiLeappRhuiPkgRepo(Config):
Default: rhel-base
"""

all_rhui_cfg = (RhuiSrcPkg, RhuiTargetPkg, RhuiLeappRhuiPkg, RhuiLeappRhuiPkg)
# Usage: from configs import rhui
# class MyActor:
# [...]
# configs = all_rhui_cfg + (MyConfig,)

### We need to implement fields.Map before this can be enabled
'''
Expand Down

0 comments on commit bee18dd

Please sign in to comment.