Week 8 (February 20th – February 26th)
- Packit now checks the version to propose against the version in specfile and doesn't create downgrade PRs. (packit#2239)
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)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)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)/bodhi-updates
for getting information about Bodhi updates submitted by Packit. (packit-service#2310)/packit test
command, you can now also use -i
and --id
aliases for --identifier
option. (packit-service#2309)koji_build
and bodhi_update
jobs.
For both of them, the behaviour is the same as for pull_from_upstream
- the configuration is taken
from the default branch of the dist-git repository (usually rawhide
) and other branches are ignored.
(packit-service#2295)