Commit ed253e76 authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

Update after repository rename


Change-Id: Ibaa2802b872fb75cdeff093d4ac7d5d60a206fe3
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
Showing with 3 additions and 3 deletions
[submodule "3rdparty"] [submodule "3rdparty"]
path = src/3rdparty path = src/3rdparty
url = git://gitorious.org/qt-labs/chromium.git url = git://gitorious.org/qt/qtwebengine-chromium.git
ignore = all ignore = all
...@@ -60,7 +60,7 @@ def sanityCheckRepo(): ...@@ -60,7 +60,7 @@ def sanityCheckRepo():
print 'you do not need to run the init-repository.py script.' print 'you do not need to run the init-repository.py script.'
print '' print ''
print 'If you want to use git for working with qtwebengine,' 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 '' print ''
sys.exit(0) sys.exit(0)
...@@ -124,7 +124,7 @@ def addGerritRemote(): ...@@ -124,7 +124,7 @@ def addGerritRemote():
os.chdir(qtwebengine_root) os.chdir(qtwebengine_root)
remotes = subprocess.check_output(['git', 'remote']) remotes = subprocess.check_output(['git', 'remote'])
if not 'gerrit' in remotes: 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(): def installGitHooks():
os.chdir(qtwebengine_root) os.chdir(qtwebengine_root)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment