public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Pavel Raiskup <pavel@raiskup.cz>
To: git-commits@fedoraproject.org
Subject: [rpms/distgen] epel10.3: Drop script that only /me was using
Date: Mon, 14 Sep 2026 12:38:32 GMT [thread overview]
Message-ID: <178938951223.1.6966978699266477224.rpms-distgen-bd81276423f2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/distgen
Branch : epel10.3
Commit : bd81276423f2c249c8108760c3aaafddebab6cca
Author : Pavel Raiskup <pavel@raiskup.cz>
Date : 2025-12-29T11:32:56+01:00
Stats : +0/-33 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/distgen/c/bd81276423f2c249c8108760c3aaafddebab6cca?branch=epel10.3
Log:
Drop script that only /me was using
---
diff --git a/build-and-update-all-branches b/build-and-update-all-branches
deleted file mode 100755
index f1186ac..0000000
--- a/build-and-update-all-branches
+++ /dev/null
@@ -1,33 +0,0 @@
-#! /bin/sh
-
-# Prepare rawhide branch, review the list of branches below and then execute this
-# script.
-
-branches='rawhide f43 f42 f41'
-
-exit_handler ()
-{
- git checkout rawhide
-}
-
-trap exit_handler EXIT
-
-set -e
-set -x
-
-koji hello
-
-tasks=
-for branch in $branches; do
- if test $branch != rawhide; then
- git checkout "$branch"
- git merge rawhide
- fi
- git push
- tasks="${tasks}`fedpkg build --nowait | grep 'Created task' | cut -d: -f2`"
-done
-
-koji watch-task $tasks
-
-git checkout rawhide
-fedpkg update
reply other threads:[~2026-09-14 12:38 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=178938951223.1.6966978699266477224.rpms-distgen-bd81276423f2@fedoraproject.org \
--to=pavel@raiskup.cz \
--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