public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Fix the app report
@ 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 : 040ce019c8c9f31d4252e7401f05cc539f79bcb5
            Author : Tomas Popela <tpopela@redhat.com>
            Date   : 2022-05-12T09:44:05+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/040ce019c8c9f31d4252e7401f05cc539f79bcb5?branch=f45

            Log:
            Fix the app report

The report generation would fail, because there are multiple Flatpak
applications that have the same homepage set - similar to Elementary
that we have an exception for. Extend the exception for W1HKJ.

---
diff --git a/tools/generate-app-reports.py b/tools/generate-app-reports.py
index 40441a4..48d7ca5 100755
--- a/tools/generate-app-reports.py
+++ b/tools/generate-app-reports.py
@@ -197,7 +197,7 @@ for app in iterate_apps(flathub_store):
             continue
 
     name_app = name_to_application.get(name, None)
-    if homepage != 'http://elementary.io/':
+    if homepage != 'http://elementary.io/' and homepage != "http://www.w1hkj.com":
         homepage_app = homepage_to_application.get(homepage, None)
 
     if name_app is not None and homepage_app is not None:

^ 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: Fix the app report Tomas Popela

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