Merge lp://staging/~thomas-voss/biometryd/add-config-command into lp://staging/biometryd
Proposed by
Thomas Voß
Status: | Merged |
---|---|
Approved by: | Thomas Voß |
Approved revision: | 11 |
Merged at revision: | 12 |
Proposed branch: | lp://staging/~thomas-voss/biometryd/add-config-command |
Merge into: | lp://staging/biometryd |
Diff against target: |
365 lines (+253/-3) 9 files modified
src/biometry/CMakeLists.txt (+2/-0) src/biometry/cmds/config.cpp (+85/-0) src/biometry/cmds/config.h (+59/-0) src/biometry/daemon.cpp (+2/-0) src/biometry/util/cli.cpp (+17/-3) src/biometry/util/cli.h (+14/-0) tests/CMakeLists.txt (+2/-0) tests/cmds/test_config.cpp (+51/-0) tests/test_daemon.cpp (+21/-0) |
To merge this branch: | bzr merge lp://staging/~thomas-voss/biometryd/add-config-command |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+294298@code.staging.launchpad.net |
Commit message
Add a command biometryd config --flag=*.
Description of the change
Add a command biometryd config --flag=*.
To post a comment you must log in.