public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Build for Fedora 41
Date: Fri, 11 Sep 2026 14:43:04 GMT [thread overview]
Message-ID: <178913778461.1.463059213851729474.flatpaks-flatpak-runtime-089ab9cf1bc9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 089ab9cf1bc9e063e3af9bc991e6c76474f988ef
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-03-02T21:12:38-05:00
Stats : +2/-2 in 2 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/089ab9cf1bc9e063e3af9bc991e6c76474f988ef?branch=f45
Log:
Build for Fedora 41
---
diff --git a/tools/download-fedora-appstream.sh b/tools/download-fedora-appstream.sh
index 11923a6..1093b62 100755
--- a/tools/download-fedora-appstream.sh
+++ b/tools/download-fedora-appstream.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
-nvr=$(koji list-tagged --quiet --inherit --latest f40-build appstream-data|awk '{print $1}')
+nvr=$(koji list-tagged --quiet --inherit --latest f41-build appstream-data|awk '{print $1}')
path=$(koji buildinfo $nvr | grep noarch.rpm | sed 's/\t.*$//')
url=$(echo $path | sed s@/mnt/koji/packages/@https://kojipkgs.fedoraproject.org/packages/@)
diff --git a/tools/util.py b/tools/util.py
index 0f9151d..26e31aa 100644
--- a/tools/util.py
+++ b/tools/util.py
@@ -11,7 +11,7 @@ import xml.etree.ElementTree as ET
import xml.sax
import zstandard
-RELEASE = 'f40'
+RELEASE = 'f41'
ID_PREFIX = 'org.fedoraproject'
TAG = f'{RELEASE}-flatpak-runtime-packages'
TAG_ARG = f'--tag={TAG}'
reply other threads:[~2026-09-11 14:43 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=178913778461.1.463059213851729474.flatpaks-flatpak-runtime-089ab9cf1bc9@fedoraproject.org \
--to=yselkowi@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