Skip to content

Commit 29cc511

Browse files
jpopelkacrobinso
authored andcommitted
Packit config file (.packit.yml)
[Packit](https://packit.dev) is a [Github App](https://github.com/marketplace/packit-as-a-service) which helps you integrate this project/package downstream (Fedora). Just add a config (i.e. merge this PR) and [install the Github App](https://packit.dev/packit-as-a-service) in this repo. There are two [jobs](https://packit.dev/docs/configuration/#supported-jobs) in the config file, which tell the service what to do: - `[copr_build]` anytime a PR is created/updated, Packit builds RPM packages in [copr](https://copr.fedorainfracloud.org) and lets you know whether everything's still ok - `[tests]` run tests in [Testing Farm](https://packit.dev/testing-farm), by default a simple installation test is performed For more job types or configuration options, see [documentation](https://packit.dev/docs/configuration/#supported-jobs).
1 parent 119be9d commit 29cc511

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.packit.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
upstream_project_url: https://github.com/python-bugzilla/python-bugzilla
3+
4+
jobs:
5+
- job: copr_build
6+
trigger: pull_request
7+
metadata:
8+
targets:
9+
- fedora-all
10+
- job: tests
11+
trigger: pull_request
12+
metadata:
13+
targets:
14+
- fedora-all

0 commit comments

Comments
 (0)