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: f29 is no longer rawhide
Date: Fri, 11 Sep 2026 14:40:26 GMT [thread overview]
Message-ID: <178913762651.1.4163744353361574654.flatpaks-flatpak-runtime-17de28623e8c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 17de28623e8c1eb969b478070df6bdd8648c3942
Author : Owen W. Taylor <otaylor@fishsoup.net>
Date : 2020-03-20T21:51:58+01:00
Stats : +5/-5 in 3 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/17de28623e8c1eb969b478070df6bdd8648c3942?branch=f45
Log:
f29 is no longer rawhide
---
diff --git a/tools/generate-app-reports.py b/tools/generate-app-reports.py
index e4075f1..a26d342 100755
--- a/tools/generate-app-reports.py
+++ b/tools/generate-app-reports.py
@@ -245,7 +245,7 @@ top_packaged_apps = sorted(packaged_apps, key=lambda a: a.package)
top_packaged_apps.sort(key=lambda a: -(a.star_total or 0))
top_packaged_apps = top_packaged_apps[0:100]
-info_json = subprocess.check_output(['fedmod', '--dataset=rawhide', 'flatpak-report'] + [a.package for a in packaged_apps])
+info_json = subprocess.check_output(['fedmod', '--dataset=f29', 'flatpak-report'] + [a.package for a in packaged_apps])
info = json.loads(info_json)
for a in packaged_apps:
a.extra_packages = info['flatpaks'][a.package]['extra']
@@ -258,7 +258,7 @@ for p, i in info['packages'].items():
else:
extra_packages[p] = { 'all': i['used_by']}
-top_info_json = subprocess.check_output(['fedmod', '--dataset=rawhide', 'flatpak-report'] + [a.package for a in top_packaged_apps])
+top_info_json = subprocess.check_output(['fedmod', '--dataset=f29', 'flatpak-report'] + [a.package for a in top_packaged_apps])
top_info = json.loads(top_info_json)
for p, i in top_info['packages'].items():
diff --git a/tools/generate-runtime-report.py b/tools/generate-runtime-report.py
index 1b4b161..53df72c 100755
--- a/tools/generate-runtime-report.py
+++ b/tools/generate-runtime-report.py
@@ -19,7 +19,7 @@ def warn(msg):
print("{}: \033[31m{}\033[39m".format(os.path.basename(sys.argv[0]), msg), file=sys.stderr)
def fedmod_output(args):
- return subprocess.check_output(['fedmod', '--dataset=rawhide'] + args, encoding='utf-8')
+ return subprocess.check_output(['fedmod', '--dataset=f29'] + args, encoding='utf-8')
_nvr_to_name_re = re.compile('^(.*)-[^-]*-[^-]*')
def nvr_to_name(nvr):
diff --git a/tools/util.py b/tools/util.py
index 3ca6a02..324055e 100644
--- a/tools/util.py
+++ b/tools/util.py
@@ -11,7 +11,7 @@ XDG_CACHE_HOME = os.environ.get("XDG_CACHE_HOME") or os.path.expanduser("~/.cach
# This needs to be in sync with fedmod
REPOS = [
- "rawhide-packages"
+ "f29-packages"
]
_log_name = None
@@ -127,7 +127,7 @@ def get_repo_cacheable(name, generate):
with open(repomd_path, 'rb') as f:
repomd_contents = f.read()
except (OSError, IOError):
- print("Cannot read {}, try 'fedmod --dataset=rawhide fetch-metadata'".format(repomd_path), file=sys.stderr)
+ print("Cannot read {}, try 'fedmod --dataset=f29 fetch-metadata'".format(repomd_path), file=sys.stderr)
sys.exit(1)
repo_info[repo] = (repo_dir, repomd_contents)
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=178913762651.1.4163744353361574654.flatpaks-flatpak-runtime-17de28623e8c@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