public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Find the fedmod cache correctly for f29
@ 2026-09-11 14:40 Owen W. Taylor
  0 siblings, 0 replies; only message in thread
From: Owen W. Taylor @ 2026-09-11 14:40 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 14:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:40 [flatpaks/flatpak-runtime] f45: Find the fedmod cache correctly for f29 Owen W. Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox