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: Add new make target useful for generating a new runtime
Date: Fri, 11 Sep 2026 14:41:57 GMT	[thread overview]
Message-ID: <178913771752.1.4772814510669579607.flatpaks-flatpak-runtime-34c63071d869@fedoraproject.org> (raw)

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

                 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=178913771752.1.4772814510669579607.flatpaks-flatpak-runtime-34c63071d869@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