forked from authselect/authselect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.packit.yaml
More file actions
37 lines (31 loc) · 919 Bytes
/
.packit.yaml
File metadata and controls
37 lines (31 loc) · 919 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
---
upstream_project_url: https://github.com/authselect/authselect
issue_repository: https://github.com/authselect/authselect
upstream_package_name: authselect
specfile_path: authselect.spec
actions:
post-upstream-clone:
- cp rpm/authselect.spec.in authselect.spec
- sed -i "s/@PACKAGE_VERSION@/99/g" authselect.spec
- sed -i "s/@RELEASE_NUMBER@%{?dist}/%autorelease/g" authselect.spec
jobs:
# Produce COPR builds on push
- job: copr_build
trigger: commit
targets:
- fedora-rawhide
# Produce COPR build on each pull request
- job: copr_build
trigger: pull_request
targets:
- fedora-rawhide
# Create Fedora pull request on release
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-rawhide
# Automatically build in Koji when PR is merged
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-rawhide