| |
@@ -106,7 +106,7 @@
|
| |
]
|
| |
|
| |
buildinstall_skip = [
|
| |
- ("^(AppStream|PowerTools|CR|HighAvailability|RT)$", {
|
| |
+ ("^(AppStream|PowerTools|CR|HighAvailability|RT|ResilientStorage|NFV)$", {
|
| |
"*": True
|
| |
}),
|
| |
]
|
| |
@@ -122,7 +122,7 @@
|
| |
create_optional_isos = False
|
| |
|
| |
createiso_skip = [
|
| |
- ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR|RT)$', {
|
| |
+ ('^(BaseOS|AppStream|PowerTools|HighAvailability|CR|RT|ResilientStorage|NFV)$', {
|
| |
'*': True,
|
| |
'src':True
|
| |
}),
|
| |
Same thing for the buildinstall phases too.