Merge lp://staging/~xavi-garcia-mena/go-unityscopes/utils-series into lp://staging/go-unityscopes/v2
Proposed by
Xavi Garcia
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~xavi-garcia-mena/go-unityscopes/utils-series |
Merge into: | lp://staging/go-unityscopes/v2 |
Prerequisite: | lp://staging/~xavi-garcia-mena/go-unityscopes/utils-command |
Diff against target: |
206 lines (+196/-0) 2 files modified
utils/series/series.go (+111/-0) utils/series/series_test.go (+85/-0) |
To merge this branch: | bzr merge lp://staging/~xavi-garcia-mena/go-unityscopes/utils-series |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Unity API Team | Pending | ||
Review via email: mp+265833@code.staging.launchpad.net |
Commit message
Added series package, to represent the possible combinations for chroots when crosscompiling.
Description of the change
Added series package, to represent the possible combinations for chroots when crosscompiling.
To post a comment you must log in.
Unmerged revisions
- 71. By Xavi Garcia
-
Added utilites series information to describe the different configurations we can face when crosscompiling go scopes
- 70. By Xavi Garcia
-
Added utils directory with tools for building. Added common test utils package. Added utils command package to run system commands