[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.00-18-g566d27d

Git repo owner gitmaster at git.koha-community.org
Mon May 26 05:17:37 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.16.x has been updated
       via  566d27d97aed3303585adf9c5d46d3eb67ab9872 (commit)
      from  1f72a1c2dd45c3a570746dd575b0fcfb38d13dc4 (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 566d27d97aed3303585adf9c5d46d3eb67ab9872
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Mon May 26 13:28:00 2014 +1200

    Bug 12312 - correctly upgrade under Apache 2.2
    
    As the way we need to reference Apache instance names has now changed
    between 2.2 and 2.4, we need to try it out both ways to make sure we get
    it right.
    
    This also allows koha-create/koha-disable to try the .conf version of
    the name if the first one doesn't work.
    
    To test:
    * Create an instance on an Apache 2.2 system with koha < 3.16
    * Upgrade to 3.16 with this patch, saying 'yes' to the renaming question
    ** Make sure you don't see the warning: Warning: problem enabling $site
       in Apache
    * Do a 'service apache2 restart'
    * Make sure you can still access the instance
    * Make sure that /etc/apache2/sites-enabled/instance.conf exists as a link
      to /etc/apache2/sites-available/instance.conf
    * Check that koha-create and koha-remove behave like you'd expect.
    
    Note:
    * If you need to make debconf forget that it asked you the question
      about renaming so that it'll do it again, then run:
      echo "unregister koha-common/rename-apache-vhost-files" | sudo debconf-communicate koha-common
    * 'debconf-show koha-common' will show you the current debconf
      configuration.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 debian/koha-common.postinst |    5 ++++-
 debian/scripts/koha-create  |    7 ++++++-
 debian/scripts/koha-remove  |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list