public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-cachelib] f45: fix packit config
Date: Wed, 02 Sep 2026 14:32:21 GMT	[thread overview]
Message-ID: <178835954198.1.18321564439173134150.rpms-python-cachelib-bdc298f989e1@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-09-02 14:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178835954198.1.18321564439173134150.rpms-python-cachelib-bdc298f989e1@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox