mirror of
https://github.com/openharmony/third_party_cryptsetup.git
synced 2026-07-19 19:53:45 -04:00
update REPO_URL default
This commit is contained in:
@@ -127,7 +127,7 @@ if __name__ == '__main__':
|
||||
#
|
||||
REPO_URL = os.environ.get('REPO_URL', None)
|
||||
if not REPO_URL:
|
||||
REPO_URL = 'git@gitee.com:oschina/repo.git'
|
||||
REPO_URL = 'https://gitee.com/oschina/repo.git'
|
||||
REPO_REV = os.environ.get('REPO_REV')
|
||||
if not REPO_REV:
|
||||
REPO_REV = 'fork_flow'
|
||||
|
||||
Reference in New Issue
Block a user