[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-49-gd9e1a5d

Git repo owner gitmaster at git.koha-community.org
Wed Aug 6 11:13:32 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.14.x has been updated
       via  d9e1a5de8eeb01a450321e4a64d1b9d3fa444405 (commit)
      from  3664bc6cfd9f12b3a915d34a845e30f2b6425804 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d9e1a5de8eeb01a450321e4a64d1b9d3fa444405
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Mon Apr 14 19:35:35 2014 -0300

    Bug 12081: make tmpl_process3.pl delete ts temp files
    
    This patch enable deletion of temp files used by
    tmpl_process3.pl.
    Just removed coments on existing code
    
    To test:
    1. Do a count of files on /tmp ( ls /tmp | wc -l )
    2. Update preferred language
    3. Count again, new files on /tmp
    4. Apply the patch
    5. Update again, check, no new files
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    NOTE: I watched what temp files were actually in /tmp to make
          sure other processes didn't magically increase/decrease
          the number.
              $ perl translate update {lang code}
          generated 10 temporary files for me (2x5 po files). After
          removing those ten files, and applying the patch, no
          other files were generated.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    These lines has been commented by commit
    a399dcefad193fc21ef2dc1fe31d07686ab2da46 without any apparent good
    reason.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit de81d7abe43f3c2eed327b52e212bc790b406961)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 misc/translator/tmpl_process3.pl |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list