pungi-rocky/reset-prepopulate.py

18 lines
260 B
Python

#!/usr/bin/env python3
import json
remove_these = [
'rhc',
'insights-client',
'redhat-cloud-client-configuration',
'lorax-templates-rhel'
]
arches = [
'x86_64',
'aarch64',
'ppc64le',
's390x'
]