Merge lp:~cjwatson/launchpad/git-path-HEAD into lp:launchpad
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 18384 |
Proposed branch: | lp:~cjwatson/launchpad/git-path-HEAD |
Merge into: | lp:launchpad |
Diff against target: |
300 lines (+143/-29) 6 files modified
lib/lp/code/configure.zcml (+6/-1) lib/lp/code/model/gitref.py (+71/-25) lib/lp/code/model/gitrepository.py (+6/-1) lib/lp/code/model/tests/test_gitrepository.py (+16/-0) lib/lp/snappy/model/snapbuildbehaviour.py (+3/-2) lib/lp/snappy/tests/test_snapbuildbehaviour.py (+41/-0) |
To merge this branch: | bzr merge lp:~cjwatson/launchpad/git-path-HEAD |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | code | Approve | |
Review via email: mp+323660@code.launchpad.net |
Commit message
Allow configuring a snap to build from the current branch of a Git repository rather than explicitly naming a branch.
Description of the change
This is a better default for build.snapcraft.io than hardcoding master.
This must not be landed until https:/
To post a comment you must log in.