File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # We want to use the following Packit functions in the llvm package:
2+ # pull_from_upstream
3+
4+ # See the documentation for more information:
5+ # https://packit.dev/docs/configuration/
6+
7+ specfile_path : llvm.spec
8+
9+ # name in upstream package repository or registry (e.g. in PyPI)
10+ upstream_package_name : llvm
11+ upstream_tag_template : llvmorg-{version}
12+ # downstream (Fedora) RPM package name
13+ downstream_package_name : llvm
14+ prerelease_suffix_pattern : " ([.\\ -_]?)(a(lpha)?|b(eta)?|r?c|pre(view)?)([.\\ -_]?\\ d+)?"
15+ prerelease_suffix_macro : prerel
16+
17+ # Do not create README.packit.
18+ create_sync_note : false
19+
20+ jobs :
21+ - job : pull_from_upstream
22+ trigger : release
23+ dist_git_branches :
24+ # We try to keep fedora-latest in sync with fedora-rawhide with
25+ # fast-forward merges. For that reason, we only update fedora-rawhide.
26+ - fedora-rawhide
27+
28+ # We avoid to use koji_build and bodhi_update because llvm updates are
29+ # frequently provided via side-tags due to the impact to other packages.
You can’t perform that action at this time.
0 commit comments