-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.packit.yaml
More file actions
42 lines (35 loc) · 1014 Bytes
/
.packit.yaml
File metadata and controls
42 lines (35 loc) · 1014 Bytes
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
42
---
specfile_path: ../distro/stratis-cli.spec
merge_pr_in_ci: false
update_release: false
downstream_package_name: stratis-cli
actions:
post-upstream-clone:
- "git clone https://github.com/stratis-storage/ci --depth=1 ../distro"
- "mv ../distro/mockbuild_test/stratis-cli.spec ../distro/stratis-cli.spec"
create-archive:
- "sh -c 'python3 ../distro/release_management/create_artifacts.py ../distro/ --pre-release --specfile-path=../distro/stratis-cli.spec stratis-cli'"
fix-spec-file:
- "echo 'skipping automatic fix-spec-file actions'"
get-current-version:
- "python3 setup.py --version"
srpm_build_deps:
- python3-pip
- git
- python3-semantic_version
jobs:
- job: copr_build
trigger: pull_request
identifier: copr_pull
manual_trigger: true
targets:
- fedora-all
- job: copr_build
trigger: commit
identifier: copr_commit
preserve_project: true
targets:
- fedora-all
notifications:
pull_request:
successful_build: true