Commit 67fcde84 authored by Linshizhi's avatar Linshizhi

Update fetch configs.

parent b02f912f
......@@ -15,7 +15,7 @@ class Chromium(config_util.Config):
@staticmethod
def fetch_spec(props):
url = 'git@gitlab.laihua.com:linshizhi/chromium.git'
url = 'git@gitlab.laihua.com:laihua-cpp/chromium.git'
solution = { 'name' :'src',
'url' : url,
'managed' : False,
......
......@@ -14,7 +14,7 @@ class V8(config_util.Config):
@staticmethod
def fetch_spec(props):
url = 'git@gitlab.laihua.com:linshizhi/v8.git'
url = 'git@gitlab.laihua.com:laihua-cpp/v8.git'
solution = {
'name' : 'v8',
'url' : url,
......
Markdown is supported
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