File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ upstream_project_url : https://src.fedoraproject.org/rpms/llama-cpp
2
+
3
+ upstream_tag_template : b2901
4
+
5
+ sources :
6
+ - path : llama-cpp-b2916.tar.gz
7
+ url : https://github.com/ggerganov/llama.cpp/archive/refs/tags/b2619.tar.gz
8
+
9
+ jobs :
10
+ - job : pull_from_upstream
11
+ trigger : release
12
+ dist_git_branches :
13
+ - rawhide
14
+ - master
15
+ actions :
16
+ commit-message :
17
+ - bash -c 'echo "Update to ${PACKIT_PROJECT_VERSION}"'
18
+ - bash -c '[ -z "$PACKIT_RESOLVED_BUGS" ] || echo ${PACKIT_RESOLVED_BUGS} | tr " " "\n" | sed "s/^/- Resolves /"'
19
+ - bash -c 'echo "- Upstream tag - ${PACKIT_UPSTREAM_TAG}"'
20
+ - bash -c 'echo "- Upstream commit - ${PACKIT_UPSTREAM_COMMIT}"'
21
+ changelog-entry :
22
+ - bash -c 'git log --no-merges --pretty="format:- %s (%an)" $(git describe --tags --abbrev=0 ${PACKIT_PROJECT_UPSTREAM_TAG}^)..${PACKIT_PROJECT_UPSTREAM_TAG} --'
23
+ - bash -c '[ -z "$PACKIT_RESOLVED_BUGS" ] || echo ${PACKIT_RESOLVED_BUGS} | tr " " "\n" | sed "s/^/- Resolves /"'
24
+ # copy_upstream_release_description: true
25
+
26
+ - job : koji_build
27
+ trigger : commit
28
+ dist_git_branches :
29
+ - fedora-all
30
+
31
+ - job : bodhi_update
32
+ trigger : commit
33
+ dist_git_branches :
34
+ - fedora-branched
You can’t perform that action at this time.
0 commit comments