[Bug 31865] New: Hide display of 'dev/testing' packages on production installs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 Bug ID: 31865 Summary: Hide display of 'dev/testing' packages on production installs Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: About Assignee: koha-bugs@lists.koha-community.org Reporter: mtj@kohaaloha.com QA Contact: testopia@bugs.koha-community.org this patchset attempts to hide the display of 'dev/testing' packages on production installs this will hopefully reduce situations where dev/testing packages are installed from CPAN, which can introduce problems -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 --- Comment #1 from Mason James <mtj@kohaaloha.com> --- Created attachment 142127 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142127&action=edit Bug 31865: hide development modules -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #142127|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 --- Comment #2 from Mason James <mtj@kohaaloha.com> --- Created attachment 142128 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142128&action=edit Bug 31865: add develop section to cpanfile -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #142128|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 --- Comment #3 from Mason James <mtj@kohaaloha.com> --- Created attachment 142130 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142130&action=edit Bug 31865: add 'develop' section to cpanfile -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 --- Comment #4 from Mason James <mtj@kohaaloha.com> --- Created attachment 142131 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142131&action=edit Bug 31865: hide development modules -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #5 from Mason James <mtj@kohaaloha.com> --- (In reply to Mason James from comment #0)
this patchset attempts to hide the display of 'dev/testing' packages on production installs
this will hopefully reduce situations where dev/testing packages are installed from CPAN, which can introduce problems
to test: - apply patchset - start KTD - observe apache::bench module in about.pl->modules - fake 'production' install by adding the following code in about.pl, line 660 660 $ENV{DEV_INSTALL} = 0; <<<<<<<<<<<<< 661 foreach my $pm_type(@pm_types) { 662 my $modules = $perl_modules->get_attr($pm_type); - restart plack - observe apache::bench module is *not* in about.pl->modules -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |mtj@kohaaloha.com |ity.org | CC| |jonathan.druart+koha@gmail. | |com, tomascohen@gmail.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 --- Comment #6 from Mason James <mtj@kohaaloha.com> --- Created attachment 142132 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=142132&action=edit dev_install=0 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #7 from David Cook <dcook@prosentient.com.au> --- Haven't looked at the patches but I like the idea. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 --- Comment #8 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Maybe better to still display them but separately? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim@ptfs-europe.co | |m --- Comment #9 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Patch no longer applies, HTTPD::Bench::ApacheBench was removed by bug 32673. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #142130|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 --- Comment #10 from Mason James <mtj@kohaaloha.com> --- Created attachment 146553 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146553&action=edit Bug 31865: add 'develop' section to cpanfile -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146553|0 |1 is obsolete| | --- Comment #11 from Mason James <mtj@kohaaloha.com> --- Created attachment 146554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146554&action=edit Bug 31865: add 'develop' section to cpanfile -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 --- Comment #12 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Should this go back to "Needs sign-off"? What about Jonathan's suggestion of displaying them, but separately? My understanding is (please correct if I'm wrong) that even in a production environment, these dev modules will still be installed. If this is the case, I agree with Jonathan in that these should be listed separately, instead of hidden, as they are indeed installed - even if just needed for dev. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31865 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=29642 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org