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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 23 13:29:18 CET 2015


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

            Bug ID: 13893
           Summary: Add ability to execute perl scripts in atomicupdates
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

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.

I can see either something like IPC::System::Simple to execute the perl script,
OR we can just have perl code in a file ( with the extension .perl or something
) which we simply evaluate. The latter seems like the better way, as the RM can
just copy and paste the code into updatedatabase.pl when it's ready to be
pushed.

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


More information about the Koha-bugs mailing list