Merge lp:~sergiusens/phablet-tools/common_options_ubuntu_system into lp:phablet-tools

Proposed by Sergio Schvezov
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 152
Merged at revision: 153
Proposed branch: lp:~sergiusens/phablet-tools/common_options_ubuntu_system
Merge into: lp:phablet-tools
Diff against target: 11 lines (+1/-1)
1 file modified
phabletutils/arguments.py (+1/-1)
To merge this branch: bzr merge lp:~sergiusens/phablet-tools/common_options_ubuntu_system
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Andy Doan (community) Approve
Ubuntu Phablet Team Pending
Review via email: mp+179491@code.launchpad.net

Commit message

phablet-flash: Adding common options to ubuntu-system.

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) wrote :

works for utah now. thanks

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'phabletutils/arguments.py'
2--- phabletutils/arguments.py 2013-08-09 01:19:35 +0000
3+++ phabletutils/arguments.py 2013-08-09 16:08:41 +0000
4@@ -251,6 +251,6 @@
5 common_non_system_parser])
6 legacy(sub, [common_parser, common_supported_parser,
7 common_non_system_parser])
8- ubuntu_system(sub, [common_supported_parser, ])
9+ ubuntu_system(sub, [common_parser, common_supported_parser, ])
10 community(sub, [common_parser, common_non_system_parser, ])
11 return parser

Subscribers

People subscribed via source and target branches