Commit ccaaa24c by John Jarvis

Merge pull request #1004 from edx/jarv/add-paver-to-release-branch

fixing pypi mirror
parents dfe51ba0 f0bd05be
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
requirements="{{paver_requirements_file}}" requirements="{{paver_requirements_file}}"
virtualenv="{{edxapp_venv_dir}}" virtualenv="{{edxapp_venv_dir}}"
state=present state=present
extra_args="-i {{ edxapp_pypi_local_mirror }}" extra_args="-i {{ COMMON_PYPI_MIRROR_URL }}"
sudo_user: "{{ edxapp_user }}" sudo_user: "{{ edxapp_user }}"
environment: "{{ edxapp_environment }}" environment: "{{ edxapp_environment }}"
notify: notify:
......
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