public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add new make target useful for generating a new runtime
@ 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 : 34c63071d869647daf6d2a0d0a15ecafd4a9b5ad
Author : Tomas Popela <tpopela@redhat.com>
Date : 2022-05-12T09:44:05+02:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/34c63071d869647daf6d2a0d0a15ecafd4a9b5ad?branch=f45
Log:
Add new make target useful for generating a new runtime
---
diff --git a/Makefile b/Makefile
index 18b401c..894d638 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,9 @@ all:
report: reports/applications.json reports/application-packages.json reports/runtime.html flatpak-runtime.new.yaml
+new-runtime: reports/runtime.html flatpak-runtime.new.yaml
+ cp flatpak-runtime.new.yaml flatpak-runtime.yaml
+
update: report
cp flatpak-runtime.new.yaml flatpak-runtime.yaml
@@ -52,4 +55,4 @@ flatpak-runtime.new.yaml: $(PROFILE_FILES) flatpak-runtime.in.yaml flatpak-runti
clean:
rm -f out/* report.html flatpak-runtime.new.yaml
-.PHONY: all clean report update
+.PHONY: all clean report update new-runtime
^ 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: Add new make target useful for generating a new runtime Tomas Popela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox