-
Notifications
You must be signed in to change notification settings - Fork 1
/
.packit.yml
73 lines (58 loc) · 1.36 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
# Docs: https://packit.dev/docs/
upstream_project_url: git@github.com:dracut-ng/dracut-ng.git
## TODO: #####################
#files_to_sync:
#- src: .distro/
# dest: .
# delete: true
# filters:
# - protect .git*
# - protect sources
# - exclude source-git.yaml
# - exclude .gitignore
files_to_sync:
- .distro/dracut.spec
##############################
sources:
- path: dracut-ng-103.tar.gz
url: https://github.com/dracut-ng/dracut-ng/archive/refs/tags/103.tar.gz
specfile_path: .distro/dracut.spec
patch_generation_ignore_paths:
- .distro/
- .packit.yml
- .github/
- test/
patch_generation_patch_id_digits: 1
sync_changelog: true
# TODO: #
#upstream_ref: "103"
upstream_ref: 3fce598fb45aa5618cdf885eb48cf327104ffcb8
upstream_package_name: dracut
downstream_package_name: dracut
#actions:
# post-upstream-clone:
# Use the current specfile
# - "cp pkgbuild/dracut.spec ."
jobs:
#- 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:
- centos-stream-10-x86_64
- centos-stream-10-aarch64
# Run tests (via testing farm)
- job: tests
trigger: pull_request
targets:
- centos-stream-10-x86_64
- centos-stream-10-aarch64
## Create PR
#- job: propose_downstream
# trigger: release
# dist_git_branches:
# -