aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
authorJason Erb <erb@suitabletech.com>2017-03-13 22:46:23 -0400
committerLiang Qi <liang.qi@qt.io>2017-03-16 12:01:37 +0000
commit084d79e8b4671ce40e9b1044987578a92e1c0e3c (patch)
tree8050d2b9f1f2d3ad55f64c139410abc09f21dc6e /init-repository
parentce96014426107c99277c42509c4f91e6439406ff (diff)
Reflect current URL in example comment
Change-Id: I51091c69d2698ba23207a95d17f4748c22cd7cb7 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'init-repository')
-rwxr-xr-xinit-repository2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-repository b/init-repository
index 570e124f..ff3390f8 100755
--- a/init-repository
+++ b/init-repository
@@ -381,7 +381,7 @@ sub git_clone_all_submodules
# manually clone each repo here, so we can easily use reference repos, mirrors etc
my @configresult = qx(git config -l);
foreach my $line (@configresult) {
- # Example line: submodule.qtqa.url=git://gitorious.org/qt/qtqa.git
+ # Example line: submodule.qtqa.url=git://code.qt.io/qt/qtqa.git
next if ($line !~ /submodule\.([^.=]+)\.url=/);
my $module = $1;