Bugzilla – Attachment 189901 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
a03f149.patch (text/plain), 2.08 KB, created by
Martin Renvoize (ashimema)
on 2025-11-24 07:44:55 UTC
(
hide
)
Description:
Bug 41032: Fix Open Fifth missing in plugin repos config
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-11-24 07:44:55 UTC
Size:
2.08 KB
patch
obsolete
>From a03f1494bc61dbce9ba2b6d830ad0d166c3b4fb2 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> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > 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 36f632fdb98..5edefab8b25 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 5c8bab6d675..6ec2d126e8d 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 a4efda66818..297fffbaa39 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.52.0 >
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