Merge ~goneri/cloud-init:freebsd_python3 into cloud-init:master
Proposed by
Gonéri Le Bouder
| Status: | Merged |
|---|---|
| Approved by: | Ryan Harper |
| Approved revision: | bf752d4ccf7ffb67231104f43ab301cf6834998c |
| Merge reported by: | Server Team CI bot |
| Merged at revision: | not available |
| Proposed branch: | ~goneri/cloud-init:freebsd_python3 |
| Merge into: | cloud-init:master |
| Diff against target: |
103 lines (+40/-33) 1 file modified
tools/build-on-freebsd (+40/-33) |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Server Team CI bot | continuous-integration | Approve | |
| Ryan Harper | Approve | ||
|
Review via email:
|
|||
Commit message
tools/build-
- use python3 by default
- ability to use any Python version through the PYTHON env-var
- indent with 4 spaces
- use 'set -eux'
- remove trailing whitespace
- drop the cheetah dep, Jinja2 is enough
To post a comment you must log in.
Update scan failed
At least one of the branches involved have failed to scan. You can manually schedule a rescan if required.

This patch drops py27 support.
should you allow callers to specify the version ?
For example in tools/bddeb there is --python2
which enables a build for py26/py27
Since you're already extracting the python major, minor
the rest of the code is flexible.
Thoughts?