| |
@@ -99,7 +99,7 @@
|
| |
]
|
| |
|
| |
buildinstall_skip = [
|
| |
- ("^(AppStream|PowerTools|CR|HighAvailability)$", {
|
| |
+ ("^(AppStream|PowerTools|CR|HighAvailability|RT)$", {
|
| |
"*": True
|
| |
}),
|
| |
]
|
| |
@@ -115,7 +115,7 @@
|
| |
create_optional_isos = False
|
| |
|
| |
createiso_skip = [
|
| |
- ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR)$', {
|
| |
+ ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR|RT)$', {
|
| |
'*': True,
|
| |
'src':True
|
| |
}),
|
| |
@@ -139,6 +139,8 @@
|
| |
('PowerTools', 'AppStream'),
|
| |
('HighAvailability', 'BaseOS'),
|
| |
('HighAvailability', 'AppStream'),
|
| |
+ ("RT", "BaseOS"),
|
| |
+ ("RT", "AppStream"),
|
| |
]
|
| |
|
| |
extra_files = [
|
| |
Add the pungi config. changes to create the RT variant in stream. This depends on the comps pull request:
https://git.centos.org/centos/comps/pull-request/6