http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13893
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37123|0 |1 is obsolete| | --- Comment #5 from M. Tompsett <[email protected]> --- 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 <[email protected]> -- 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/
