public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-repos] f45: Add fedora compose ostree repo to fedora-repos-ostree subpackage
@ 2026-08-10 9:41 Dusty Mabe
0 siblings, 0 replies; only message in thread
From: Dusty Mabe @ 2026-08-10 9:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-repos
Branch : f45
Commit : c99e0fd39ba0cfce89ce76e28f41cab36132f52c
Author : Dusty Mabe <dusty@dustymabe.com>
Date : 2020-06-02T00:36:14-04:00
Stats : +11/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-repos/c/c99e0fd39ba0cfce89ce76e28f41cab36132f52c?branch=f45
Log:
Add fedora compose ostree repo to fedora-repos-ostree subpackage
This will allow community members to more easily test development
builds because the remote information for the compose ostree repo
will already be on the system. That means they'll be a simple
`rpm-ostree rebase fedora-compose:<ref>` away from testing out a
development version.
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
---
diff --git a/fedora-compose.conf b/fedora-compose.conf
new file mode 100644
index 0000000..8bf015d
--- /dev/null
+++ b/fedora-compose.conf
@@ -0,0 +1,4 @@
+[remote "fedora-compose"]
+url=https://kojipkgs.fedoraproject.org/compose/ostree/repo/
+gpg-verify=true
+gpgkeypath=/etc/pki/rpm-gpg/
diff --git a/fedora-repos.spec b/fedora-repos.spec
index c4b32e9..f729bcf 100644
--- a/fedora-repos.spec
+++ b/fedora-repos.spec
@@ -1,7 +1,7 @@
Summary: Fedora package repositories
Name: fedora-repos
Version: 33
-Release: 0.5%{?_module_build:%{?dist}}
+Release: 0.6%{?_module_build:%{?dist}}
License: MIT
URL: https://fedoraproject.org/
@@ -74,6 +74,7 @@ Source104: RPM-GPG-KEY-fedora-modularity
Source150: RPM-GPG-KEY-fedora-iot-2019
Source151: fedora.conf
+Source152: fedora-compose.conf
%description
Fedora package repository files for yum and dnf along with gpg public keys
@@ -141,6 +142,7 @@ done
# Install ostree remote config
install -d -m 755 $RPM_BUILD_ROOT/etc/ostree/remotes.d/
install -m 644 %{_sourcedir}/fedora.conf $RPM_BUILD_ROOT/etc/ostree/remotes.d/
+install -m 644 %{_sourcedir}/fedora-compose.conf $RPM_BUILD_ROOT/etc/ostree/remotes.d/
%files
%dir /etc/yum.repos.d
@@ -166,8 +168,12 @@ install -m 644 %{_sourcedir}/fedora.conf $RPM_BUILD_ROOT/etc/ostree/remotes.d/
%files ostree
%dir /etc/ostree/remotes.d/
/etc/ostree/remotes.d/fedora.conf
+/etc/ostree/remotes.d/fedora-compose.conf
%changelog
+* Mon Jun 01 2020 Dusty Mabe <dusty@dustymabe.com> - 33-0.6
+- Add fedora compose ostree repo to fedora-repos-ostree
+
* Mon Apr 13 2020 Stephen Gallagher <sgallagh@redhat.com> - 33-0.5
- Add the release to the fedora-repos(NN) Provides:
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:41 [rpms/fedora-repos] f45: Add fedora compose ostree repo to fedora-repos-ostree subpackage Dusty Mabe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox