-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.packit.yml
77 lines (62 loc) · 1.42 KB
/
.packit.yml
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
71
72
73
74
75
76
77
# Docs: https://packit.dev/docs/
upstream_project_url: [email protected]:dracut-ng/dracut-ng.git
## TODO: #####################
# unify - the only difference
#files_to_sync:
#- src: .distro/
# dest: .
# delete: true
# filters:
# - protect .git*
# - protect sources
# - exclude source-git.yaml
# - exclude .gitignore
# - exclude *.sh
files_to_sync:
- .distro/dracut.spec
##############################
sources:
- path: dracut-ng-105.tar.gz
url: https://github.com/dracut-ng/dracut-ng/archive/refs/tags/105.tar.gz
specfile_path: .distro/dracut.spec
patch_generation_ignore_paths:
- .distro/
- .packit.yml
- .github/
- .editorconfig
- test/
patch_generation_patch_id_digits: 1
sync_changelog: true
# TODO: #
#upstream_ref: "105"
upstream_ref: a2669c447bd5e0406f55efcc8c9c58be89458b08
upstream_package_name: dracut
downstream_package_name: dracut
#actions:
# post-upstream-clone:
# Use the current specfile
# - "cp pkgbuild/dracut.spec ."
jobs:
# Build test
- job: upstream_koji_build
trigger: pull_request
scratch: true
targets:
- fedora-rawhide-x86_64
- fedora-eln-x86_64
- job: copr_build
trigger: pull_request
targets:
- fedora-rawhide-x86_64
- fedora-eln-x86_64
# Run tests (via testing farm)
- job: tests
trigger: pull_request
targets:
- fedora-rawhide-x86_64
# - fedora-eln-x86_64
## Create fedora PR
#- job: propose_downstream
# trigger: release
# dist_git_branches:
# - rawhide