additional changes for debs missing from Bionic repos
authorAndy Witter <awitter@georgialibraries.org>
Tue, 10 Dec 2019 19:43:57 +0000 (14:43 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Tue, 10 Dec 2019 19:43:57 +0000 (14:43 -0500)
GenaSYS.sh

index 36c93ae..b9bfe84 100755 (executable)
@@ -25,8 +25,8 @@
     PURPOSE_="Generate config files needed for Evergreen-ILS Cluster"
    SYNOPSIS_="$NAME_"
    REQUIRES_="standard GNU commands, apt, dpkg"
-    VERSION_="2.04"
-       DATE_="2010-11-23; last update: 2019-12-06"
+    VERSION_="2.05"
+       DATE_="2010-11-23; last update: 2019-12-10"
      AUTHOR_="Andy Witter <awitter@georgialibraries.org>"
         URL_="http://evergreen-ils.org"
    CATEGORY_="devel"
@@ -3348,6 +3348,11 @@ then
 fi
 if echo ${NODE_FOLDER} | grep -q db0
 then
+       ### For Bionic
+       mkdir -p "setup_${NODE_FOLDER}/debs"
+       cp -f ${TEMPLATEDIR}/debs/libmarc-charset-perl*.deb "setup_${NODE_FOLDER}/debs"
+       cp -f ${TEMPLATEDIR}/debs/libmarc-xml-perl*.deb "setup_${NODE_FOLDER}/debs"
+       ### End for Bionic
        cp -f "$TMPOSRFNODES" "setup_${NODE_FOLDER}/opensrf_nodes.txt"
        cp -f "$TEMPLATEDIR/setup_sshkeys.sh" "setup_${NODE_FOLDER}"
        cp -f "$TEMPLATEDIR/db/create_database_${EG_VERSION}.sql" "setup_${NODE_FOLDER}/create_database.sql"