This commit is contained in:
17771490550
2025-03-31 16:48:04 +08:00
parent 9b05a3c248
commit 1e85334a0b
+2 -2
View File
@@ -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)