Bugzilla – Attachment 189862 Details for
Bug 41032
Open Fifth missing in plugin repos config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41032: Fix Open Fifth missing in plugin repos config
Bug-41032-Fix-Open-Fifth-missing-in-plugin-repos-c.patch (text/plain), 2.00 KB, created by
David Nind
on 2025-11-21 16:37:43 UTC
(
hide
)
Description:
Bug 41032: Fix Open Fifth missing in plugin repos config
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-11-21 16:37:43 UTC
Size:
2.00 KB
patch
obsolete
>From 3b9e56262044f9ffdae19c9a9a340d48da0d9392 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= <tomascohen@theke.io> >Date: Fri, 21 Nov 2025 11:35:13 -0300 >Subject: [PATCH] Bug 41032: Fix Open Fifth missing in plugin repos config >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> >Signed-off-by: David Nind <david@davidnind.com> >--- > debian/templates/koha-conf-site.xml.in | 4 ++-- > etc/koha-conf.xml | 4 ++-- > t/data/koha-conf.xml | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions(-) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 36f632fdb9..5edefab8b2 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -437,8 +437,8 @@ __END_SRU_PUBLICSERVER__ > <service>github</service> > </repo> > <repo> >- <name>PTFS Europe</name> >- <org_name>PTFS-Europe</org_name> >+ <name>Open Fifth</name> >+ <org_name>openfifth</org_name> > <service>github</service> > </repo> > <repo> >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index 5c8bab6d67..6ec2d126e8 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -255,8 +255,8 @@ > <service>github</service> > </repo> > <repo> >- <name>PTFS Europe</name> >- <org_name>PTFS-Europe</org_name> >+ <name>Open Fifth</name> >+ <org_name>openfifth</org_name> > <service>github</service> > </repo> > </plugin_repos> >diff --git a/t/data/koha-conf.xml b/t/data/koha-conf.xml >index a4efda6681..297fffbaa3 100644 >--- a/t/data/koha-conf.xml >+++ b/t/data/koha-conf.xml >@@ -247,8 +247,8 @@ > <service>github</service> > </repo> > <repo> >- <name>PTFS Europe</name> >- <org_name>ptfs-europe</org_name> >+ <name>Open Fifth</name> >+ <org_name>openfifth</org_name> > <service>github</service> > </repo> > --> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41032
:
189851
|
189862
|
189901