[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 Oct 27 21:17:09 CDT 2010
branch "master" has been updated
via f8d2d03c26e2c7fb2229190eac566bfc02c5ce32 (commit)
from a1b16ed79e3a7e75e6793102e21538b64f8fe9c5 (commit)
Summary of changes:
gitall-asterisk-scf.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit f8d2d03c26e2c7fb2229190eac566bfc02c5ce32
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Wed Oct 27 22:15:28 2010 -0400
Don't assume a colon separator in the gitdepot URL.
diff --git a/gitall-asterisk-scf.sh b/gitall-asterisk-scf.sh
index 0a67076..2bf2980 100755
--- a/gitall-asterisk-scf.sh
+++ b/gitall-asterisk-scf.sh
@@ -115,7 +115,7 @@ EOF
for repo in "${repos[@]}"; do
repoDir=$(basename ${repo})
- repoUri=${gitdepot}:${tree}/${repo}
+ repoUri=${gitdepot}${tree}/${repo}
if [ -d ${repoDir}/.git ]; then
if ( cd ${repoDir} && git rev-parse --verify @{upstream} > /dev/null 2>&1 ); then
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list