From b07dcdd92d08930b830756c957a9bdc49b80eaa1 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 11 Dec 2018 15:54:57 -0500 Subject: [PATCH] toward getting qa01 going again --- installer/stretch/eg_stretch_installer.sh | 12 ++++++------ installer/stretch/installer_installer.sh | 6 +++--- installer/stretch/installer_installer2.sh | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/installer/stretch/eg_stretch_installer.sh b/installer/stretch/eg_stretch_installer.sh index c2feab4aa..27d9930df 100755 --- a/installer/stretch/eg_stretch_installer.sh +++ b/installer/stretch/eg_stretch_installer.sh @@ -91,7 +91,7 @@ function init_variables { export PGHOST=localhost # ----------------------------------------------------------------------- # You can override these like so: - # EVERGREEN_BRANCH='master' ./eg_wheezy_installer.sh + # EVERGREEN_BRANCH='master' ./eg_stretch_installer.sh # ----------------------------------------------------------------------- OPENSRF_REPO='git://git.evergreen-ils.org/OpenSRF.git' OPENSRF_BRANCH='master' @@ -101,9 +101,9 @@ function init_variables { echo OPENSRF_BRANCH=${OPENSRF_BRANCH} echo EVERGREEN_REPO=${EVERGREEN_REPO} echo EVERGREEN_BRANCH=${EVERGREEN_BRANCH} - OPENSRF_PREREQ_TARGET=debian-wheezy - EVERGREEN_PREREQ_TARGET=debian-wheezy - EVERGREEN_DB_PREREQ_TARGET=postgres-server-debian-wheezy + OPENSRF_PREREQ_TARGET=debian-stretch + EVERGREEN_PREREQ_TARGET=debian-stretch + EVERGREEN_DB_PREREQ_TARGET=postgres-server-debian-stretch echo OPENSRF_PREREQ_TARGET=${OPENSRF_PREREQ_TARGET} echo EVERGREEN_PREREQ_TARGET=${EVERGREEN_PREREQ_TARGET} echo EVERGREEN_DB_PREREQ_TARGET=${EVERGREEN_DB_PREREQ_TARGET} @@ -225,8 +225,8 @@ function cloning_git_repos { date OSRF_COMMAND=" cd /home/opensrf; - git clone --depth 0 --branch $OPENSRF_BRANCH $OPENSRF_REPO OpenSRF; - git clone --depth 0 --branch $EVERGREEN_BRANCH $EVERGREEN_REPO Evergreen; + git clone --depth 1 --branch $OPENSRF_BRANCH $OPENSRF_REPO OpenSRF; + git clone --depth 1 --branch $EVERGREEN_BRANCH $EVERGREEN_REPO Evergreen; " rm -rf /home/opensrf/Evergreen /home/opensrf/OpenSRF su - opensrf sh -c "$OSRF_COMMAND"; diff --git a/installer/stretch/installer_installer.sh b/installer/stretch/installer_installer.sh index 8c6fa84cc..00fa6b9d1 100755 --- a/installer/stretch/installer_installer.sh +++ b/installer/stretch/installer_installer.sh @@ -1,9 +1,9 @@ #!/bin/bash -echo 'deb http://security.debian.org/ wheezy/updates main contrib' | sudo tee --append /etc/apt/sources.list +#echo 'deb http://security.debian.org/ wheezy/updates main contrib' | sudo tee --append /etc/apt/sources.list sudo apt-get update sudo apt-get -q -y install git-core git clone git://git.evergreen-ils.org/working/random.git cd random/ -git checkout -b wheezy origin/collab/phasefx/wheezy_installer +git checkout -b eg_live_tests origin/collab/phasefx/eg_live_tests cd installer/wheezy -time sudo ./eg_wheezy_installer.sh -y -a -s -t +time sudo ./eg_stretch_installer.sh -y -a -s -t diff --git a/installer/stretch/installer_installer2.sh b/installer/stretch/installer_installer2.sh index 9e34cc638..70b6a423a 100755 --- a/installer/stretch/installer_installer2.sh +++ b/installer/stretch/installer_installer2.sh @@ -1,3 +1,3 @@ #!/bin/bash cd $* -time sudo ./eg_wheezy_installer.sh -y -a -s -t +time sudo ./eg_stretch_installer.sh -y -a -s -t -- 2.11.0