Merge lp:~verterok/charms/trusty/conn-check/xenial-support-take3 into lp:~ubuntuone-hackers/charms/trusty/conn-check/trunk

Proposed by Guillermo Gonzalez
Status: Merged
Approved by: Guillermo Gonzalez
Approved revision: 57
Merged at revision: 56
Proposed branch: lp:~verterok/charms/trusty/conn-check/xenial-support-take3
Merge into: lp:~ubuntuone-hackers/charms/trusty/conn-check/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
playbook.yaml (+1/-1)
To merge this branch: bzr merge lp:~verterok/charms/trusty/conn-check/xenial-support-take3
Reviewer Review Type Date Requested Status
Wes Mason (community) Approve
Review via email: mp+315026@code.launchpad.net

Commit message

clear the venv before installing to workaround segfault

Description of the change

clear the venv before installing to workaround segfault

To post a comment you must log in.
Revision history for this message
Wes Mason (wesmason) wrote :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'playbook.yaml'
2--- playbook.yaml 2017-01-16 15:53:13 +0000
3+++ playbook.yaml 2017-01-18 15:28:10 +0000
4@@ -71,7 +71,7 @@
5
6 - name: create virtualenv (only if not in trusty)
7 tags: config-changed
8- command: virtualenv --no-download {{ current_dir }} creates="{{ current_dir }}"
9+ command: virtualenv --no-download --clear {{ current_dir }}
10 when: ansible_distribution_release != "trusty"
11
12 - name: install conn-check (only trusty)

Subscribers

People subscribed via source and target branches