Update repo

Replaces the default download address of the repo repository
This commit is contained in:
OpenHarmonySCM-no-reply
2025-04-07 12:03:52 +08:00
committed by GitHub
parent 631b19bc9b
commit 76c1d15298
+1 -1
View File
@@ -127,7 +127,7 @@ if __name__ == '__main__':
#
REPO_URL = os.environ.get('REPO_URL', None)
if not REPO_URL:
REPO_URL = 'https://gerrit.googlesource.com/git-repo'
REPO_URL = 'https://github.com/openharmony/repo'
REPO_REV = os.environ.get('REPO_REV')
if not REPO_REV:
REPO_REV = 'stable'