Tomas improved the performance of sandcastle, all the user-defined actions now run in one sandbox.
This should also speed up the SRPM builds. (packit#1129)
You can view the results of jobs directly in our dashboard, kudos to Anchit. (dashboard#73)
Jirka worked on setting up GitHub Workflows across all of the Packit
repositories to build the container images for Packit Service and push them
to Quay.io.
Tomáš fixed a bug in the linearization mechanism used when generating patch
files from a series of Git commits. (packit#1144)
Hunor implemented a way for packit to detect if patch-files generated from
Git are identical with the ones already in dist-git. This should help
avoiding superfluous changes done by propose-downstream. (packit#1133)
Jirka increased the delay (to 3 minutes in total) for Packit Service when
retrying downloading the sources during a propose-downstream job. This
should give more time for the sources to become available after a release is
created. (packit-service#1019)
Matěj fixed an ugly bug which caused Packit Service not to react to
installation events. (packit-service#1018)
Franta improved database schema. It will help us match builds and tests together more easily and solve some UX problems.
(packit-service#954)
packit init CLI command has been updated to
place downstream packaging files in a subdirectory .distro instead of fedora.
(packit#1165)
enable using Stream 9 dist-git as a source.
(packit#1177)
Laura reworked how specfiles are being synced from downstream dist-git repositories and we are running a PoC for packit’s projects to test the new approach.
(packit-service#1023)