Service to make onboarding packages to Fedora easier.
Development is currently taking place in the service branch.
- Forgejo integration (create projects and react to push events)
- COPR builds
- Run
packit/tmtplans with Testing Farm on new packages - Reruns
- Status reporting
- Commit status
- see packit/validation
- OGR and Packit Service event tests
The setup is similar to Packit Service.
git clone https://github.com/mynk8/ogr
cd ogr
git checkout avant# Build inside a Fedora 36 environment (toolbox can be used here).
packit build locally
# Copy the built package into the Avant files directory.
cp ./noarch/python3-*.rpm ~/avant/files/python3-ogr.rpmdocker compose build
⚠️ Make sure you have the correct setup for secrets and theFORGEJO_TOKENenvironment variable configured indocker-compose.yml.
docker compose up