update to Evergreen 2.7.0 and Opensrf-2.4.0-alpha
authorAndy Witter <awitter@georgialibraries.org>
Tue, 14 Oct 2014 15:21:32 +0000 (11:21 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Tue, 14 Oct 2014 15:21:32 +0000 (11:21 -0400)
GenaSYS.sh
templates/debs/evergreen-ils_2.6.2_amd64.deb [deleted file]
templates/debs/evergreen-ils_2.7.0_amd64.deb [new file with mode: 0644]
templates/debs/opensrf_2.3.0_amd64.deb [deleted file]
templates/debs/opensrf_2.4.0-alpha_amd64.deb [new file with mode: 0644]
templates/opensrf.xml/opensrf.xml-header

index d11e3b9..e8d8242 100755 (executable)
@@ -25,8 +25,8 @@
     PURPOSE_="Generate config files needed for Evergreen-ILS Cluster"
    SYNOPSIS_="$NAME_"
    REQUIRES_="standard GNU commands, apt, dpkg"
-    VERSION_="1.36"
-       DATE_="2010-09-23; last update: 2014-07-16"
+    VERSION_="1.37"
+       DATE_="2010-09-23; last update: 2014-10-14"
      AUTHOR_="Andy Witter <awitter@georgialibraries.org>"
         URL_="http://evergreen-ils.org"
    CATEGORY_="devel"
@@ -53,7 +53,7 @@ done
 
 WD=$(dirname $(readlink -f $0))
 CUSTOMDIR="$WD/custom"
-EG_VERSION="2.6.2"
+EG_VERSION="2.7.0"
 UBUNTU_CODENAME="precise"
 LICENSE="$WD/License.txt"
 TEMPLATEDIR="$WD/templates"
diff --git a/templates/debs/evergreen-ils_2.6.2_amd64.deb b/templates/debs/evergreen-ils_2.6.2_amd64.deb
deleted file mode 100644 (file)
index e50d0e3..0000000
Binary files a/templates/debs/evergreen-ils_2.6.2_amd64.deb and /dev/null differ
diff --git a/templates/debs/evergreen-ils_2.7.0_amd64.deb b/templates/debs/evergreen-ils_2.7.0_amd64.deb
new file mode 100644 (file)
index 0000000..9d04b6a
Binary files /dev/null and b/templates/debs/evergreen-ils_2.7.0_amd64.deb differ
diff --git a/templates/debs/opensrf_2.3.0_amd64.deb b/templates/debs/opensrf_2.3.0_amd64.deb
deleted file mode 100644 (file)
index 2cb02cb..0000000
Binary files a/templates/debs/opensrf_2.3.0_amd64.deb and /dev/null differ
diff --git a/templates/debs/opensrf_2.4.0-alpha_amd64.deb b/templates/debs/opensrf_2.4.0-alpha_amd64.deb
new file mode 100644 (file)
index 0000000..91c9d0f
Binary files /dev/null and b/templates/debs/opensrf_2.4.0-alpha_amd64.deb differ
index c9841b1..a41b5ab 100644 (file)
@@ -244,7 +244,7 @@ vim:et:ts=4:sw=4:
             Base URL for Amazon added content fetching. Not needed by OpenLibrary
             <base_url>http://images.amazon.com/images/P/</base_url>
             -->
-           <!-- <base_url>http://syndetics.com/index.aspx</base_url> -->
+
             <!--
             Segregating the details for ContentCafe out for easier use.  At some point, we
             may want to support multiple services at one time.
@@ -254,11 +254,12 @@ vim:et:ts=4:sw=4:
                 <password>MY_PASSWORD</password>
 
                 <!--
-                If no cover/jacket image exists for a given ISBN, then a value of T here will
-                return an 80x120 pixel image containing the text "No Image Available".  A
-                value of 1 will return a 1x1 pixel image.
+                Which order to put identifiers in.
+                Default is "isbn,upc", ignoring currently unsupported issn.
+                Should be all lowercase.
+                Remove an identifier from the list to skip it.
                 -->
-                <return_behavior_on_no_jacket_image>T</return_behavior_on_no_jacket_image>
+                <identifier_order>isbn,upc</identifier_order>
             </ContentCafe>
 
             <!--
@@ -324,16 +325,14 @@ vim:et:ts=4:sw=4:
             <!-- memcache servers -->
             <global>
                 <servers>
-                    <server>memcache01_IP:11211</server>
-                   <server>memcache02_IP:11211</server>
+                    <server>memcache01_IP:11211</server><server>memcache02_IP:11211</server>
                 </servers>
                 <max_cache_time>86400</max_cache_time>
             </global>
             <anon>
                 <!-- anonymous cache.  currently, primarily used for web session caching -->
                 <servers>
-                    <server>memcache01_IP:11211</server>
-                   <server>memcache02_IP:11211</server>
+                    <server>memcache01_IP:11211</server><server>memcache02_IP:11211</server>
                 </servers>
                 <max_cache_time>1800</max_cache_time>
                 <!-- maximum size of a single cache entry / default = 100k-->