Skip to main content

6 posts tagged with "March"

View All Tags

· One min read

Week 13 (March 25th – March 31st)

  • We have fixed an issue that could cause subsequent runs of propose_downstream/pull_from_upstream to fail if upstream git repo contains submodules that are manipulated with in actions. (packit-service#2768)
  • Packit now supports --base-nvr option when submitting scans to OpenScanHub. The base NVR is pulled in from Koji to perform a differential scan. (packit#2569)
  • Packit CLI now submits Koji builds in parallel. (packit#2568)

· One min read

Week 11 (March 11th – March 17th)

  • It is now possible to set use_target_repo_for_fmf_url configuration flag to bypass the default passing of fork URLs for test requests. (packit-service#2752)
  • Packit as Fedora CI no longer overwrites Koji scratch build statuses on a PR when the same commit is shared between different target branches. (packit-service#2747)
  • New aliases for minor versions of EPEL have been added, see the documentation for more details. (fedora-distro-aliases#27)

· One min read

Week 13 (March 27th – April 2nd)

  • The default behaviour of changelog entry generation has been changed to comply with Fedora Packaging Guidelines (see the relevant Fedora Packaging Committee discussion). From now on, the default changelog entry is "- Update to version \<version>". Users can still affect this behaviour using custom commands in the changelog-entry action or with the copy_upstream_release_description configuration option. (packit#2253)

  • "[packit]" prefix has been removed from default dist-git commit message titles in order to prevent unnecessary noise in autogenerated changelog. Users can override this using the commit-message action. (packit#2263)

· One min read

Week 12 (March 19th – March 25th)

  • Packit no longer shows status checks for not yet triggered manual tests. (packit-service#2375)
  • packit validate-config now checks whether upstream_project_url is set if pull_from_upstream job is configured. (packit#2254)
  • We have fixed an issue in %prep section processing. For instance, if the %patches macro appeared there, it would have been converted to %patch es, causing failure when executing %prep later. (specfile#356)