Skip to main content

7 posts tagged with "2026"

View All Tags

· One min read

Week 5 (January 27th – February 2nd)

  • The version_suffix configuration option is now supported in Packit. This option is meant for appending information to the Version field in RPM spec files. This is useful for post-release snapshots following RPM versioning conventions. The version_suffix behaves similarly to the already existing release_suffix and also supports expansion of environment variables. (packit#2664)
  • When approaching the Github API rate limit threshold, Packit-service now moves tasks to the newly implemented rate-limited queue intended for awaiting the reset of the rate limit. This should lead to a better UX for repositories that have been experiencing issues related to rate limits. (packit-service#2941)
  • Pull requests against the main branch are now supported in Fedora CI. (packit-service#2968)
  • Ogr now supports Forgejo issues, comments and comment reactions. (ogr#959)

· One min read

Week 4 (January 20th – January 26th)

  • Testing jobs running against dist-git PRs now have the dist-git-branch context pointing to the target branch of the PR. (packit-service#2935). On epel10.y dist-git PRs they now use the CentOS Stream 10 Testing Farm compose, same as epel10. (packit-service#2953)
  • Packit now supports the --package parameter, which can be used when retriggering jobs in monorepositories via comments. The parameter is intended to specify the package, for which to run specified jobs. (packit-service#2850)

· One min read

Week 3 (January 14th – January 20th)

  • For Fedora CI, we are now providing direct links to Koji/Testing Farm instead of our dashboard, when possible. (packit-service#2943)
  • Packit as Fedora CI now triggers ELN builds and test jobs on rawhide pull requests of onboarded ELN packages that don't have designated eln branch. (packit-service#2950)
  • We have fixed a race condition that was preventing completed Testing Farm tests from being reported by the Packit service on the dashboard and in pull requests. (packit-service#2952)

· One min read

Week 1 (January 1st – January 5th)

  • For retriggering tests with builds from another pull request, Packit now supports Github's automatically converted URL format (https://github.com/namespace/repo/pull/<pr_id>, e.g. /packit test https://github.com/namespace/repo/pull/<pr_id>) (packit-service#2923)