#5 Enable Packit
Merged 2 months ago by salimma. Opened 2 months ago by salimma.
rpms/ salimma/python-selenium add-packit  into  rawhide

file added
+19
@@ -0,0 +1,19 @@ 

+ # See the documentation for more information:

+ # https://packit.dev/docs/configuration/

+ 

+ upstream_project_url: https://github.com/SeleniumHQ/selenium

+ upstream_tag_template: selenium-{version}

+ copy_upstream_release_description: false

+ 

+ jobs:

+ - job: pull_from_upstream

+   trigger: release

+   dist_git_branches:

+     - fedora-rawhide

+ 

+ - job: koji_build

+   trigger: commit

+   allowed_committers: ['packit']

+   dist_git_branches:

+     - fedora-rawhide

+ 

/packit pull-from-upstream --with-pr-config

The task was accepted. You can check the recent runs of pull from upstream jobs in Packit dashboard


:exclamation: Changed default for the changelog entry generated by Packit

We would like to bring to your attention a recent update regarding the default changelog entry generated by Packit during release syncing. Going forward, the default changelog entry will be generated as follows:

- Update to version {version}

followed by a Bugzilla reference if thereis an open bug about a new upstream release.
This aligns with the Fedora Packaging Guidelines and has been agreed upon in this discussion. If you prefer a different behaviour, you can override this default in your configuration, e.g. by using custom command(s) in changelog-entry action (see example).

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/d48d9c232d1241249c899ca19b9ea5ba

Pull-Request has been merged by salimma

2 months ago
Metadata