Merge lp:~seb128/ubuntu-system-settings/visible-file-exists into lp:ubuntu-system-settings
| Status: | Merged |
|---|---|
| Approved by: | Ken VanDine on 2015-06-04 |
| Approved revision: | 1433 |
| Merged at revision: | 1433 |
| Proposed branch: | lp:~seb128/ubuntu-system-settings/visible-file-exists |
| Merge into: | lp:ubuntu-system-settings |
| Diff against target: |
74 lines (+13/-2) 5 files modified
debian/control (+1/-1) lib/SystemSettings/item-base.cpp (+1/-0) lib/SystemSettings/item-base.h (+1/-0) plugins/system-update/system-update.settings (+4/-1) src/plugin.cpp (+6/-0) |
| To merge this branch: | bzr merge lp:~seb128/ubuntu-system-settings/visible-file-exists |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2015-06-04 | |
| Ken VanDine | 2015-06-04 | Approve on 2015-06-04 | |
|
Review via email:
|
|||
Commit Message
define a way for plugin to be visible if a file exists, use that capability
to enable the updates panel on system-image systems and not snappy one,
which allows us to not have a strong depends on system image components
Description of the Change
define a way for plugin to be visible if a file exists, use that capability
to enable the updates panel on system-image systems and not snappy one,
which allows us to not have a strong depends on system image components
- 1433. By Sebastien Bacher on 2015-06-04
-
define a way for plugin to be visible if a file exists, use that capability
to enable the updates panel on system-image systems and not snappy one,
which allows us to not have a strong depends on system image components
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:1433
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://


Looks good and should prove useful