pungi-rocky/reset-prepopulate.py

16 lines
183 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'
]
arches = [
'x86_64',
'aarch64',
'ppc64le',
's390x'
]