some obvious fixes
authorJason Etheridge <jason@equinoxinitiative.org>
Wed, 12 Dec 2018 13:13:37 +0000 (08:13 -0500)
committerJason Etheridge <jason@equinoxinitiative.org>
Wed, 12 Dec 2018 13:13:37 +0000 (08:13 -0500)
Signed-off-by: Jason Etheridge <jason@equinoxinitiative.org>
installer/stretch/installer_installer.sh
qa/test.sh

index 00fa6b9..15f42e2 100755 (executable)
@@ -5,5 +5,5 @@ sudo apt-get -q -y install git-core
 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/wheezy
+cd installer/scretch
 time sudo ./eg_stretch_installer.sh -y -a -s -t
index b463e10..11d96d5 100755 (executable)
@@ -5,7 +5,7 @@ export TARGET_USER=esi
 export TARGET_HOST=192.168.25.129
 export TARGET_PATH=/home/esi/
 export LOCAL_QA_GIT_PATH=/home/live/git/random/
-export LOCAL_QA_BRANCH=collab/phasefx/wheezy_installer
+export LOCAL_QA_BRANCH=collab/phasefx/eg_live_tests
 export LOCAL_HTML_PATH=/home/live/public_html/
 
 echo -n "*** Changing to $LOCAL_QA_GIT_PATH ... "
@@ -19,7 +19,7 @@ git pull || exit -1
 echo "*** Local branch updated"
 
 echo "*** Pushing installer script to $TARGET_USER@$TARGET_HOST:$TARGET_PATH"
-scp installer/wheezy/installer_installer.sh $TARGET_USER@$TARGET_HOST:$TARGET_PATH || exit -1
+scp installer/stretch/installer_installer.sh $TARGET_USER@$TARGET_HOST:$TARGET_PATH || exit -1
 echo "*** Script pushed"
 
 echo "*** Archiving previous test run"