[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Sep 15 09:59:20 CDT 2010
branch "master" has been updated
via d9fc6fe6ed4292b2b2179d279359b2f00b885223 (commit)
from 3196f9290cff276c35d609e13cba347b62bfb92a (commit)
Summary of changes:
gitall-asterisk-scf.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d9fc6fe6ed4292b2b2179d279359b2f00b885223
Author: Ken Hunt <ken.hunt at digium.com>
Date: Wed Sep 15 09:57:28 2010 -0500
Nit on formatting progress.
diff --git a/gitall-asterisk-scf.sh b/gitall-asterisk-scf.sh
index 4d4bba4..dfdda23 100755
--- a/gitall-asterisk-scf.sh
+++ b/gitall-asterisk-scf.sh
@@ -14,7 +14,7 @@
if test ${SSH_AUTH_SOCK-no} = no; then
eval `ssh-agent`
- echo "HEY... SSH_AGENT_PID = ${SSH_AGENT_PID}"
+ echo "SSH_AGENT_PID = ${SSH_AGENT_PID}"
exec `ssh-add ${1}`
kill_agent=yes
fi
@@ -44,6 +44,7 @@ for repo in "${repos[@]}"; do
echo ">> Cloning from $repoUri to ${repo[i]}"
git clone --recursive ${repoUri} ${repoDir}
fi
+ echo " "
done
if [ ! -d pjproject ]; then
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list