gaojun 6 жил өмнө
parent
commit
5be9bb8743
1 өөрчлөгдсөн 4 нэмэгдсэн , 2 устгасан
  1. 4 2
      repo

+ 4 - 2
repo

@@ -127,10 +127,12 @@ 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://gerrit.googlesource.com/git-repo'
+  REPO_URL = 'http://git.qsopen.com/git-repo'
 REPO_REV = os.environ.get('REPO_REV')
 if not REPO_REV:
-  REPO_REV = 'stable'
+  # REPO_REV = 'stable'
+  REPO_REV = 'qs'
 
 # increment this whenever we make important changes to this script
 VERSION = (2, 4)