Merge lp:~kelvin.li/rnr-server/wheel-supports-intermediate into lp:rnr-server

Proposed by Kelvin Li
Status: Merged
Approved by: Kelvin Li
Approved revision: 310
Merged at revision: 310
Proposed branch: lp:~kelvin.li/rnr-server/wheel-supports-intermediate
Merge into: lp:rnr-server
Diff against target: 15 lines (+2/-2)
1 file modified
Makefile (+2/-2)
To merge this branch: bzr merge lp:~kelvin.li/rnr-server/wheel-supports-intermediate
Reviewer Review Type Date Requested Status
Kelvin Li (community) Approve
Review via email: mp+274665@code.launchpad.net

Commit message

Makefile target trigger to create virtualenv when collect source dept.

Description of the change

Makefile target trigger to create virtualenv when collect source dept.
intermediate commit for wheels supports commits (easy to revert back from charm)

To post a comment you must log in.
Revision history for this message
Kelvin Li (kelvin.li) wrote :

tiny change and self-approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2015-06-17 04:45:36 +0000
3+++ Makefile 2015-10-16 06:28:39 +0000
4@@ -106,9 +106,9 @@
5 @rm $(CM_TMP_CONFIG)
6 touch $@
7
8-fetch-sourcedeps-juju: branches/last_build_for_juju version
9+fetch-sourcedeps-juju: branches/last_build_for_juju virtualenv version
10
11-sourcedeps-juju: fetch-sourcedeps-juju
12+sourcedeps-juju: fetch-sourcedeps-juju install-virtualenv-requirements
13
14 collectstatic:
15 @DJANGO_SETTINGS_MODULE=django_project.settings_build $(DJANGO_MANAGE) collectstatic --noinput

Subscribers

People subscribed via source and target branches

to all changes: