projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf0f84
)
more output
author
Jason Etheridge
<jason@esilibrary.com>
Mon, 7 Oct 2013 16:26:23 +0000
(12:26 -0400)
committer
Jason Etheridge
<jason@esilibrary.com>
Mon, 7 Oct 2013 16:26:23 +0000
(12:26 -0400)
installer/wheezy/eg_wheezy_installer.sh
patch
|
blob
|
history
diff --git
a/installer/wheezy/eg_wheezy_installer.sh
b/installer/wheezy/eg_wheezy_installer.sh
index
63d62bb
..
5d14e03
100755
(executable)
--- a/
installer/wheezy/eg_wheezy_installer.sh
+++ b/
installer/wheezy/eg_wheezy_installer.sh
@@
-170,7
+170,10
@@
autoreconf -i;
./configure --prefix=/openils --sysconfdir=/openils/conf;
make;'
+echo _.-~= Building OpenSRF
su - opensrf sh -c "$OSRF_COMMAND"
+echo Return Value = $?
+echo End of Building OpenSRF =~-._
cd /home/opensrf/OpenSRF;
echo _.-~= Running OpenSRF build tests
make check
@@
-187,7
+190,10
@@
autoreconf -i;
make;
'
+echo _.-~= Building Evergreen
su - opensrf sh -c "$OSRF_COMMAND"
+echo Return Value = $?
+echo End of Building Evergreen =~-._
cd /home/opensrf/Evergreen
echo _.-~= Running Evergreen build tests
make check