[OpenSRF-GIT] OpenSRF branch rel_2_5 updated. osrf_rel_2_5_0-2-gf9344c8

Evergreen Git git at git.evergreen-ils.org
Mon Jul 31 11:10:16 EDT 2017


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 "OpenSRF".

The branch, rel_2_5 has been updated
       via  f9344c8d7792bfe233881756ebe4f41896f93916 (commit)
      from  22b5bf2b7606787dedac82c4eaae59b9bf2c7746 (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 f9344c8d7792bfe233881756ebe4f41896f93916
Author: Jason Stephenson <jason at sigio.com>
Date:   Wed Jul 12 15:24:48 2017 -0400

    LP 1703958: Update Websockets Intructions for Debian Jessie
    
    Modify the Websockets installation instructions so that users will
    have a working installation on Debian Jessie.  We change the "Debian"
    instructions to say "Debian Wheezy" and add "Debian Jessie" to the
    list with "Ubuntu Trusty / Xenial" where necessary.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/README b/README
index c4315a9..6163617 100644
--- a/README
+++ b/README
@@ -443,13 +443,13 @@ apxs2 -i -a -c mod_websocket.c
 3. Create the websocket Apache instance (more information about this in 
    `/usr/share/doc/apache2/README.multiple-instances`)
 +
-.(Debian)
+.(Debian Wheezy)
 [source, bash]
 ---------------------------------------------------------------------------
 sh /usr/share/doc/apache2.2-common/examples/setup-instance websockets
 ---------------------------------------------------------------------------
 +
-.(Ubuntu Trusty / Xenial)
+.(Debian Jessie / Ubuntu Trusty / Xenial)
 [source, bash]
 ---------------------------------------------------------------------------
 sh /usr/share/doc/apache2/examples/setup-instance websockets
@@ -465,14 +465,14 @@ a2dismod websocket
 5. Change to the directory into which you unpacked OpenSRF, then copy into
    place the config files
 +
-.(Debian)
+.(Debian Wheezy)
 [source, bash]
 ---------------------------------------------------------------------------
 cd /path/to/opensrf-2.5.0
 cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
-.(Ubuntu Trusty / Xenial)
+.(Debian Jessie / Ubuntu Trusty / Xenial)
 [source, bash]
 ---------------------------------------------------------------------------
 cd /path/to/opensrf-2.5.0

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

Summary of changes:
 README |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list