public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/distgen] epel10.3: Drop script that only /me was using
@ 2026-09-14 12:38 Pavel Raiskup
0 siblings, 0 replies; only message in thread
From: Pavel Raiskup @ 2026-09-14 12:38 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-14 12:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 12:38 [rpms/distgen] epel10.3: Drop script that only /me was using Pavel Raiskup
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox