Week 9 (February 25th – March 3rd)
- (Fedora dist-git CI beta) You can now trigger scratch Koji builds from the dist-git PRs even when the PR is created from the branch on the same repository. (packit-service#2732)
actions
that might modify them during release syncing.
This adds support for use cases like regenerating the spec file, see rust2rpm example.
(packit#2521)GitLabProject.get_file_content()
can now correctly handle file paths starting with ./
. (ogr#844)ignore
for trigger
in jobs configuration that indicates not to execute the job at all.
This can be useful for templates or temporarily disabled jobs. (packit#2234)Usage
page in case of unsuccessful queries. (dashboard#378)/packit pull-from-upstream --with-pr-config --resolved-bugs rhbz#123
. (packit-service#2346)packit dist-git init
that initializes Packit configuration for release automation in dist-git repository. (packit#2225)require.label.present
and require.label.absent
. By configuring these you can specify labels that need to be present or absent on a pull request for Packit to react on such PR. (packit-service#2333)labels
property for PullRequest and Issue now return list of PRLabel and IssueLabel respectively. (ogr#839)packit validate-config
now checks whether the Upstream Release Monitoring for the package is correctly configured if pull_from_upstream
job is present in the configuration. (packit#2226)parse_time_macros
that allows to configure macros to be explicitly defined or undefined at spec file parse time. (packit#2222)