temporarily test a working branch
authorJason Etheridge <jason@esilibrary.com>
Fri, 4 Nov 2016 14:35:45 +0000 (10:35 -0400)
committerJason Etheridge <jason@esilibrary.com>
Fri, 4 Nov 2016 14:35:45 +0000 (10:35 -0400)
instead of master

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
installer/wheezy/eg_wheezy_installer.sh

index 971cdf7..8152f7a 100755 (executable)
@@ -86,8 +86,8 @@ function init_variables {
     # -----------------------------------------------------------------------
     OPENSRF_REPO='git://git.evergreen-ils.org/OpenSRF.git'
     OPENSRF_BRANCH='master'
-    EVERGREEN_REPO='git://git.evergreen-ils.org/Evergreen.git'
-    EVERGREEN_BRANCH='master'
+    EVERGREEN_REPO='git://git.evergreen-ils.org/working/Evergreen.git'
+    EVERGREEN_BRANCH='user/dyrcona/lp1639250-wheezy-excel-writer-xlsx-from-deb'
     echo OPENSRF_REPO=${OPENSRF_REPO}
     echo OPENSRF_BRANCH=${OPENSRF_BRANCH}
     echo EVERGREEN_REPO=${EVERGREEN_REPO}