-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.packit.yaml
More file actions
42 lines (38 loc) · 846 Bytes
/
.packit.yaml
File metadata and controls
42 lines (38 loc) · 846 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: python-simpleline.spec
upstream_package_name: simpleline
srpm_build_deps:
- make
actions:
create-archive:
- "make BUILD_ARGS=sdist archive"
- 'bash -c "cp dist/*.tar.gz ."'
- 'bash -c "ls *.tar.gz"'
jobs:
- job: propose_downstream
trigger: release
dist_git_branches: fedora-development
- job: tests
trigger: pull_request
targets:
- fedora-all
- job: copr_build
trigger: pull_request
targets:
- fedora-eln
- job: copr_build
trigger: commit
targets:
- fedora-rawhide
- fedora-eln
branch: master
owner: "@rhinstaller"
project: Anaconda
preserve_project: True
- job: copr_build
trigger: commit
targets:
- fedora-latest
branch: master
owner: "@rhinstaller"
project: Anaconda-devel
preserve_project: True