From a002550990579dfc021d638ac74789ca68673b0f Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 12 Dec 2018 08:13:37 -0500 Subject: [PATCH] some obvious fixes Signed-off-by: Jason Etheridge --- installer/stretch/installer_installer.sh | 2 +- qa/test.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/stretch/installer_installer.sh b/installer/stretch/installer_installer.sh index 00fa6b9d1..15f42e20c 100755 --- a/installer/stretch/installer_installer.sh +++ b/installer/stretch/installer_installer.sh @@ -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 diff --git a/qa/test.sh b/qa/test.sh index b463e10d3..11d96d5b4 100755 --- a/qa/test.sh +++ b/qa/test.sh @@ -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" -- 2.11.0