public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Make file:// URIs for not-yet-in-dist-git rpms more representative
@ 2026-09-11 14:40 Owen W. Taylor
  0 siblings, 0 replies; only message in thread
From: Owen W. Taylor @ 2026-09-11 14:40 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : 68b0c3d9a3bcc3755039712cf5bb3e0c82f478cc
            Author : Owen W. Taylor <otaylor@fishsoup.net>
            Date   : 2017-06-28T10:20:50-04:00
            Stats  : +4/-4 in 2 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/68b0c3d9a3bcc3755039712cf5bb3e0c82f478cc?branch=f45

            Log:
            Make file:// URIs for not-yet-in-dist-git rpms more representative

Make them match the documentation at
http://fedoraproject.org/wiki/Workstation/FlatpakDevelopmentSetup

---
diff --git a/flatpak-runtime-packages.yaml b/flatpak-runtime-packages.yaml
index 7674077..2fa4064 100644
--- a/flatpak-runtime-packages.yaml
+++ b/flatpak-runtime-packages.yaml
@@ -36,11 +36,11 @@ extra-components:
     flatpak-rpm-macros:
         rationale: Set up build root for flatpak RPMS
         ref: master
-        repository: file:///home/otaylor/Source/rpm-flatpak-rpm-macros
+        repository: file:///home/otaylor/Source/rpms/flatpak-rpm-macros
     flatpak-runtime-config:
         rationale: Runtime configuration files
         ref: master
-        repository: file:///home/otaylor/Source/rpm-flatpak-runtime-config
+        repository: file:///home/otaylor/Source/rpms/flatpak-runtime-config
     glib2:
         rationale: Rebuild to fix triggers
         ref: private-f26-flatpak

diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 69635ba..7a51984 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -282,11 +282,11 @@ data:
       flatpak-rpm-macros:
         rationale: Set up build root for flatpak RPMS
         ref: master
-        repository: file:///home/otaylor/Source/rpm-flatpak-rpm-macros
+        repository: file:///home/otaylor/Source/rpms/flatpak-rpm-macros
       flatpak-runtime-config:
         rationale: Runtime configuration files
         ref: master
-        repository: file:///home/otaylor/Source/rpm-flatpak-runtime-config
+        repository: file:///home/otaylor/Source/rpms/flatpak-runtime-config
       gcab:
         rationale: Runtime requirement of libappstream-glib
         ref: f26

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 14:40 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:40 [flatpaks/flatpak-runtime] f45: Make file:// URIs for not-yet-in-dist-git rpms more representative Owen W. Taylor

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