#BUILDDIR="${HOMEDIR}/${EGRELEASE}"
BUILDDIR="${HOMEDIR}/evergreen"
INSTALLDIR="/srv/openils"
-BRANCH="upgrade/eg28/phase2-tpac"
-STAMP_ID="rel_2_8_0"
-ALT_STAMP_IDS="2_8_0 rel_2_8_beta 2_8_beta"
+BRANCH="upgrade/eg28/final-tpac"
+STAMP_ID="rel_2_8_1"
+ALT_STAMP_IDS="2_8_1 rel_2_8_beta 2_8_beta rel_2_8_0 2_8_0"
+VERSION="2.8.1.sitka.0"
SITKACONF="${HOMEDIR}/sysadmin"
+SITKACONF_BRANCH="eg28"
+SITKATOOLS="/root/sitka-tools"
suwrap() {
- su -s /bin/bash -l -c "source ~/.bashrc ; $1" $2
+ su -s /bin/bash -c "source ~/.bashrc ; $1" $2
}
+while getopts ":p" opt ; do
+ case $opt in
+ p ) PROD="prod";;
+ esac
+done
+shift $(($OPTIND - 1))
+
+if [[ -n "$PROD" ]] ; then
+ echo 'this is a production install'
+else
+ echo 'this is NOT a production install'
+fi
+
# as DEFAULT_USER
# grab Sitka config files
# this will fail unless DEFAULT_USER has read access to the repo
suwrap "cd ${HOMEDIR} && git clone git+ssh://git@git.sitka.bclibraries.ca/sitka-infra/sysadmin" ${DEFAULT_USER}
fi
-suwrap "cd ${SITKACONF} && git pull" ${DEFAULT_USER}
+suwrap "cd ${SITKACONF} && git fetch origin && git checkout ${SITKACONF_BRANCH} && git pull" ${DEFAULT_USER}
# checkout EG source
if [ ! -d "${BUILDDIR}" ]
# as root
cd ${BUILDDIR} && make -f Open-ILS/src/extras/Makefile.install ubuntu-trusty
-cd ${BUILDDIR} && make -f Open-ILS/src/extras/Makefile.install ubuntu-trusty-developer # required for web client
+#cd ${BUILDDIR} && make -f Open-ILS/src/extras/Makefile.install ubuntu-trusty-developer # required for web client
# by default, CPAN needs some manual input at this point; you can just accept all defaults
# as DEFAULT_USER
suwrap "cd ${BUILDDIR}/build/i18n && make LOCALE=fr-CA install && make LOCALE=en-CA install" ${DEFAULT_USER}
# as root
-cd ${BUILDDIR} && make STAFF_CLIENT_STAMP_ID=${STAMP_ID} install
+cd ${BUILDDIR} && make STAFF_CLIENT_VERSION=${VERSION} STAFF_CLIENT_STAMP_ID=${STAMP_ID} install
mv ${INSTALLDIR}/var/web/reports/fm_IDL.xml ${INSTALLDIR}/var/web/reports/fm_IDL.xml.orig && cp ${INSTALLDIR}/conf/fm_IDL.xml ${INSTALLDIR}/var/web/reports/
chown -R opensrf:opensrf ${INSTALLDIR}
# Apache stuff (as root):
-APACHEFILES="/etc/apache2/eg_vhost.conf /etc/apache2/eg_startup /etc/apache2/sites-available/eg.conf"
+APACHEFILES="/etc/apache2/eg_vhost.conf /etc/apache2/eg_startup /etc/apache2/sites-available/eg.conf /etc/apache2/envvars"
for APACHEFILE in ${APACHEFILES}
do
mv ${APACHEFILE} ${APACHEFILE}.bak
mv ${OSRFCONFFILE} ${OSRFCONFFILE}.bak
cp ${SITKACONF}/files/${OSRFCONFFILE}/${HOSTNAME} ${OSRFCONFFILE}
done
-if [ ! -f "${HOMEDIR}/.srfsh.xml" ]
+if [ ! -f "/home/opensrf/.srfsh.xml" ]
then
- cp ${SITKACONF}/files/home/opensrf/.srfsh.xml/${HOSTNAME} ${HOMEDIR}/.srfsh.xml
+ cp ${SITKACONF}/files/home/opensrf/.srfsh.xml/${HOSTNAME} /home/opensrf/.srfsh.xml
fi
# 1. install dojo
# 3. install circ scripts and opac skins - DEPRECATED
-# 4. avoid 404s - XXX deprecated?
-#touch ${INSTALLDIR}/var/web/css/skin/default/register_custom.css
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/patron_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/common_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/offline_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/auth_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/cat_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/circ_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/patron_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/common_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/offline_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/auth_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/cat_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/circ_custom.properties
-#touch ${INSTALLDIR}/var/web/xul/server/skin/custom.js
+# 4a. avoid 404s
+touch ${INSTALLDIR}/var/web/css/skin/default/register_custom.css
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/patron_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/common_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/offline_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/auth_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/cat_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-CA/circ_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/patron_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/common_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/offline_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/auth_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/cat_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/locale/en-US/circ_custom.properties
+touch ${INSTALLDIR}/var/web/xul/server/skin/custom.js
+
+# 4b. workaround for LP#1461683
+cd ${INSTALLDIR}/var/web/xul/server/locale/en-CA && mv multiclass_search_help.html multiclass_search_help.html.orig && ln -s ../en-US/multiclass_search_help.html
# 5. locale hack - XXX deprecated?
#cd ${INSTALLDIR}/var/web/opac/locale && cp -fdr en-US en-US-bak && cp -fdr en-CA en-US
then
mkdir ${INSTALLDIR}/var/web/news
fi
-NEWSFILES="index.html style.css"
+if [ ! -d "${INSTALLDIR}/var/web/news/media" ]
+then
+ mkdir ${INSTALLDIR}/var/web/news/media
+fi
+NEWSFILES="index.html style.css media/logo.png media/book.png media/policy.png media/dash.png media/delete.png"
for NEWSFILE in ${NEWSFILES}
do
if [ -f "${SITKACONF}/files/${INSTALLDIR}/var/web/news/${NEWSFILE}/${HOSTNAME}" ]
cp ${SITKACONF}/files/${INSTALLDIR}/var/web/news/${NEWSFILE}/${HOSTNAME} ${INSTALLDIR}/var/web/news/${NEWSFILE}
fi
done
+if [[ -n "$PROD" ]] ; then
+ if [ ! -e "${INSTALLDIR}/var/web/news/wikipull.pl" ] ; then cp ${SITKACONF}/files/${INSTALLDIR}/var/web/news/wikipull.pl/${HOSTNAME} ${INSTALLDIR}/var/web/news/wikipull.pl ; fi
+ if [ ! -e "/etc/cron.d/news" ] ; then cp ${SITKACONF}/files/etc/cron.d/news/${HOSTNAME} /etc/cron.d/news ; fi
+fi
+
+# 8.5 offline patron list
+if [ ! -d "${INSTALLDIR}/var/data/offline/blocked" ] ; then
+ # TODO: handle prod - an NFS share should exist
+ if [[ ! -n "$PROD" ]] ; then
+ mkdir -p ${INSTALLDIR}/var/data/offline/blocked
+ fi
+fi
+if [ ! -e "${INSTALLDIR}/var/web/standalone/list.txt" ] ; then ln -s ${INSTALLDIR}/var/data/offline/blocked/patron-block-list.txt ${INSTALLDIR}/var/web/standalone/list.txt ; fi
+if [ ! -e "${INSTALLDIR}/bin/update-offline-blocked-list.sh" ] ; then cp ${SITKATOOLS}/maintenance/update-offline-blocked-list.sh ${INSTALLDIR}/bin/update-offline-blocked-list.sh ; fi
+
+cp ${SITKACONF}/files${INSTALLDIR}/var/data/zips.txt/${HOSTNAME} ${INSTALLDIR}/var/data/zips.txt
# 9. make sure opensrf owns all the stuff we just did
chown -R opensrf:opensrf ${INSTALLDIR}