Merge lp:~tiagosh/telephony-service/launch-indicator into lp:telephony-service

Proposed by Tiago Salem Herrmann
Status: Superseded
Proposed branch: lp:~tiagosh/telephony-service/launch-indicator
Merge into: lp:telephony-service
Diff against target: 49 lines (+12/-2)
4 files modified
Ubuntu/Telephony/tests/CMakeLists.txt (+1/-1)
debian/telephony-service.install (+1/-0)
libtelephonyservice/tests/CMakeLists.txt (+1/-1)
upstart/telephony-service-indicator.conf (+9/-0)
To merge this branch: bzr merge lp:~tiagosh/telephony-service/launch-indicator
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Gustavo Pichorim Boiko Pending
Review via email: mp+212493@code.launchpad.net

This proposal has been superseded by a proposal from 2014-03-26.

Commit message

Add upstart job to launch telephony-service indicator at startup.

Description of the change

Add upstart job to launch telephony-service indicator at startup.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
790. By Tiago Salem Herrmann

fix tests

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
791. By Tiago Salem Herrmann

revert fix for tests

792. By Tiago Salem Herrmann

merge test fixes

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ubuntu/Telephony/tests/CMakeLists.txt'
2--- Ubuntu/Telephony/tests/CMakeLists.txt 2013-08-14 16:18:33 +0000
3+++ Ubuntu/Telephony/tests/CMakeLists.txt 2014-03-24 19:50:11 +0000
4@@ -10,7 +10,7 @@
5 target_link_libraries(${test}
6 telephonyservice-qml
7 )
8- add_test(${test} ${CMAKE_CURRENT_BINARY_DIR}/${test} -xunitxml -o ${CMAKE_BINARY_DIR}/test_${test}.xml)
9+ add_test(${test} ${CMAKE_CURRENT_BINARY_DIR}/${test} -platform offscreen -xunitxml -o ${CMAKE_BINARY_DIR}/test_${test}.xml)
10 endforeach(test)
11 endmacro(generate_tests)
12
13
14=== modified file 'debian/telephony-service.install'
15--- debian/telephony-service.install 2013-12-21 23:44:41 +0000
16+++ debian/telephony-service.install 2014-03-24 19:50:11 +0000
17@@ -15,3 +15,4 @@
18 usr/share/telepathy/clients/TelephonyService*.client
19 usr/share/telephony-service/assets/*
20 var/lib/polkit-1/localauthority/10-vendor.d/*TelephonyService*.pkla
21+upstart/telephony-service-indicator.conf /usr/share/upstart/sessions
22
23=== modified file 'libtelephonyservice/tests/CMakeLists.txt'
24--- libtelephonyservice/tests/CMakeLists.txt 2014-02-27 22:35:40 +0000
25+++ libtelephonyservice/tests/CMakeLists.txt 2014-03-24 19:50:11 +0000
26@@ -35,7 +35,7 @@
27 target_link_libraries(${test}
28 telephonyservice
29 )
30- add_test(${test} ${CMAKE_CURRENT_BINARY_DIR}/${test} -xunitxml -o ${CMAKE_BINARY_DIR}/test_${test}.xml)
31+ add_test(${test} ${CMAKE_CURRENT_BINARY_DIR}/${test} -platform offscreen -xunitxml -o ${CMAKE_BINARY_DIR}/test_${test}.xml)
32 endforeach(test)
33 endmacro(generate_tests)
34
35
36=== added directory 'upstart'
37=== added file 'upstart/telephony-service-indicator.conf'
38--- upstart/telephony-service-indicator.conf 1970-01-01 00:00:00 +0000
39+++ upstart/telephony-service-indicator.conf 2014-03-24 19:50:11 +0000
40@@ -0,0 +1,9 @@
41+description "telephony-service-indicator"
42+author "Tiago Salem Herrmann <tiago.herrmann@canonical.com>"
43+
44+start on started unity8
45+stop on session-end
46+
47+respawn
48+
49+exec /usr/bin/telephony-service-indicator

Subscribers

People subscribed via source and target branches