public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kashyap Chamarthy <kchamart@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-packager] epel10: Add a RISC-V Koji config file
Date: Thu, 25 Jun 2026 13:19:46 GMT [thread overview]
Message-ID: <178239358695.1.6329491410476903780.rpms-fedora-packager-0485438d22a2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-packager
Branch : epel10
Commit : 0485438d22a28c775b23068910e75174c9ee0b64
Author : Kashyap Chamarthy <kchamart@redhat.com>
Date : 2025-03-27T12:37:11+01:00
Stats : +19/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-packager/c/0485438d22a28c775b23068910e75174c9ee0b64?branch=epel10
Log:
Add a RISC-V Koji config file
I named it "riscv" (instead of "risc-v", or "riscv64") because the Koji
URLs begins with it: https://riscv-koji.fedoraproject.org/koji.
Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 94ae68d..eca5462 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -19,6 +19,7 @@ Source13: fedoraproject_org
Source14: stg_fedoraproject_org
Source15: fedoraproject_ipa_ca.crt
Source16: stg_fedoraproject_ipa_ca.crt
+Source17: riscv.conf
BuildRequires: python3-devel
@@ -89,6 +90,7 @@ install -D %{SOURCE3} %{buildroot}%{_bindir}/rpmbuild-md5
install -D %{SOURCE4} %{buildroot}%{_bindir}/s390-koji
install -D %{SOURCE4} %{buildroot}%{_bindir}/stg-koji
install -D %{SOURCE5} %{buildroot}%{_bindir}/fkinit
+install -D %{SOURCE17} %{buildroot}%{_bindir}/riscv-koji
install -m0644 -Dt %{buildroot}%{_sysconfdir}/koji.conf.d/ \
%{SOURCE10} %{SOURCE11} %{SOURCE12}
@@ -102,6 +104,7 @@ install -m0644 -Dt %{buildroot}%{_sysconfdir}/pki/ipa/ \
%{_bindir}/pkgname
%{_bindir}/rpmbuild-md5
%{_bindir}/s390-koji
+%{_bindir}/riscv-koji
%{_bindir}/stg-koji
%config(noreplace) %{_sysconfdir}/koji.conf.d/*
diff --git a/riscv.conf b/riscv.conf
new file mode 100644
index 0000000..42c66db
--- /dev/null
+++ b/riscv.conf
@@ -0,0 +1,16 @@
+[riscv]
+
+;configuration for koji cli tool
+
+;url of XMLRPC server
+server = https://riscv-koji.fedoraproject.org/kojihub
+
+;url of web interface
+weburl = https://riscv-koji.fedoraproject.org/koji
+
+;url of package download site
+topurl = https://riscv-kojipkgs.fedoraproject.org/
+
+authtype = kerberos
+
+use_fast_upload = yes
reply other threads:[~2026-06-25 13:19 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=178239358695.1.6329491410476903780.rpms-fedora-packager-0485438d22a2@fedoraproject.org \
--to=kchamart@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