public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dusty Mabe <dusty@dustymabe.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-repos] f45: Add fedora compose ostree repo to fedora-repos-ostree subpackage
Date: Mon, 10 Aug 2026 09:41:00 GMT [thread overview]
Message-ID: <178635486099.1.15755563059917769011.rpms-fedora-repos-c99e0fd39ba0@fedoraproject.org> (raw)
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:
reply other threads:[~2026-08-10 9: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=178635486099.1.15755563059917769011.rpms-fedora-repos-c99e0fd39ba0@fedoraproject.org \
--to=dusty@dustymabe.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