forked from packit/hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.packit.yaml
41 lines (37 loc) · 857 Bytes
/
.packit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
packit_instances: ["prod", "stg"]
specfile_path: hello.spec
files_to_sync:
- .packit.yaml
- hello.spec
upstream_package_name: hello
downstream_package_name: hello
# actions:
# post-upstream-clone: "python3 setup.py sdist --dist-dir ."
# current_version_command: ["python3", "setup.py", "--version"]
# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64
- job: copr_build
trigger: release
targets:
- fedora-stable
- job: copr_build
trigger: commit
branch: main
targets:
- fedora-stable
- job: tests
trigger: pull_request
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64
- job: propose_downstream
trigger: release
packit_instances: ["stg"]
dist_git_branches:
- fedora-all