Merge lp:~timo-jyrinki/ubuntu-push/test_ignore_file_removal into lp:ubuntu-push

Proposed by Timo Jyrinki
Status: Needs review
Proposed branch: lp:~timo-jyrinki/ubuntu-push/test_ignore_file_removal
Merge into: lp:ubuntu-push
Diff against target: 64 lines (+6/-5)
6 files modified
bus/connectivity/connectivity_test.go (+1/-1)
bus/networkmanager/networkmanager.go (+1/-1)
debian/rules (+2/-0)
debian/source/format (+0/-1)
debian/ubuntu-push-client.install (+1/-1)
debian/ubuntu-push-dev-server.install (+1/-1)
To merge this branch: bzr merge lp:~timo-jyrinki/ubuntu-push/test_ignore_file_removal
Reviewer Review Type Date Requested Status
Ubuntu Push Hackers Pending
Review via email: mp+293511@code.launchpad.net

Commit message

test

Description of the change

test removing the ignore files

To post a comment you must log in.
427. By Jonas G. Drange

sync changelog between automatic and trunk

428. By Timo Jyrinki

remove debian/source, not needed

429. By Timo Jyrinki

try hack to replace >=

430. By Timo Jyrinki

hmm

Unmerged revisions

430. By Timo Jyrinki

hmm

429. By Timo Jyrinki

try hack to replace >=

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bus/connectivity/connectivity_test.go'
--- bus/connectivity/connectivity_test.go 2015-04-29 15:17:49 +0000
+++ bus/connectivity/connectivity_test.go 2016-05-02 14:05:46 +0000
@@ -167,7 +167,7 @@
167167
168func (rep *racyEndpoint) GetProperty(prop string) (interface{}, error) {168func (rep *racyEndpoint) GetProperty(prop string) (interface{}, error) {
169 switch prop {169 switch prop {
170 case "state":170 case "State":
171 rep.lock.Lock()171 rep.lock.Lock()
172 defer rep.lock.Unlock()172 defer rep.lock.Unlock()
173 rep.stateGot = true173 rep.stateGot = true
174174
=== modified file 'bus/networkmanager/networkmanager.go'
--- bus/networkmanager/networkmanager.go 2015-03-30 12:04:49 +0000
+++ bus/networkmanager/networkmanager.go 2016-05-02 14:05:46 +0000
@@ -76,7 +76,7 @@
76*/76*/
7777
78func (nm *networkManager) GetState() State {78func (nm *networkManager) GetState() State {
79 s, err := nm.bus.GetProperty("state")79 s, err := nm.bus.GetProperty("State")
80 if err != nil {80 if err != nil {
81 nm.log.Errorf("failed getting current state: %s", err)81 nm.log.Errorf("failed getting current state: %s", err)
82 nm.log.Debugf("defaulting state to Unknown")82 nm.log.Debugf("defaulting state to Unknown")
8383
=== modified file 'debian/rules'
--- debian/rules 2016-03-10 20:24:21 +0000
+++ debian/rules 2016-05-02 14:05:46 +0000
@@ -29,6 +29,8 @@
29 GODEBUG=cgocheck=0 dh_auto_test -O--buildsystem=golang29 GODEBUG=cgocheck=0 dh_auto_test -O--buildsystem=golang
3030
31override_dh_install:31override_dh_install:
32 mkdir -p debian/tmp/usr/bin/
33 #ln -s /usr/lib/ubuntu-push-client/ubuntu-push-client debian/tmp/usr/bin/ubuntu-push
32 dh_install -Xusr/bin/cmd --fail-missing34 dh_install -Xusr/bin/cmd --fail-missing
3335
34%:36%:
3537
=== removed directory 'debian/source'
=== removed file 'debian/source/format'
--- debian/source/format 2014-03-25 14:35:07 +0000
+++ debian/source/format 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
13.0 (quilt)
20
=== modified file 'debian/ubuntu-push-client.install'
--- debian/ubuntu-push-client.install 2014-08-12 02:31:51 +0000
+++ debian/ubuntu-push-client.install 2016-05-02 14:05:46 +0000
@@ -5,5 +5,5 @@
5debian/push-helper.hook /usr/share/click/hooks5debian/push-helper.hook /usr/share/click/hooks
6signing-helper/signing-helper /usr/lib/ubuntu-push-client6signing-helper/signing-helper /usr/lib/ubuntu-push-client
7scripts/click-hook /usr/lib/ubuntu-push-client7scripts/click-hook /usr/lib/ubuntu-push-client
8usr/bin/ubuntu-push => /usr/lib/ubuntu-push-client/ubuntu-push-client8usr/bin/ubuntu-push
99
1010
=== modified file 'debian/ubuntu-push-dev-server.install'
--- debian/ubuntu-push-dev-server.install 2014-07-17 23:01:19 +0000
+++ debian/ubuntu-push-dev-server.install 2016-05-02 14:05:46 +0000
@@ -1,2 +1,2 @@
1#!/usr/bin/dh-exec1#!/usr/bin/dh-exec
2usr/bin/dev => /usr/bin/ubuntu-push-dev-server2usr/bin/dev

Subscribers

People subscribed via source and target branches