From 1e85334a0bd8036babd10397190cd3044a9ec9af Mon Sep 17 00:00:00 2001 From: 17771490550 Date: Mon, 31 Mar 2025 16:48:04 +0800 Subject: [PATCH] repo-py3 --- repo-py3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo-py3 b/repo-py3 index 3e12e7d..cd4354d 100755 --- a/repo-py3 +++ b/repo-py3 @@ -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)