adjust some targets for buster
authorJason Etheridge <jason@EquinoxOLI.org>
Tue, 21 Jun 2022 15:15:12 +0000 (11:15 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Tue, 21 Jun 2022 15:15:12 +0000 (11:15 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
installer/buster/eg_installer.sh
installer/buster/installer_installer.sh

index ac913df..f1bf2dd 100755 (executable)
@@ -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}
index 607ed32..30c851c 100755 (executable)
@@ -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