|
|
@@ -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)
|