public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Pavel Raiskup <praiskup@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/distgen] epel10: Hit 'fedpkt-update' only in one branch
Date: Mon, 14 Sep 2026 11:57:37 GMT	[thread overview]
Message-ID: <178938705782.1.1995366739912427304.rpms-distgen-73683e42571a@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/distgen
            Branch : epel10
            Commit : 73683e42571a23a052379de12249957bf338f386
            Author : Pavel Raiskup <praiskup@redhat.com>
            Date   : 2022-01-26T14:04:32+01:00
            Stats  : +3/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/distgen/c/73683e42571a23a052379de12249957bf338f386?branch=epel10

            Log:
            Hit 'fedpkt-update' only in one branch

We can specify multiple NVRs in one fedpkg update template.

---
diff --git a/build-and-update-all-branches b/build-and-update-all-branches
index 0ab7c57..c1246f3 100755
--- a/build-and-update-all-branches
+++ b/build-and-update-all-branches
@@ -3,7 +3,7 @@
 # Prepare rawhide branch, review the list of branches below and then execute this
 # script.
 
-branches='rawhide epel8 epel7 f33 f34'
+branches='rawhide epel8 epel7 f34 f35'
 
 exit_handler ()
 {
@@ -29,8 +29,5 @@ done
 
 koji watch-task $tasks
 
-for branch in $branches; do
-    test $branch != rawhide || continue
-    git checkout $branch
-    fedpkg update
-done
+git checkout rawhide
+fedpkg update

                 reply	other threads:[~2026-09-14 11:57 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=178938705782.1.1995366739912427304.rpms-distgen-73683e42571a@fedoraproject.org \
    --to=praiskup@redhat.com \
    --cc=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