public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-cachelib] f45: fix packit config
@ 2026-09-02 14:32
0 siblings, 0 replies; only message in thread
From: @ 2026-09-02 14:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-cachelib
Branch : f45
Commit : bdc298f989e1c28e151d3bd761e26227371897ab
Author : Miroslav Suchý <msuchy@redhat.com>
Date : 2026-09-02T02:38:16+00:00
Stats : +14/-15 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-cachelib/c/bdc298f989e1c28e151d3bd761e26227371897ab?branch=f45
Log:
fix packit config
Previous version did not pass "packit validate".
The main reason was upstrea_tag_template. What is there is the default, so it can be safely removed
---
diff --git a/packit.yaml b/packit.yaml
index 9c6990d..312ea96 100644
--- a/packit.yaml
+++ b/packit.yaml
@@ -1,20 +1,19 @@
upstream_project_url: https://github.com/pallets-eco/cachelib
-upstream_tag_template: {version}
jobs:
- - job: pull_from_upstream
- trigger: release
- dist_git_branches:
- - fedora-rawhide
+- job: pull_from_upstream
+ trigger: release
+ dist_git_branches:
+ - fedora-rawhide
- - job: koji_build
- trigger: commit
- allowed_pr_authors: ["packit", "topazus"]
- allowed_committers: ["packit", "topazus"]
- dist_git_branches:
- - fedora-all
+- job: koji_build
+ trigger: commit
+ allowed_pr_authors: ["packit", "topazus"]
+ allowed_committers: ["packit", "topazus"]
+ dist_git_branches:
+ - fedora-all
- - job: bodhi_update
- trigger: commit
- dist_git_branches:
- - fedora-all
+- job: bodhi_update
+ trigger: commit
+ dist_git_branches:
+ - fedora-all
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-02 14:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02 14:32 [rpms/python-cachelib] f45: fix packit config
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox