2022-06-14 16:46:41 +00:00
|
|
|
#!/usr/bin/env python3
|
|
|
|
|
|
|
|
import json
|
|
|
|
|
|
|
|
remove_these = [
|
|
|
|
'rhc',
|
2024-01-23 23:21:31 +00:00
|
|
|
'insights-client',
|
|
|
|
'redhat-cloud-client-configuration',
|
|
|
|
'lorax-templates-rhel'
|
2022-06-14 16:46:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
arches = [
|
|
|
|
'x86_64',
|
|
|
|
'aarch64',
|
|
|
|
'ppc64le',
|
|
|
|
's390x'
|
|
|
|
]
|