Commit 51748e9a by Edward Zarecor

Update version and cloning logic

parent 959dcc2e
--- ---
# #
# edX Configuration # edX Configuration
# #
...@@ -26,9 +27,9 @@ harstorage_etc: '/edx/etc/harstorage' ...@@ -26,9 +27,9 @@ harstorage_etc: '/edx/etc/harstorage'
HARSTORAGE_REPOS: HARSTORAGE_REPOS:
- PROTOCOL: https - PROTOCOL: https
DOMAIN: github.com DOMAIN: github.com
PATH: pavel-paulau PATH: edx
REPO: harstorage REPO: harstorage
VERSION: master VERSION: e0d/update-requirements
DESTINATION: '{{ harstorage_code_dir }}' DESTINATION: '{{ harstorage_code_dir }}'
# #
...@@ -43,9 +44,9 @@ harstorage_debian_pkgs: ...@@ -43,9 +44,9 @@ harstorage_debian_pkgs:
# - python-pastescript # - python-pastescript
harstorage_python_pkgs: harstorage_python_pkgs:
- { name: "pylons", version: "1.0"} - { name: "pylons", version: "1.0.2"}
- { name: "webob", version: "1.2"} - { name: "webob", version: "1.5.1"}
- { name: "pymongo", version: "2.8"} - { name: "pymongo", version: "3.2.1"}
- { name: "PasteScript", version: "1.7.5"} - { name: "PasteScript", version: "1.7.5"}
harstorage_redhat_pkgs: [] harstorage_redhat_pkgs: []
......
...@@ -78,15 +78,6 @@ ...@@ -78,15 +78,6 @@
- install - install
- install:configuration - install:configuration
- name: clone harstorage
git: >
repo=https://github.com/edx/harstorage.git
dest={{ harstorage_code_dir }}
sudo_user: "{{ harstorage_user }}"
tags:
- install
- install:code
- name: install harstorage - name: install harstorage
command: > command: >
{{ harstorage_venv_dir }}/bin/python ./setup.py install {{ harstorage_venv_dir }}/bin/python ./setup.py install
......
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