Skip to content

Commit

Permalink
[pip] Install django-x509 dev version as last
Browse files Browse the repository at this point in the history
Otherwise it will revert to the stable version
because openwisp-controller will reset it
  • Loading branch information
nemesifier committed Jun 28, 2017
1 parent 932327a commit 91f8a70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tasks/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@
virtualenv_site_packages: yes
notify: reload supervisor

- name: Install development version of django-x509
when: openwisp2_django_x509_dev
- name: Install development version of netjsonconfig
when: openwisp2_netjsonconfig_dev
pip:
name: https://github.com/openwisp/django-x509/tarball/master
name: https://github.com/openwisp/netjsonconfig/tarball/master
state: latest
virtualenv: "{{ virtualenv_path }}"
virtualenv_python: "{{ openwisp2_python }}"
virtualenv_site_packages: yes
notify: reload supervisor

- name: Install development version of netjsonconfig
when: openwisp2_netjsonconfig_dev
- name: Install development version of django-x509
when: openwisp2_django_x509_dev
pip:
name: https://github.com/openwisp/netjsonconfig/tarball/master
name: https://github.com/openwisp/django-x509/tarball/master
state: latest
virtualenv: "{{ virtualenv_path }}"
virtualenv_python: "{{ openwisp2_python }}"
Expand Down

0 comments on commit 91f8a70

Please sign in to comment.