From b9a612e20e371458a284cb3b8c66535b34d997d4 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Fri, 1 Aug 2014 13:15:51 +0200 Subject: Update repository path after the move from qt-labs to qt Change-Id: I2b41179b9353ea4c65281492942d34d761f5de7b Reviewed-by: Pierre Rossi --- .gitmodules | 2 +- README.md | 2 +- init-repository.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 789ef2b36..6a368460a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "3rdparty"] path = src/3rdparty - url = ../chromium.git + url = ../qtwebengine-chromium.git ignore = all diff --git a/README.md b/README.md index dc0ac84de..4861b8f9d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To be able to build QtWebEngine you need Qt 5.2 or newer. ### 1) Clone the QtWebEngine repository ### - git clone git://gitorious.org/qt-labs/qtwebengine.git + git clone git://gitorious.org/qt/qtwebengine.git ### 2) Initialize the repository ### diff --git a/init-repository.py b/init-repository.py index 64f792b81..94bfb1af7 100755 --- a/init-repository.py +++ b/init-repository.py @@ -60,7 +60,7 @@ def sanityCheckRepo(): print 'you do not need to run the init-repository.py script.' print '' print 'If you want to use git for working with qtwebengine,' - print 'use git to clone: git@gitorious.org:qt-labs/qtwebengine.git' + print 'use git to clone: git@gitorious.org:qt/qtwebengine.git' print '' sys.exit(0) @@ -120,7 +120,7 @@ def addGerritRemote(): os.chdir(qtwebengine_root) remotes = subprocess.check_output(['git', 'remote']) if not 'gerrit' in remotes: - subprocess.call(['git', 'remote', 'add', 'gerrit', 'ssh://codereview.qt-project.org:29418/qt-labs/qtwebengine.git']) + subprocess.call(['git', 'remote', 'add', 'gerrit', 'ssh://codereview.qt-project.org:29418/qt/qtwebengine.git']) def installGitHooks(): os.chdir(qtwebengine_root) -- cgit v1.2.3