public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Popela <tpopela@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Look also into updates repository when resolving files
Date: Fri, 11 Sep 2026 14:41:57 GMT [thread overview]
Message-ID: <178913771703.1.4144814192618059684.flatpaks-flatpak-runtime-bcb9976b2924@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-11 14:41 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=178913771703.1.4144814192618059684.flatpaks-flatpak-runtime-bcb9976b2924@fedoraproject.org \
--to=tpopela@redhat.com \
--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