[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 8c7bbda22d166eb163de2011ce1f4087199bcb24

Evergreen Git git at git.evergreen-ils.org
Fri Nov 1 15:59:36 EDT 2013


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 "Evergreen ILS".

The branch, master has been updated
       via  8c7bbda22d166eb163de2011ce1f4087199bcb24 (commit)
      from  ab685448207ea0ae99b9c954d600090a44d5e640 (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 8c7bbda22d166eb163de2011ce1f4087199bcb24
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Fri Nov 1 15:08:23 2013 -0400

    Clean up 2.5 upgrade instructions
    
    This commit cleans up a few tiny issues and a large formatting bug,
    fixes a filename, and reorders the linux distros to put the newest ones
    first. The content related changes are:
    
      - fix filename in 'tar' command
      - reorder linux distros (in two places)
      - fix various punctuation (add comma; remove colon in header)
    
    And the AsciiDoc changes:
    
      - add asciidoc '+'s before and after 'indexterm' commands to fix
        broken ordered list formatting
      - remove an unnecessary asciidoc '+'
      - correct the length of an asciidoc block header line (doesn't change
        behavior, but helps readability of the text file)
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 23b92ec..fd2b0c8 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -3,13 +3,13 @@ Upgrading the Evergreen Server
 Before upgrading, it is important to carefully plan an upgrade strategy to minimize system downtime and service interruptions.
 All of the steps in this chapter are to be completed from the command line.
 
-Software Prerequisites:
-~~~~~~~~~~~~~~~~~~~~~~~
+Software Prerequisites
+~~~~~~~~~~~~~~~~~~~~~~
 
   * **PostgreSQL**: Version 9.1 is recommended. The minimum supported version
     is 9.1.
-  * **Linux**: Evergreen 2.5 has been tested on Debian Wheezy (7.0) Debian Squeeze (6.0),
-    Ubuntu Lucid Lynx (10.04) and Ubuntu Precise Pangolin (12.04). If you are
+  * **Linux**: Evergreen 2.5 has been tested on Debian Wheezy (7.0), Debian Squeeze (6.0),
+    Ubuntu Precise Pangolin (12.04) and Ubuntu Lucid Lynx (10.04). If you are
     running an older version of these distributions, you may want to upgrade
     before upgrading Evergreen. For instructions on upgrading these
     distributions, visit the Debian or Ubuntu websites.
@@ -47,31 +47,29 @@ the http://evergreen-ils.org/opensrf-downloads/[OpenSRF download page].
 [source, bash]
 -----------------------------------------------
 wget http://evergreen-ils.org/downloads/previews/Evergreen-ILS-2.5-beta1.tar.gz
-tar xzf http://evergreen-ils.org/downloads/previews/Evergreen-ILS-2.5-beta1.tar.gz
+tar xzf Evergreen-ILS-2.5-beta1.tar.gz
 -----------------------------------------------
 +
 [NOTE]
 For the latest edition of Evergreen, check the http://evergreen-ils.org/downloads.php[Evergreen download page] and adjust upgrading instructions accordingly.
-+
+
 . As the root user, install the prerequisites:
 +
 [source, bash]
-----------------------------------------------
+---------------------------------------------
 cd /home/opensrf/Evergreen-ILS-2.5-beta1
 ---------------------------------------------
 +
 On the next command, replace `[distribution]` with one of these values for your
 distribution of Debian or Ubuntu:
-
++
 indexterm:[Linux, Debian]
-
 indexterm:[Linux, Ubuntu]
-
-
++
   * `debian-wheezy` for Debian Wheezy (7.0)
   * `debian-squeeze` for Debian Squeeze (6.0)
-  * `ubuntu-lucid` for Ubuntu Lucid Lynx (10.04)
   * `ubuntu-precise` for Ubuntu Precise Pangolin (12.04)
+  * `ubuntu-lucid` for Ubuntu Lucid Lynx (10.04)
 +
 [source, bash]
 ------------------------------------------------------------

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

Summary of changes:
 docs/installation/server_upgrade.txt |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list