README.md

This repo can be controlled with packit.

You'll need a packit.yaml file created.

$ cat <<EOF > ~/.config/packit.yaml
debug: false
dry_run: false
authentication:
    github.com:
        token: XXX
    pagure:
        token: XXX
        instance_url: "https://src.fedoraproject.org"
EOF

The tokens come from:

Then from this repo you can open a PR with:

$ packit propose-update

You can kick off a build with:

$ packit build

Then sync to other branches and fedpkg build those too.