`manage.py develop` doesn't work for providers that need to compile executables from source
Bug #1299489 reported by
Zygmunt Krynicki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
High
|
Zygmunt Krynicki |
Bug Description
I would like to propose that ./manage.py develop be as usable to people using compiled languages as it is to people using interpreted languages.
To make that possible plainbox needs to look at $location/build/bin when working with providers created using develop
Related branches
lp://staging/~zyga/checkbox/fix-1299489
- Brendan Donegan (community): Approve
-
Diff: 123 lines (+34/-4)3 files modifiedplainbox/plainbox/impl/highlevel.py (+11/-0)
plainbox/plainbox/impl/secure/providers/test_v1.py (+4/-0)
plainbox/plainbox/impl/secure/providers/v1.py (+19/-4)
Changed in checkbox: | |
status: | Confirmed → In Progress |
Changed in checkbox: | |
status: | In Progress → Fix Committed |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.