https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17234
--- Comment #15 from M. Tompsett <[email protected]> --- Created attachment 55634 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55634&action=edit Bug 17234: [DO NOT PUSH] Make 3.18.x install at least. This patch hobbles past installing a 3.18.x on Ubuntu 16.04 LTS. 2 tweaks to kohastructure and ignoring the security warning about the command line password makes it succeed enough for a DB structure to attempt to upgrade to master. TEST PLAN --------- 1) git checkout -b my_3.18.x origin/3.18.x 2) drop database koha_library; create database koha_library; 3) apply this hacky patch 4) web install -- libraries may need to be sudo apt-get install'd in order to get it to run. 5) hobble through 6) ignore the two errors on installed just the mandatory things. 7) git checkout -b bug_17234 origin/master 8) apply the patch to test 9) web install 10) ignore all the date barfing, because that is not what was fixed. 11) run koha qa test tools on this. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
