Week 15 (April 9th – April 15th)
- We have planned the work for the next quarter, curious about what will come next? You can find it here.
copr_build
jobs sharing a Copr project but having different targets were running at the same time. (packit#2274)manual_trigger: True
. (packit-service#2389)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)
packit validate-config
now checks whether upstream_project_url
is set if pull_from_upstream
job is configured.
(packit#2254)%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)packit
). (packit-service#2364)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)