No way to ship compilable source code with `manage.py sdist`
Bug #1297255 reported by
Zygmunt Krynicki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
High
|
Zygmunt Krynicki |
Bug Description
If a provider needs to compile some source for a particular provider specific executable that source code should be distributed in the source distribution tarballs created by `manage.py sdist`. Currently there is no convention or means of doing that.
I propose that the `src` directory, if present, should be added to the source tarball.
Related branches
lp://staging/~zyga/checkbox/fix-1297255
- Sylvain Pineau (community): Approve
-
Diff: 45 lines (+9/-1)2 files modifiedplainbox/plainbox/provider_manager.py (+2/-1)
plainbox/plainbox/test_provider_manager.py (+7/-0)
Changed in checkbox: | |
milestone: | none → plainbox-0.5.2 |
Changed in checkbox: | |
milestone: | plainbox-0.5.2 → plainbox-0.6 |
Changed in checkbox: | |
milestone: | plainbox-0.6 → plainbox-0.5.2 |
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.
A proposal on how this can work is coming up in: https:/ /code.launchpad .net/~zkrynicki /checkbox/ providers/ +merge/ 212636