I hereby claim:
- I am thozza on github.
- I am thozza (https://keybase.io/thozza) on keybase.
- I have a public key ASB2rN-t73Ph_Gc4FIguOgflw0MNpp56qd1urphC5PiMGgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python3 | |
import os | |
import tempfile | |
import dnf | |
import pprint | |
REPOS = [ |
#!/usr/bin/python3 | |
import os | |
import tempfile | |
import dnf | |
import pprint | |
DEPSOLVE_REQ = { |
#!/usr/bin/bash | |
source /etc/os-release | |
# well known setup | |
systemctl disable --now osbuild-composer.socket | |
systemctl stop 'osbuild*.socket' 'osbuild*.service' | |
# ensure the latest osbuild-composer is installed | |
dnf install -y osbuild-composer composer-cli |