public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Owen W. Taylor <otaylor@fishsoup.net>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Find the fedmod cache correctly for f29
Date: Fri, 11 Sep 2026 14:40:43 GMT [thread overview]
Message-ID: <178913764382.1.9745269263898928976.flatpaks-flatpak-runtime-247ed9692a5f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 247ed9692a5f72d0d7a3d41fb6b67214c9ff7744
Author : Owen W. Taylor <otaylor@fishsoup.net>
Date : 2020-03-20T21:51:58+01:00
Stats : +6/-7 in 2 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/247ed9692a5f72d0d7a3d41fb6b67214c9ff7744?branch=f45
Log:
Find the fedmod cache correctly for f29
---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 030269d..be014b5 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -96,6 +96,7 @@ data:
- filesystem
- findutils
- flac-libs
+ - flatpak-xdg-utils
- fontconfig
- fontpackages-filesystem
- freeglut
@@ -494,7 +495,6 @@ data:
- xcb-util-renderutil
- xcb-util-wm
- xdg-user-dirs
- - xdg-utils
- xkeyboard-config
- xorg-x11-server-utils
- xorg-x11-xauth
@@ -560,7 +560,6 @@ data:
- dejavu-sans-fonts
- dejavu-sans-mono-fonts
- dejavu-serif-fonts
- - desktop-file-utils
- diffutils
- e2fsprogs-libs
- libcom_err
@@ -568,7 +567,6 @@ data:
- elfutils-default-yama-scope
- elfutils-libelf
- elfutils-libs
- - emacs-filesystem
- eosrei-emojione-fonts
- expat
- fedora-release
@@ -580,6 +578,7 @@ data:
- filesystem
- findutils
- flac-libs
+ - flatpak-xdg-utils
- fontconfig
- fontpackages-filesystem
- freeglut
@@ -918,7 +917,6 @@ data:
- xcb-util-renderutil
- xcb-util-wm
- xdg-user-dirs
- - xdg-utils
- xkeyboard-config
- xorg-x11-server-utils
- xorg-x11-xauth
@@ -1095,6 +1093,7 @@ data:
- fipscheck-lib
- flac-devel
- flac-libs
+ - flatpak-xdg-utils
- flex
- fontconfig
- fontconfig-devel
@@ -1992,7 +1991,6 @@ data:
- xcb-util-wm
- xcb-util-wm-devel
- xdg-user-dirs
- - xdg-utils
- xkeyboard-config
- xkeyboard-config-devel
- xorg-x11-proto-devel
@@ -2163,6 +2161,7 @@ data:
- fipscheck-lib
- flac-devel
- flac-libs
+ - flatpak-xdg-utils
- flex
- fontconfig
- fontconfig-devel
@@ -2956,7 +2955,6 @@ data:
- xcb-util-wm
- xcb-util-wm-devel
- xdg-user-dirs
- - xdg-utils
- xkeyboard-config
- xkeyboard-config-devel
- xorg-x11-proto-devel
diff --git a/tools/util.py b/tools/util.py
index 91df779..a12a3b3 100644
--- a/tools/util.py
+++ b/tools/util.py
@@ -11,7 +11,8 @@ XDG_CACHE_HOME = os.environ.get("XDG_CACHE_HOME") or os.path.expanduser("~/.cach
# This needs to be in sync with fedmod
REPOS = [
- "f29-packages"
+ "f29--fedora",
+ "f29--updates"
]
_log_name = None
reply other threads:[~2026-09-11 14:40 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=178913764382.1.9745269263898928976.flatpaks-flatpak-runtime-247ed9692a5f@fedoraproject.org \
--to=otaylor@fishsoup.net \
--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