Skip to content

Commit 429ce48

Browse files
committed
Setup Packit
Enable only pull_from_upstream.
1 parent 90f74c5 commit 429ce48

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.packit.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.

0 commit comments

Comments
 (0)