]> git.ipfire.org Git - thirdparty/dracut.git/blame - .packit.yml
fix(base): suppress calls to getarg in build phase
[thirdparty/dracut.git] / .packit.yml
CommitLineData
1edf54e2
JG
1# This file is part of dracut.
2# SPDX-License-Identifier: GPL-2.0-or-later
3
4# The name of the upstream package
5upstream_package_name: dracut
6
e6e78b14 7# The upstream tag versioning scheme
1edf54e2
JG
8upstream_tag_template: "{version}"
9
10# The URL of the upstream project
11upstream_project_url: https://github.com/dracutdevs/dracut
12
13# Relative path to a spec file within the upstream repository
06206772 14specfile_path: pkgbuild/dracut.spec
1edf54e2
JG
15
16# Name of the downstream package
17downstream_package_name: dracut
18
19# The URL of the downstream project
20dist_git_base_url: https://src.fedoraproject.org/
21
22# Sync file(s) from upstream repo to dist-git
23synced_files:
24 # The dracut spec file is maintained upstream so we sync it downstream.
25 - dracut.spec
26 # We sync the packit file downstream be able to optionally use the sync-from-downstream command
27 - .packit.yaml
28
29# We want new releases to be automatically built on rawhide and have few jobs
30# on copr.
31create_pr: false
32jobs:
33- job: propose_downstream
34 trigger: release
35 metadata:
36 dist_git_branches: master
37
38- job: tests
39 trigger: pull_request
40 metadata:
41 targets:
42 - fedora-rawhide
43
44- job: copr_build
45 trigger: pull_request
46 metadata:
47 targets:
01126a20 48 - fedora-development
1edf54e2
JG
49
50- job: copr_build
51 trigger: commit
52 metadata:
53 targets:
01126a20
JG
54 - fedora-all
55 - fedora-development