Merge lp:~quantifics/canonical-identity-provider/charm into lp:~ubuntuone-pqm-team/canonical-identity-provider/charm

Proposed by John Paraskevopoulos
Status: Merged
Approved by: John Paraskevopoulos
Approved revision: 108
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: lp:~quantifics/canonical-identity-provider/charm
Merge into: lp:~ubuntuone-pqm-team/canonical-identity-provider/charm
Diff against target: 12 lines (+1/-1)
1 file modified
playbook.yaml (+1/-1)
To merge this branch: bzr merge lp:~quantifics/canonical-identity-provider/charm
Reviewer Review Type Date Requested Status
Odysseus Kaziolas Approve
Review via email: mp+431251@code.launchpad.net

Commit message

Use python 3.5 as default for virtualenv

To post a comment you must log in.
Revision history for this message
Odysseus Kaziolas (odysseus-k) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'playbook.yaml'
--- playbook.yaml 2022-08-31 13:33:18 +0000
+++ playbook.yaml 2022-10-10 04:19:21 +0000
@@ -151,7 +151,7 @@
151 requirements: "{{ current_dir }}/requirements.txt"151 requirements: "{{ current_dir }}/requirements.txt"
152 virtualenv: "{{ venv }}"152 virtualenv: "{{ venv }}"
153 virtualenv_command: "/usr/bin/virtualenv --never-download"153 virtualenv_command: "/usr/bin/virtualenv --never-download"
154 virtualenv_python: "{{ python_version | default('python2.7') }}"154 virtualenv_python: "{{ python_version | default('python3.5') }}"
155 extra_args: "--no-index --find-links={{ wheel_dir }}"155 extra_args: "--no-index --find-links={{ wheel_dir }}"
156 virtualenv_site_packages: yes156 virtualenv_site_packages: yes
157 when: build_label != "" and payload.stat.exists157 when: build_label != "" and payload.stat.exists

Subscribers

People subscribed via source and target branches