From: Jason Etheridge Date: Mon, 5 Aug 2013 19:02:19 +0000 (-0400) Subject: point to new integration branch X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b5dbac9b85a78c0cd2fa5b36adb12becb583c851;p=working%2Frandom.git point to new integration branch Signed-off-by: Jason Etheridge --- diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index e7a2974c7..a4e33f6f4 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -106,7 +106,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/pgtap-and-per-distro-install-makefiles' +EVERGREEN_BRANCH='collab/phasefx/per-distro-install-makefiles+livetests' OSRF_COMMAND=" cd /home/opensrf; git clone --depth 0 --branch $OPENSRF_BRANCH $OPENSRF_REPO OpenSRF;