pungi-rocky/reset-prepopulate.py
2022-06-14 09:46:41 -07:00

16 lines
183 B
Python

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