Bugzilla – Attachment 189851 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
dbbb006.patch (text/plain), 1.98 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-11-21 14:36:21 UTC
(
hide
)
Description:
Bug 41032: Fix Open Fifth missing in plugin repos config
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-11-21 14:36:21 UTC
Size:
1.98 KB
patch
obsolete
>From dbbb006f89caf82e67a5dabd0c2e1559e7e5c32e 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> >--- > 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.50.1 (Apple Git-155) >
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