Merge lp://staging/~jelmer/bzr-builder/optional-deb-version into lp://staging/bzr-builder
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Merged at revision: | 129 |
Proposed branch: | lp://staging/~jelmer/bzr-builder/optional-deb-version |
Merge into: | lp://staging/bzr-builder |
Diff against target: |
206 lines (+69/-13) 5 files modified
__init__.py (+1/-0) cmds.py (+13/-6) recipe.py (+27/-7) tests/test_blackbox.py (+16/-0) tests/test_recipe.py (+12/-0) |
To merge this branch: | bzr merge lp://staging/~jelmer/bzr-builder/optional-deb-version |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Westby | Approve | ||
Review via email: mp+62934@code.staging.launchpad.net |
Description of the change
make the 'deb-version X' stanza in recipes optional and understand it being
missing to mean "don't update the changelog".
This is a step towards being able to build directly from a branch.
To post a comment you must log in.