pungi-rocky/reset-prepopulate.py

17 lines
227 B
Python

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