Skip to content
Snippets Groups Projects
Commit b939f796 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Merge branch 'jbonjean'

parents 9e38e1ac e137f53d
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# Author: Julien Bonjean (julien@bonjean.info) # Author: Julien Bonjean (julien@bonjean.info)
# #
# Creation Date: 2009-04-20 # Creation Date: 2009-04-20
# Last Modified: 2009-07-21 14:12:07 -0400 # Last Modified: 2009-08-07 17:01:32 -0400
##################################################### #####################################################
# #
...@@ -225,7 +225,7 @@ if [ ${DO_PREPARE} ]; then ...@@ -225,7 +225,7 @@ if [ ${DO_PREPARE} ]; then
mkdir ${TODEPLOY_BUILD_DIR} mkdir ${TODEPLOY_BUILD_DIR}
echo "Clone repository" echo "Clone repository"
git clone ssh://repos-sflphone-git@sflphone.org/~/sflphone.git ${REPOSITORY_DIR} >/dev/null 2>&1 git clone ssh://repos-sflphone-git@git.sflphone.org/~/sflphone.git ${REPOSITORY_DIR} >/dev/null 2>&1
if [ "$?" -ne "0" ]; then if [ "$?" -ne "0" ]; then
echo " !! Cannot clone repository" echo " !! Cannot clone repository"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment