public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Look also into updates repository when resolving files
@ 2026-09-11 14:41 Tomas Popela
0 siblings, 0 replies; only message in thread
From: Tomas Popela @ 2026-09-11 14:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : bcb9976b292414568d7ee7f5cfef7b20a75f72c9
Author : Tomas Popela <tpopela@redhat.com>
Date : 2022-05-12T09:43:53+02:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/bcb9976b292414568d7ee7f5cfef7b20a75f72c9?branch=f45
Log:
Look also into updates repository when resolving files
---
diff --git a/tools/util.py b/tools/util.py
index 4f93a3b..1d4c6c6 100644
--- a/tools/util.py
+++ b/tools/util.py
@@ -20,6 +20,7 @@ XDG_CACHE_HOME = os.environ.get("XDG_CACHE_HOME") or os.path.expanduser("~/.cach
# This needs to be in sync with fedmod
REPOS = [
"f35--fedora",
+ "f35--updates",
]
# packages that are only available on specific architectures
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:41 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:41 [flatpaks/flatpak-runtime] f45: Look also into updates repository when resolving files Tomas Popela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox