From: Jason Etheridge Date: Fri, 9 Aug 2013 17:36:31 +0000 (-0400) Subject: point to a better named integration branch X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5cce2d87b005c4a7c28cf5b8ec6f15329160afcf;p=working%2Frandom.git point to a better named integration branch Signed-off-by: Jason Etheridge --- diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index 30107b1c0..67fa31b3b 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -109,7 +109,7 @@ fi; OPENSRF_REPO='git://git.evergreen-ils.org/OpenSRF.git' OPENSRF_BRANCH='master' EVERGREEN_REPO='git://git.evergreen-ils.org/working/Evergreen.git' -EVERGREEN_BRANCH='collab/phasefx/per-distro-install-makefiles+livetests' +EVERGREEN_BRANCH='collab/phasefx/qa-integration' OSRF_COMMAND=" cd /home/opensrf; git clone --depth 0 --branch $OPENSRF_BRANCH $OPENSRF_REPO OpenSRF;