Skip to main content

12 posts tagged with "January"

View All Tags

· 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)

· One min read

Weeks 3–4 (January 14th – January 27th)

danger

This is also a breaking release that includes changes from the Packit 1.0.0, we have opened PRs that should help you with migration if you are affected.

For more details please see the following blog post.

  • Added support for detached (open)SUSE style changelogs (specfile#444, contributed by Dan Čermák)

· One min read

Week 4 (January 23rd – January 29th)

  • pull-from-upstream and propose-downstream commands now have the --sync-acls option that enables syncing the ACLs between dits-git repo and fork. The default behaviour was, however, changed to not sync the ACLs. (packit#2214)
  • Packit now properly handles exceptions when syncing ACLs during release syncing. (packit#2213)
  • allowed_pr_authors and allowed_committers now allow specifying groups and also aliases all_admins and all_committers (corresponding to the access to the repository). (packit-service#2320)
  • ogr now supports 2 new methods for Pagure: one for getting users with specified access rights and one for getting members of a group. (ogr#834)

· One min read

Week 3 (January 16th – January 22nd)

  • Packit now properly handles exceptions when syncing ACLs during release syncing. (packit#2213)
  • We have fixed a bug in handling chroot-specific configuration once the chroots themselves are updated. (packit#2194)
  • We have increased the number of retries of Fedora release syncing for situations where the tarball is uploaded some time after the release happens. (packit-service#2307)
  • There is a new API endpoint /bodhi-updates for getting information about Bodhi updates submitted by Packit. (packit-service#2310)
  • For /packit test command, you can now also use -i and --id aliases for --identifier option. (packit-service#2309)