From d19765464c3e5e5e0c7fe7d8b2810bdd5c08b312 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 21 Jun 2022 11:15:12 -0400 Subject: [PATCH] adjust some targets for buster Signed-off-by: Jason Etheridge --- installer/buster/eg_installer.sh | 8 ++++---- installer/buster/installer_installer.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/installer/buster/eg_installer.sh b/installer/buster/eg_installer.sh index ac913df6f..f1bf2ddb4 100755 --- a/installer/buster/eg_installer.sh +++ b/installer/buster/eg_installer.sh @@ -264,7 +264,7 @@ function init_variables { export PGHOST=localhost # ----------------------------------------------------------------------- # You can override these like so: - # EVERGREEN_BRANCH='master' ./eg_stretch_installer.sh + # EVERGREEN_BRANCH='master' ./eg_buster_installer.sh # ----------------------------------------------------------------------- OPENSRF_REPO='git://git.evergreen-ils.org/OpenSRF.git' OPENSRF_BRANCH='master' @@ -274,9 +274,9 @@ function init_variables { echo OPENSRF_BRANCH=${OPENSRF_BRANCH} echo EVERGREEN_REPO=${EVERGREEN_REPO} echo EVERGREEN_BRANCH=${EVERGREEN_BRANCH} - OPENSRF_PREREQ_TARGET=debian-stretch - EVERGREEN_PREREQ_TARGET=debian-stretch - EVERGREEN_DB_PREREQ_TARGET=postgres-server-debian-stretch-10 + OPENSRF_PREREQ_TARGET=debian-buster + EVERGREEN_PREREQ_TARGET=debian-buster + EVERGREEN_DB_PREREQ_TARGET=postgres-server-debian-buster-10 echo OPENSRF_PREREQ_TARGET=${OPENSRF_PREREQ_TARGET} echo EVERGREEN_PREREQ_TARGET=${EVERGREEN_PREREQ_TARGET} echo EVERGREEN_DB_PREREQ_TARGET=${EVERGREEN_DB_PREREQ_TARGET} diff --git a/installer/buster/installer_installer.sh b/installer/buster/installer_installer.sh index 607ed3290..30c851c9d 100755 --- a/installer/buster/installer_installer.sh +++ b/installer/buster/installer_installer.sh @@ -4,6 +4,6 @@ sudo apt-get -q -y install git-core chromium firefox-esr git clone git://git.evergreen-ils.org/working/random.git cd random/ git checkout -b eg_live_tests origin/collab/phasefx/eg_live_tests -cd installer/stretch +cd installer/buster time sudo ./eg_installer.sh -y -a -s -t exit 0 -- 2.11.0