Skip to main content

47 posts tagged with "2024"

View All Tags

· One min read

Week 24 (June 11th – June 17th)

  • We have fixed a bug that caused inconsistency between the promised environment variables (from the docs) and the environment that has been actually provided. Now you should have access to PACKIT_UPSTREAM_REPO and PACKIT_DOWNSTREAM_REPO (in case of propose_downstream and pull_from_upstream jobs), in the post-upstream-clone action. (packit#2327)

· One min read

Week 19 (May 7th – May 13th)

  • Added a scan-in-osh subcommand in the CLI to perform a scan through OpenScanHub. By default it performs a full scan of the packages and a differential scan can be performed through --base-srpm option. (packit#2301)

· One min read

Week 18 (April 30th – May 6th)

  • Packit will now upload to lookaside cache sources that are not specified by URLs and are present in the dist-git repo during release sync. Additionally, all the actions ran during syncing release will provide the PACKIT_PROJECT_VERSION environment variable. (packit#2297)
  • We have introduced a new status_name_template option that allows you to configure status name for a Packit job. For further details have a look at our docs. This feature is still experimental and at the moment it is not possible to retry such jobs via GitHub Checks' re-run. (packit-service#2402)