toward getting qa01 going again
authorphasefx <phasefx@StretchFX.localdomain>
Tue, 11 Dec 2018 20:54:57 +0000 (15:54 -0500)
committerphasefx <phasefx@StretchFX.localdomain>
Tue, 11 Dec 2018 20:54:57 +0000 (15:54 -0500)
installer/stretch/eg_stretch_installer.sh
installer/stretch/installer_installer.sh
installer/stretch/installer_installer2.sh

index c2feab4..27d9930 100755 (executable)
@@ -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";
index 8c6fa84..00fa6b9 100755 (executable)
@@ -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
index 9e34cc6..70b6a42 100755 (executable)
@@ -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