Commit 4610e9e5 by Baodong Chen

change REPO_URL and revison

parent 6791134a
...@@ -6,8 +6,9 @@ import os ...@@ -6,8 +6,9 @@ import os
REPO_URL = os.environ.get('REPO_URL', None) REPO_URL = os.environ.get('REPO_URL', None)
if not REPO_URL: if not REPO_URL:
# REPO_URL = 'https://gerrit.googlesource.com/git-repo' # REPO_URL = 'https://gerrit.googlesource.com/git-repo'
REPO_URL = 'https://github.com/esrlabs/git-repo' # REPO_URL = 'https://github.com/esrlabs/git-repo'
REPO_REV = 'stable' REPO_URL = 'git@192.168.2.34:hd/repo.git'
REPO_REV = 'stable-esrlabs'
# Copyright (C) 2008 Google Inc. # Copyright (C) 2008 Google Inc.
# #
......
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