pungi-rocky/reset-prepopulate.py

17 lines
227 B
Python
Raw Normal View History

2022-06-14 16:46:41 +00:00
#!/usr/bin/env python3
import json
remove_these = [
'rhc',
'insights-client'
2022-10-02 05:36:40 +00:00
'redhat-cloud-client-configuration'
2022-06-14 16:46:41 +00:00
]
arches = [
'x86_64',
'aarch64',
'ppc64le',
's390x'
]