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:
f0093e2
)
jessie git needs > 0 depth
author
Bill Erickson
<berickxx@gmail.com>
Fri, 17 Oct 2014 21:15:12 +0000
(17:15 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Fri, 17 Oct 2014 21:15:12 +0000
(17:15 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
installer/jessie/eg_jessie_installer.sh
patch
|
blob
|
history
diff --git
a/installer/jessie/eg_jessie_installer.sh
b/installer/jessie/eg_jessie_installer.sh
index
edf4f22
..
9d1ae78
100755
(executable)
--- a/
installer/jessie/eg_jessie_installer.sh
+++ b/
installer/jessie/eg_jessie_installer.sh
@@
-191,8
+191,8
@@
function cloning_git_repos {
date
OSRF_COMMAND="
cd /home/opensrf;
- git clone --depth
0
--branch $OPENSRF_BRANCH $OPENSRF_REPO OpenSRF;
- git clone --depth
0
--branch $EVERGREEN_BRANCH $EVERGREEN_REPO Evergreen;
+ git clone --depth
1
--branch $OPENSRF_BRANCH $OPENSRF_REPO OpenSRF;
+ git clone --depth
1
--branch $EVERGREEN_BRANCH $EVERGREEN_REPO Evergreen;
"
rm -rf /home/opensrf/Evergreen /home/opensrf/OpenSRF
su - opensrf sh -c "$OSRF_COMMAND";