mirror of
https://github.com/openharmony/repo.git
synced 2026-07-01 04:19:16 -04:00
repo-py3
This commit is contained in:
@@ -127,10 +127,10 @@ if __name__ == '__main__':
|
||||
#
|
||||
REPO_URL = os.environ.get('REPO_URL', None)
|
||||
if not REPO_URL:
|
||||
REPO_URL = 'https://gitee.com/oschina/repo.git'
|
||||
REPO_URL = 'https://github.com/tabol4953/repo.git'
|
||||
REPO_REV = os.environ.get('REPO_REV')
|
||||
if not REPO_REV:
|
||||
REPO_REV = 'fork_flow'
|
||||
REPO_REV = 'master'
|
||||
|
||||
# increment this whenever we make important changes to this script
|
||||
VERSION = (2, 8)
|
||||
|
||||
Reference in New Issue
Block a user