[Koha-bugs] [Bug 14152] Check for required dependencies during upgrades

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 5 21:12:07 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14152

--- Comment #1 from Chris Nighswonger <cnighswonger at foundations.edu> ---
Created attachment 38874
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38874&action=edit
Bug 14152: Re-check required dependencies during upgrade process

This code causes the installer to re-check dependencies during the
upgrade process.

Test Plan:

1.  Remove a required dependency. (Such as the recently added
    PDF::FromHTML and associated HTML::Tidy.)

2.  Run the installer and note that it does not catch the missing
    dependency.

3.  Also note that things break badly due to the missing dependency.

4.  Apply this patch.

5.  Under Global System Preferences > Local Use > Version change the
    dev revision number back one unit and save.

6.  The updater will run and catch the missing dependency.

7.  Install the missing dependency.

8.  Return to the updater and continue with the update.

9.  The update should complete successfully.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list