Merge lp://staging/~mterry/snapcraft/initial-skeleton into lp://staging/~snappy-dev/snapcraft/abandoned-go-trunk
Proposed by
Michael Terry
Status: | Merged |
---|---|
Approved by: | Ted Gould |
Approved revision: | 2 |
Merged at revision: | 2 |
Proposed branch: | lp://staging/~mterry/snapcraft/initial-skeleton |
Merge into: | lp://staging/~snappy-dev/snapcraft/abandoned-go-trunk |
Diff against target: |
1078 lines (+1021/-0) 11 files modified
.bzrignore (+1/-0) COPYING (+674/-0) README.md (+115/-0) cmd/snapcraft/main.go (+31/-0) cmd/snapcraft/parse.go (+39/-0) cmd/snapcraft/parse_test.go (+48/-0) dependencies.tsv (+2/-0) docs/yaml.md (+3/-0) gen-coverage.sh (+14/-0) mdlint.py (+36/-0) run-checks (+58/-0) |
To merge this branch: | bzr merge lp://staging/~mterry/snapcraft/initial-skeleton |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ricardo Salveti (community) | Approve | ||
Ted Gould (community) | Approve | ||
Review via email: mp+261037@code.staging.launchpad.net |
Commit message
Just for fun, start the project layout, unit test framework, and documentation.
Description of the change
Just for fun, start the project layout, unit test framework, and documentation.
These files are heavily cribbed from snappy.
We have 100% test coverage right now. Let's not dip any lower!
To post a comment you must log in.
Woot!