Commit 51748e9a by Edward Zarecor

Update version and cloning logic

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