[koha-commits] main Koha release repository branch master updated. v3.22.00-738-ga799879

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 05:39:01 CET 2016


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, master has been updated
       via  a799879735cc2d658b78cb4c1dd898befeb24b12 (commit)
       via  de741ca0fe2d429fefbd89c404738b8e26e65532 (commit)
       via  9be3b61afa19b8942db376fcbc5f5008e695ce9b (commit)
       via  b7096c1bfa1a1f0b7c917a5a763b763ac577cbad (commit)
      from  3eab27f3ef3588933b60fe18ca84c799c61904a2 (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 a799879735cc2d658b78cb4c1dd898befeb24b12
Author: Tomás Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jan 21 10:50:17 2016 -0300

    Bug 14532: (followup) Use tar's --exclude for simplicity
    
    This patch creates an --exclude definition for the tar command
    so it is easier to stack excluded stuff. It does so for the
    authority and biblio indexes if --exclude-indexes is passed.
    
    A side effect from this, is that uploads and plugins are still
    backed up, as Jonathan noted.
    
    Regards
    
    Edit: Fixed a weird quoting problem.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit de741ca0fe2d429fefbd89c404738b8e26e65532
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Nov 10 16:17:26 2015 +1300

    Bug 14532: fixed the "empty member" problem
    
    PS: thanks to Olly Betts for knowing weird bash constuctions.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 9be3b61afa19b8942db376fcbc5f5008e695ce9b
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Nov 10 15:53:24 2015 +1300

    Bug 14532 - fix syntax error in script
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit b7096c1bfa1a1f0b7c917a5a763b763ac577cbad
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 20 12:18:03 2015 -0300

    Bug 14532: Add --exclude-indexes switch to koha-dump
    
    This patch changes the default behaviour of koha-dump to make the inclusion
    of Zebra indexes on the dump optional. It does so by introducing a new option
    switch that allows to have the previous behaviour in place.
    
    To test:
    - Run
      $ koha-dump your_instance
    - Save a copy of the dump files
    - Apply the patch / extract the koha-dump script
    - Run the new one:
      $ koha-dump your_instance
    => SUCCESS: Verify the contents of the dump are the same
       (i.e. it includes /var/lib/koha/your_instance)
    - Run with the new switch:
      $ koha-dump --exclude-indexes your_instance
    => SUCCESS: The dump does not contain stuff from /var/lib/koha/your_instance
    - Go through the rest of the new option switches
      -h | --help
      -q | --quiet
    => SUCCESS: They work as expected.
    - Sign off :-D
    
    Regards
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 debian/docs/koha-dump.xml |   38 ++++++++++-
 debian/scripts/koha-dump  |  154 ++++++++++++++++++++++++++++++++++-----------
 2 files changed, 153 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list