-
Notifications
You must be signed in to change notification settings - Fork 334
Expand file tree
/
Copy path.packit.yaml
More file actions
70 lines (66 loc) · 1.43 KB
/
Copy path.packit.yaml
File metadata and controls
70 lines (66 loc) · 1.43 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
actions:
create-archive:
- git update-ref refs/heads/packit-build HEAD
- >-
bash -c './maint/release.pl
--git-repo "$PWD"
--branch packit-build
--version "$PACKIT_PROJECT_VERSION"'
- bash -c 'echo "${PACKIT_PROJECT_NAME_VERSION}.tar.gz"'
specfile_path: packaging/rpm/mpich.spec
upstream_package_name: mpich
downstream_package_name: mpich
upstream_tag_template: "v{version}"
srpm_build_deps:
- autoconf
- automake
- gcc
- git
- libtool
- make
- perl
- python3
- rubygem-asciidoctor
files_to_sync:
- src: packaging/rpm/
dest: ./
delete: true
filters:
- "protect .git*"
- "protect sources"
- "protect changelog"
- .packit.yaml
targets:
- fedora-latest-x86_64
- fedora-latest-aarch64
- fedora-latest-ppc64le
- fedora-latest-s390x
- fedora-development-x86_64
- fedora-development-aarch64
- fedora-development-ppc64le
- fedora-development-s390x
jobs:
- &copr_build
job: copr_build
trigger: release
owner: growl
project: release
- <<: *copr_build
trigger: commit
branch: main
project: devpkgs
- job: copr_build
trigger: pull_request
manual_trigger: true
# - job: propose_downstream
# trigger: release
# dist_git_branches:
# - main
# - job: koji_build
# trigger: commit
# dist_git_branches:
# - fedora-all
# - job: bodhi_update
# trigger: commit
# dist_git_branches:
# - fedora-branched