Commit 0df3092d by John Jarvis

updating for GIT_MIRROR

parent 768d4d89
...@@ -270,11 +270,11 @@ worker_core_mult: ...@@ -270,11 +270,11 @@ worker_core_mult:
#To turn off theming, specify edxapp_theme_name: '' #To turn off theming, specify edxapp_theme_name: ''
#Stanford, for example, uses edxapp_theme_name: 'stanford' #Stanford, for example, uses edxapp_theme_name: 'stanford'
edxapp_theme_name: '' edxapp_theme_name: ''
edxapp_theme_source_repo: 'https://git.edx.org/Stanford-Online/edx-theme.git' edxapp_theme_source_repo: 'https://{{ GIT_MIRROR }}/Stanford-Online/edx-theme.git'
edxapp_theme_version: 'HEAD' edxapp_theme_version: 'HEAD'
# make this the public URL instead of writable # make this the public URL instead of writable
edx_platform_repo: https://git.edx.org/edx/edx-platform.git edx_platform_repo: "https://{{ GIT_MIRROR }}/edx/edx-platform.git"
# `edx_platform_commit` can be anything that git recognizes as a commit # `edx_platform_commit` can be anything that git recognizes as a commit
# reference, including a tag, a branch name, or a commit hash # reference, including a tag, a branch name, or a commit hash
edx_platform_commit: 'release' edx_platform_commit: 'release'
......
...@@ -49,6 +49,7 @@ ease_version: $ease_version ...@@ -49,6 +49,7 @@ ease_version: $ease_version
ansible_ssh_private_key_file: /var/lib/jenkins/${keypair}.pem ansible_ssh_private_key_file: /var/lib/jenkins/${keypair}.pem
PYPI_MIRROR_URL: 'https://pypi.edx.org/root/pypi/+simple/' PYPI_MIRROR_URL: 'https://pypi.edx.org/root/pypi/+simple/'
GIT_MIRROR: 'git.edx.org'
EOF EOF
cat $extra_vars cat $extra_vars
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment