[Koha-bugs] [Bug 13893] Add ability to execute perl scripts in atomicupdates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 31 00:41:41 CEST 2015


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

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #37123|0                           |1
        is obsolete|                            |

--- Comment #5 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 37389
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37389&action=edit
Bug 13893 - Add ability to execute perl scripts in atomicupdates

Bug 13068 adds the ability to execute sql files from atomicupdates for
in process developments to reduce merge conflicts. We need to extend
this ability further to be able to handle perl code.

Revised Test Plan
-----------------
1) Apply bug 13068 if not pushed to master yet.
   -- I had to manually rebase the updatedatabase.pl,
      but it wasn't hard. Asked for a rebase on the bug.
2) Apply this patch set
3) Run updatedatabase.pl
   -- Expect output to be similar to:
--- BEGIN OUTPUT ---
$ ./installer/data/mysql/updatedatabase.pl
DEV atomic update : test_bz13068.sql
Upgrade to XXX done (Bug 13893 - Add ability to execute perl scripts in
atomicupdates)
--- END OUTPUT ---

4) Run koha qa test tools.
   -- only need to check last commit (-c 1), because first commit is a
      sample file which shouldn't be pushed.

Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

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


More information about the Koha-bugs mailing list