From: Jason Etheridge <jason@EquinoxOLI.org> Date: Fri, 17 Jun 2022 04:50:21 +0000 (-0400) Subject: more tweaks to test for stretch X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e87c8f2cbc46a6e4377768d25a8af27c4de843f9;p=working%2Frandom.git more tweaks to test for stretch --- diff --git a/installer/stretch/eg_stretch_installer.sh b/installer/stretch/eg_stretch_installer.sh index f9ea40960..ac913df6f 100755 --- a/installer/stretch/eg_stretch_installer.sh +++ b/installer/stretch/eg_stretch_installer.sh @@ -268,8 +268,8 @@ function init_variables { # ----------------------------------------------------------------------- OPENSRF_REPO='git://git.evergreen-ils.org/OpenSRF.git' OPENSRF_BRANCH='master' - EVERGREEN_REPO='git://git.evergreen-ils.org/Evergreen.git' - EVERGREEN_BRANCH='master' + EVERGREEN_REPO='git://git.evergreen-ils.org/working/Evergreen.git' + EVERGREEN_BRANCH='collab/phasefx/34-lp1787968-wip' echo OPENSRF_REPO=${OPENSRF_REPO} echo OPENSRF_BRANCH=${OPENSRF_BRANCH} echo EVERGREEN_REPO=${EVERGREEN_REPO}