summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2011-03-25 11:56:02 +0100
committerLiang Qi <liang.qi@nokia.com>2011-03-25 11:56:02 +0100
commit9786a55fb7cb99b4ec84095870ae1c30eabdc216 (patch)
tree742e6a0f03c8b98ffe12e29febb21c958c14cebe /scripts
parent9aad2ab0e61dabc9b31207469b6e01e254197abf (diff)
Correct the url in .gitmodules of mother repo
Diffstat (limited to 'scripts')
-rw-r--r--scripts/905_git_split2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/905_git_split b/scripts/905_git_split
index 260f238..6d78d2a 100644
--- a/scripts/905_git_split
+++ b/scripts/905_git_split
@@ -93,7 +93,7 @@ if ($link_type == COPY || $link_type == HARDLINKS) {
# module repo will either be inside the mother repo already
# or in the move destination directory
if ($run_push) {
- run("git submodule -q add --reference $repos_base/$module git\@scm.dev.nokia.troll.no:qt/$module.git $module");
+ run("git submodule -q add --reference $repos_base/$module git://scm.dev.nokia.troll.no:qt/$module.git $module");
} else {
run("git submodule -q add $repos_base/$module");
}