-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackit.yaml
More file actions
31 lines (30 loc) · 703 Bytes
/
packit.yaml
File metadata and controls
31 lines (30 loc) · 703 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
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: rust-ticky.spec
files_to_sync:
- rust-ticky.spec
- packit.yaml
upstream_package_name: ticky
upstream_project_url: https://github.com/Dirout/ticky
copy_upstream_release_description: true
issue_repository: https://github.com/Dirout/ticky
downstream_package_name: rust-ticky
srpm_build_deps:
- gcc
- rust
- cargo
- rust-packaging
jobs:
- job: copr_build
trigger: commit
branch: master
targets:
- fedora-all
- job: tests
trigger: pull_request
targets:
- fedora-all
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-all