Merge lp:~thumper/juju-core/move-loggo-to-github into lp:~go-bot/juju-core/trunk

Proposed by Tim Penhey
Status: Merged
Approved by: Tim Penhey
Approved revision: no longer in the source branch.
Merged at revision: 2268
Proposed branch: lp:~thumper/juju-core/move-loggo-to-github
Merge into: lp:~go-bot/juju-core/trunk
Diff against target: 1332 lines (+98/-98)
98 files modified
CONTRIBUTING (+1/-1)
agent/agent.go (+1/-1)
agent/tools/tools.go (+1/-1)
charm/testing/mockstore.go (+1/-1)
cloudinit/sshinit/configure.go (+1/-1)
cmd/juju/main.go (+1/-1)
cmd/juju/synctools.go (+1/-1)
cmd/jujud/machine.go (+1/-1)
cmd/jujud/main.go (+1/-1)
cmd/jujud/run_test.go (+1/-1)
cmd/jujud/unit.go (+1/-1)
cmd/logging.go (+1/-1)
cmd/logging_test.go (+1/-1)
cmd/plugins/juju-metadata/metadata.go (+1/-1)
cmd/plugins/juju-metadata/signmetadata.go (+1/-1)
cmd/plugins/juju-metadata/signmetadata_test.go (+1/-1)
cmd/plugins/juju-metadata/toolsmetadata.go (+1/-1)
cmd/plugins/juju-metadata/toolsmetadata_test.go (+1/-1)
cmd/plugins/juju-restore/restore.go (+1/-1)
cmd/supercommand.go (+1/-1)
container/kvm/kvm.go (+1/-1)
container/kvm/kvm_test.go (+1/-1)
container/kvm/live_test.go (+1/-1)
container/lxc/lxc.go (+1/-1)
container/lxc/lxc_test.go (+1/-1)
container/userdata.go (+1/-1)
dependencies.tsv (+1/-1)
environs/bootstrap/bootstrap.go (+1/-1)
environs/config.go (+1/-1)
environs/config/config.go (+1/-1)
environs/config/config_test.go (+1/-1)
environs/config_test.go (+1/-1)
environs/configstore/disk.go (+1/-1)
environs/imagemetadata/upload.go (+1/-1)
environs/manual/provisioner.go (+1/-1)
environs/simplestreams/simplestreams.go (+1/-1)
environs/sync/sync.go (+1/-1)
environs/testing/bootstrap.go (+1/-1)
environs/tools/tools.go (+1/-1)
environs/tools/tools_test.go (+1/-1)
juju/api.go (+1/-1)
log/log.go (+1/-1)
log/log_test.go (+1/-1)
provider/azure/environprovider.go (+1/-1)
provider/common/bootstrap.go (+1/-1)
provider/common/bootstrap_test.go (+1/-1)
provider/dummy/environs.go (+1/-1)
provider/ec2/ec2.go (+1/-1)
provider/joyent/provider.go (+1/-1)
provider/local/environprovider.go (+1/-1)
provider/local/environprovider_test.go (+1/-1)
provider/maas/environprovider.go (+1/-1)
provider/null/environ.go (+1/-1)
provider/openstack/config_test.go (+1/-1)
provider/openstack/provider.go (+1/-1)
rpc/jsoncodec/codec.go (+1/-1)
rpc/jsoncodec/codec_test.go (+1/-1)
rpc/server.go (+1/-1)
state/apiserver/apiserver.go (+1/-1)
state/apiserver/charmrevisionupdater/updater.go (+1/-1)
state/apiserver/client/client.go (+1/-1)
state/apiserver/keymanager/keymanager.go (+1/-1)
state/apiserver/logger/logger.go (+1/-1)
state/apiserver/login_test.go (+1/-1)
state/apiserver/pinger_test.go (+1/-1)
state/state.go (+1/-1)
state/unit.go (+1/-1)
state/watcher.go (+1/-1)
testing/checkers/log.go (+1/-1)
testing/checkers/log_test.go (+1/-1)
testing/testbase/log.go (+1/-1)
tools/tools.go (+1/-1)
utils/apt.go (+1/-1)
utils/exec/exec.go (+1/-1)
utils/fslock/fslock.go (+1/-1)
utils/network.go (+1/-1)
utils/ssh/authorisedkeys.go (+1/-1)
worker/authenticationworker/worker.go (+1/-1)
worker/deployer/deployer.go (+1/-1)
worker/environ.go (+1/-1)
worker/instancepoller/observer_test.go (+1/-1)
worker/instancepoller/updater.go (+1/-1)
worker/localstorage/worker.go (+1/-1)
worker/logger/logger.go (+1/-1)
worker/logger/logger_test.go (+1/-1)
worker/machiner/machiner.go (+1/-1)
worker/minunitsworker/minunitsworker.go (+1/-1)
worker/minunitsworker/minunitsworker_test.go (+1/-1)
worker/provisioner/kvm-broker.go (+1/-1)
worker/provisioner/lxc-broker.go (+1/-1)
worker/provisioner/provisioner.go (+1/-1)
worker/uniter/context.go (+1/-1)
worker/uniter/filter.go (+1/-1)
worker/uniter/jujuc/juju-log.go (+1/-1)
worker/uniter/jujuc/juju-log_test.go (+1/-1)
worker/uniter/jujuc/server.go (+1/-1)
worker/uniter/uniter.go (+1/-1)
worker/upgrader/upgrader.go (+1/-1)
To merge this branch: bzr merge lp:~thumper/juju-core/move-loggo-to-github
Reviewer Review Type Date Requested Status
Juju Engineering Pending
Review via email: mp+203620@code.launchpad.net

Commit message

Move the loggo import to the github location

The trunk of loggo has moved to github in an attempt
to get better at git.

https://codereview.appspot.com/57830044/

Description of the change

Move the loggo import to the github location

The trunk of loggo has moved to github in an attempt
to get better at git.

https://codereview.appspot.com/57830044/

To post a comment you must log in.
Revision history for this message
Tim Penhey (thumper) wrote :
Download full text (3.5 KiB)

Reviewers: mp+203620_code.launchpad.net,

Message:
Please take a look.

Description:
Move the loggo import to the github location

The trunk of loggo has moved to github in an attempt
to get better at git.

https://code.launchpad.net/~thumper/juju-core/move-loggo-to-github/+merge/203620

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/57830044/

Affected files (+100, -98 lines):
   M CONTRIBUTING
   A [revision details]
   M agent/agent.go
   M agent/tools/tools.go
   M charm/testing/mockstore.go
   M cloudinit/sshinit/configure.go
   M cmd/juju/main.go
   M cmd/juju/synctools.go
   M cmd/jujud/machine.go
   M cmd/jujud/main.go
   M cmd/jujud/run_test.go
   M cmd/jujud/unit.go
   M cmd/logging.go
   M cmd/logging_test.go
   M cmd/plugins/juju-metadata/metadata.go
   M cmd/plugins/juju-metadata/signmetadata.go
   M cmd/plugins/juju-metadata/signmetadata_test.go
   M cmd/plugins/juju-metadata/toolsmetadata.go
   M cmd/plugins/juju-metadata/toolsmetadata_test.go
   M cmd/plugins/juju-restore/restore.go
   M cmd/supercommand.go
   M container/kvm/kvm.go
   M container/kvm/kvm_test.go
   M container/kvm/live_test.go
   M container/lxc/lxc.go
   M container/lxc/lxc_test.go
   M container/userdata.go
   M dependencies.tsv
   M environs/bootstrap/bootstrap.go
   M environs/config.go
   M environs/config/config.go
   M environs/config/config_test.go
   M environs/config_test.go
   M environs/configstore/disk.go
   M environs/imagemetadata/upload.go
   M environs/manual/provisioner.go
   M environs/simplestreams/simplestreams.go
   M environs/sync/sync.go
   M environs/testing/bootstrap.go
   M environs/tools/tools.go
   M environs/tools/tools_test.go
   M juju/api.go
   M log/log.go
   M log/log_test.go
   M provider/azure/environprovider.go
   M provider/common/bootstrap.go
   M provider/common/bootstrap_test.go
   M provider/dummy/environs.go
   M provider/ec2/ec2.go
   M provider/joyent/provider.go
   M provider/local/environprovider.go
   M provider/local/environprovider_test.go
   M provider/maas/environprovider.go
   M provider/null/environ.go
   M provider/openstack/config_test.go
   M provider/openstack/provider.go
   M rpc/jsoncodec/codec.go
   M rpc/jsoncodec/codec_test.go
   M rpc/server.go
   M state/apiserver/apiserver.go
   M state/apiserver/charmrevisionupdater/updater.go
   M state/apiserver/client/client.go
   M state/apiserver/keymanager/keymanager.go
   M state/apiserver/logger/logger.go
   M state/apiserver/login_test.go
   M state/apiserver/pinger_test.go
   M state/state.go
   M state/unit.go
   M state/watcher.go
   M testing/checkers/log.go
   M testing/checkers/log_test.go
   M testing/testbase/log.go
   M tools/tools.go
   M utils/apt.go
   M utils/exec/exec.go
   M utils/fslock/fslock.go
   M utils/network.go
   M utils/ssh/authorisedkeys.go
   M worker/authenticationworker/worker.go
   M worker/deployer/deployer.go
   M worker/environ.go
   M worker/instancepoller/observer_test.go
   M worker/instancepoller/updater.go
   M worker/localstorage/worker.go
   M worker/logger/logger.go
   M worker/logger/logger_test.go
   M worker/machiner/machiner.go
   M worker/minunitswor...

Read more...

Revision history for this message
Ian Booth (wallyworld) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CONTRIBUTING'
2--- CONTRIBUTING 2013-08-07 08:14:53 +0000
3+++ CONTRIBUTING 2014-01-28 19:19:32 +0000
4@@ -82,7 +82,7 @@
5
6 "labix.org/v2/mgo"
7 gc "launchpad.net/gocheck"
8- "launchpad.net/loggo"
9+ "github.com/loggo/loggo"
10
11 "launchpad.net/juju-core/state"
12 "launchpad.net/juju-core/worker"
13
14=== modified file 'agent/agent.go'
15--- agent/agent.go 2014-01-23 05:21:21 +0000
16+++ agent/agent.go 2014-01-28 19:19:32 +0000
17@@ -9,7 +9,7 @@
18 "regexp"
19 "sync"
20
21- "launchpad.net/loggo"
22+ "github.com/loggo/loggo"
23
24 "launchpad.net/juju-core/errors"
25 "launchpad.net/juju-core/state"
26
27=== modified file 'agent/tools/tools.go'
28--- agent/tools/tools.go 2013-08-21 05:38:38 +0000
29+++ agent/tools/tools.go 2014-01-28 19:19:32 +0000
30@@ -6,7 +6,7 @@
31 import (
32 "io"
33
34- "launchpad.net/loggo"
35+ "github.com/loggo/loggo"
36
37 "launchpad.net/juju-core/tools"
38 "launchpad.net/juju-core/version"
39
40=== modified file 'charm/testing/mockstore.go'
41--- charm/testing/mockstore.go 2014-01-15 08:03:45 +0000
42+++ charm/testing/mockstore.go 2014-01-28 19:19:32 +0000
43@@ -13,8 +13,8 @@
44 "strconv"
45 "strings"
46
47+ "github.com/loggo/loggo"
48 gc "launchpad.net/gocheck"
49- "launchpad.net/loggo"
50
51 "launchpad.net/juju-core/charm"
52 "launchpad.net/juju-core/testing"
53
54=== modified file 'cloudinit/sshinit/configure.go'
55--- cloudinit/sshinit/configure.go 2014-01-23 23:02:13 +0000
56+++ cloudinit/sshinit/configure.go 2014-01-28 19:19:32 +0000
57@@ -8,7 +8,7 @@
58 "io"
59 "strings"
60
61- "launchpad.net/loggo"
62+ "github.com/loggo/loggo"
63
64 "launchpad.net/juju-core/cloudinit"
65 "launchpad.net/juju-core/utils"
66
67=== modified file 'cmd/juju/main.go'
68--- cmd/juju/main.go 2014-01-17 02:06:47 +0000
69+++ cmd/juju/main.go 2014-01-28 19:19:32 +0000
70@@ -7,7 +7,7 @@
71 "fmt"
72 "os"
73
74- "launchpad.net/loggo"
75+ "github.com/loggo/loggo"
76
77 "launchpad.net/juju-core/cmd"
78 "launchpad.net/juju-core/environs"
79
80=== modified file 'cmd/juju/synctools.go'
81--- cmd/juju/synctools.go 2014-01-14 10:07:34 +0000
82+++ cmd/juju/synctools.go 2014-01-28 19:19:32 +0000
83@@ -4,8 +4,8 @@
84 package main
85
86 import (
87+ "github.com/loggo/loggo"
88 "launchpad.net/gnuflag"
89- "launchpad.net/loggo"
90
91 "launchpad.net/juju-core/cmd"
92 "launchpad.net/juju-core/environs"
93
94=== modified file 'cmd/jujud/machine.go'
95--- cmd/jujud/machine.go 2014-01-24 14:52:58 +0000
96+++ cmd/jujud/machine.go 2014-01-28 19:19:32 +0000
97@@ -9,8 +9,8 @@
98 "path/filepath"
99 "time"
100
101+ "github.com/loggo/loggo"
102 "launchpad.net/gnuflag"
103- "launchpad.net/loggo"
104 "launchpad.net/tomb"
105
106 "launchpad.net/juju-core/agent"
107
108=== modified file 'cmd/jujud/main.go'
109--- cmd/jujud/main.go 2014-01-17 00:58:19 +0000
110+++ cmd/jujud/main.go 2014-01-28 19:19:32 +0000
111@@ -12,7 +12,7 @@
112 "strings"
113 "time"
114
115- "launchpad.net/loggo"
116+ "github.com/loggo/loggo"
117
118 "launchpad.net/juju-core/cmd"
119 "launchpad.net/juju-core/utils/exec"
120
121=== modified file 'cmd/jujud/run_test.go'
122--- cmd/jujud/run_test.go 2014-01-15 00:31:06 +0000
123+++ cmd/jujud/run_test.go 2014-01-28 19:19:32 +0000
124@@ -9,8 +9,8 @@
125 "path/filepath"
126 "time"
127
128+ "github.com/loggo/loggo"
129 gc "launchpad.net/gocheck"
130- "launchpad.net/loggo"
131
132 "launchpad.net/juju-core/cmd"
133 "launchpad.net/juju-core/testing"
134
135=== modified file 'cmd/jujud/unit.go'
136--- cmd/jujud/unit.go 2013-11-13 05:26:13 +0000
137+++ cmd/jujud/unit.go 2014-01-28 19:19:32 +0000
138@@ -6,8 +6,8 @@
139 import (
140 "fmt"
141
142+ "github.com/loggo/loggo"
143 "launchpad.net/gnuflag"
144- "launchpad.net/loggo"
145 "launchpad.net/tomb"
146
147 "launchpad.net/juju-core/cmd"
148
149=== modified file 'cmd/logging.go'
150--- cmd/logging.go 2014-01-22 23:36:28 +0000
151+++ cmd/logging.go 2014-01-28 19:19:32 +0000
152@@ -9,8 +9,8 @@
153 "os"
154 "time"
155
156+ "github.com/loggo/loggo"
157 "launchpad.net/gnuflag"
158- "launchpad.net/loggo"
159
160 "launchpad.net/juju-core/juju/osenv"
161 )
162
163=== modified file 'cmd/logging_test.go'
164--- cmd/logging_test.go 2014-01-22 23:36:28 +0000
165+++ cmd/logging_test.go 2014-01-28 19:19:32 +0000
166@@ -7,8 +7,8 @@
167 "io/ioutil"
168 "path/filepath"
169
170+ "github.com/loggo/loggo"
171 gc "launchpad.net/gocheck"
172- "launchpad.net/loggo"
173
174 "launchpad.net/juju-core/cmd"
175 "launchpad.net/juju-core/juju/osenv"
176
177=== modified file 'cmd/plugins/juju-metadata/metadata.go'
178--- cmd/plugins/juju-metadata/metadata.go 2013-10-10 11:40:54 +0000
179+++ cmd/plugins/juju-metadata/metadata.go 2014-01-28 19:19:32 +0000
180@@ -7,7 +7,7 @@
181 "fmt"
182 "os"
183
184- "launchpad.net/loggo"
185+ "github.com/loggo/loggo"
186
187 "launchpad.net/juju-core/cmd"
188 "launchpad.net/juju-core/juju"
189
190=== modified file 'cmd/plugins/juju-metadata/signmetadata.go'
191--- cmd/plugins/juju-metadata/signmetadata.go 2013-12-23 05:18:58 +0000
192+++ cmd/plugins/juju-metadata/signmetadata.go 2014-01-28 19:19:32 +0000
193@@ -10,8 +10,8 @@
194 "path/filepath"
195 "strings"
196
197+ "github.com/loggo/loggo"
198 "launchpad.net/gnuflag"
199- "launchpad.net/loggo"
200
201 "launchpad.net/juju-core/cmd"
202 "launchpad.net/juju-core/environs/simplestreams"
203
204=== modified file 'cmd/plugins/juju-metadata/signmetadata_test.go'
205--- cmd/plugins/juju-metadata/signmetadata_test.go 2013-10-10 11:40:54 +0000
206+++ cmd/plugins/juju-metadata/signmetadata_test.go 2014-01-28 19:19:32 +0000
207@@ -9,8 +9,8 @@
208 "os"
209 "path/filepath"
210
211+ "github.com/loggo/loggo"
212 gc "launchpad.net/gocheck"
213- "launchpad.net/loggo"
214
215 "launchpad.net/juju-core/cmd"
216 "launchpad.net/juju-core/environs/simplestreams"
217
218=== modified file 'cmd/plugins/juju-metadata/toolsmetadata.go'
219--- cmd/plugins/juju-metadata/toolsmetadata.go 2014-01-22 22:48:54 +0000
220+++ cmd/plugins/juju-metadata/toolsmetadata.go 2014-01-28 19:19:32 +0000
221@@ -9,8 +9,8 @@
222 "path"
223 "strings"
224
225+ "github.com/loggo/loggo"
226 "launchpad.net/gnuflag"
227- "launchpad.net/loggo"
228
229 "launchpad.net/juju-core/cmd"
230 "launchpad.net/juju-core/environs/filestorage"
231
232=== modified file 'cmd/plugins/juju-metadata/toolsmetadata_test.go'
233--- cmd/plugins/juju-metadata/toolsmetadata_test.go 2014-01-22 23:36:28 +0000
234+++ cmd/plugins/juju-metadata/toolsmetadata_test.go 2014-01-28 19:19:32 +0000
235@@ -10,8 +10,8 @@
236 "regexp"
237 "strings"
238
239+ "github.com/loggo/loggo"
240 gc "launchpad.net/gocheck"
241- "launchpad.net/loggo"
242
243 "launchpad.net/juju-core/cmd"
244 "launchpad.net/juju-core/environs"
245
246=== modified file 'cmd/plugins/juju-restore/restore.go'
247--- cmd/plugins/juju-restore/restore.go 2014-01-27 15:47:23 +0000
248+++ cmd/plugins/juju-restore/restore.go 2014-01-28 19:19:32 +0000
249@@ -12,8 +12,8 @@
250 "os/signal"
251 "text/template"
252
253+ "github.com/loggo/loggo"
254 "launchpad.net/gnuflag"
255- "launchpad.net/loggo"
256
257 "launchpad.net/juju-core/cmd"
258 "launchpad.net/juju-core/constraints"
259
260=== modified file 'cmd/supercommand.go'
261--- cmd/supercommand.go 2013-12-13 04:08:51 +0000
262+++ cmd/supercommand.go 2014-01-28 19:19:32 +0000
263@@ -10,7 +10,7 @@
264 "sort"
265 "strings"
266
267- "launchpad.net/loggo"
268+ "github.com/loggo/loggo"
269
270 "launchpad.net/gnuflag"
271 )
272
273=== modified file 'container/kvm/kvm.go'
274--- container/kvm/kvm.go 2013-12-05 22:32:47 +0000
275+++ container/kvm/kvm.go 2014-01-28 19:19:32 +0000
276@@ -8,7 +8,7 @@
277 "os/exec"
278 "strings"
279
280- "launchpad.net/loggo"
281+ "github.com/loggo/loggo"
282
283 "launchpad.net/juju-core/constraints"
284 "launchpad.net/juju-core/container"
285
286=== modified file 'container/kvm/kvm_test.go'
287--- container/kvm/kvm_test.go 2013-12-05 03:38:24 +0000
288+++ container/kvm/kvm_test.go 2014-01-28 19:19:32 +0000
289@@ -6,8 +6,8 @@
290 import (
291 "path/filepath"
292
293+ "github.com/loggo/loggo"
294 gc "launchpad.net/gocheck"
295- "launchpad.net/loggo"
296
297 "launchpad.net/juju-core/constraints"
298 "launchpad.net/juju-core/container"
299
300=== modified file 'container/kvm/live_test.go'
301--- container/kvm/live_test.go 2013-12-05 03:38:24 +0000
302+++ container/kvm/live_test.go 2014-01-28 19:19:32 +0000
303@@ -8,8 +8,8 @@
304 "os"
305 "runtime"
306
307+ "github.com/loggo/loggo"
308 gc "launchpad.net/gocheck"
309- "launchpad.net/loggo"
310
311 "launchpad.net/juju-core/constraints"
312 "launchpad.net/juju-core/container"
313
314=== modified file 'container/lxc/lxc.go'
315--- container/lxc/lxc.go 2014-01-26 22:51:43 +0000
316+++ container/lxc/lxc.go 2014-01-28 19:19:32 +0000
317@@ -10,8 +10,8 @@
318 "path/filepath"
319 "strings"
320
321+ "github.com/loggo/loggo"
322 "launchpad.net/golxc"
323- "launchpad.net/loggo"
324
325 "launchpad.net/juju-core/container"
326 "launchpad.net/juju-core/environs/cloudinit"
327
328=== modified file 'container/lxc/lxc_test.go'
329--- container/lxc/lxc_test.go 2014-01-27 07:14:35 +0000
330+++ container/lxc/lxc_test.go 2014-01-28 19:19:32 +0000
331@@ -11,10 +11,10 @@
332 "strings"
333 stdtesting "testing"
334
335+ "github.com/loggo/loggo"
336 gc "launchpad.net/gocheck"
337 "launchpad.net/golxc"
338 "launchpad.net/goyaml"
339- "launchpad.net/loggo"
340
341 "launchpad.net/juju-core/container"
342 "launchpad.net/juju-core/container/lxc"
343
344=== modified file 'container/userdata.go'
345--- container/userdata.go 2013-11-21 10:00:14 +0000
346+++ container/userdata.go 2014-01-28 19:19:32 +0000
347@@ -9,7 +9,7 @@
348 "regexp"
349 "strings"
350
351- "launchpad.net/loggo"
352+ "github.com/loggo/loggo"
353
354 coreCloudinit "launchpad.net/juju-core/cloudinit"
355 "launchpad.net/juju-core/environs/cloudinit"
356
357=== modified file 'dependencies.tsv'
358--- dependencies.tsv 2014-01-25 01:07:50 +0000
359+++ dependencies.tsv 2014-01-28 19:19:32 +0000
360@@ -1,6 +1,7 @@
361 code.google.com/p/go.crypto hg 6478cc9340cbbe6c04511280c5007722269108e9 184
362 code.google.com/p/go.net hg 3591c18acabc99439c783463ef00e6dc277eee39 77
363 labix.org/v2/mgo bzr gustavo@niemeyer.net-20131118213720-aralgr4ienh0gdyq 248
364+github.com/loggo/loggo git 89458b4dc99692bc24efe9c2252d7587f8dc247b
365 launchpad.net/gnuflag bzr roger.peppe@canonical.com-20121003093437-zcyyw0lpvj2nifpk 12
366 launchpad.net/goamz bzr roger.peppe@canonical.com-20131218155244-hbnkvlkkzy3vmlh9 44
367 launchpad.net/gocheck bzr gustavo@niemeyer.net-20130302024745-6ikofwq2c03h7giu 85
368@@ -9,6 +10,5 @@
369 launchpad.net/goose bzr tarmac-20140124165235-h9rloooc531udms5 116
370 launchpad.net/goyaml bzr gustavo@niemeyer.net-20131114120802-abe042syx64z2m7s 50
371 launchpad.net/gwacl bzr tarmac-20131031081035-b33m6fyrrdiuf408 229
372-launchpad.net/loggo bzr tim.penhey@canonical.com-20130729043644-ym0cscir1cist4sm 39
373 launchpad.net/lpad bzr gustavo@niemeyer.net-20120626194701-536yx0g9jdq2ik3h 64
374 launchpad.net/tomb bzr gustavo@niemeyer.net-20130531003818-70ikdgklbxopn8x4 17
375
376=== modified file 'environs/bootstrap/bootstrap.go'
377--- environs/bootstrap/bootstrap.go 2013-12-20 03:05:50 +0000
378+++ environs/bootstrap/bootstrap.go 2014-01-28 19:19:32 +0000
379@@ -6,7 +6,7 @@
380 import (
381 "fmt"
382
383- "launchpad.net/loggo"
384+ "github.com/loggo/loggo"
385
386 "launchpad.net/juju-core/constraints"
387 "launchpad.net/juju-core/environs"
388
389=== modified file 'environs/config.go'
390--- environs/config.go 2014-01-22 22:48:54 +0000
391+++ environs/config.go 2014-01-28 19:19:32 +0000
392@@ -9,8 +9,8 @@
393 "os"
394 "path/filepath"
395
396+ "github.com/loggo/loggo"
397 "launchpad.net/goyaml"
398- "launchpad.net/loggo"
399
400 "launchpad.net/juju-core/environs/config"
401 "launchpad.net/juju-core/errors"
402
403=== modified file 'environs/config/config.go'
404--- environs/config/config.go 2014-01-28 03:49:41 +0000
405+++ environs/config/config.go 2014-01-28 19:19:32 +0000
406@@ -12,7 +12,7 @@
407 "strings"
408 "time"
409
410- "launchpad.net/loggo"
411+ "github.com/loggo/loggo"
412
413 "launchpad.net/juju-core/cert"
414 "launchpad.net/juju-core/charm"
415
416=== modified file 'environs/config/config_test.go'
417--- environs/config/config_test.go 2014-01-28 03:49:41 +0000
418+++ environs/config/config_test.go 2014-01-28 19:19:32 +0000
419@@ -9,8 +9,8 @@
420 stdtesting "testing"
421 "time"
422
423+ "github.com/loggo/loggo"
424 gc "launchpad.net/gocheck"
425- "launchpad.net/loggo"
426
427 "launchpad.net/juju-core/cert"
428 "launchpad.net/juju-core/environs/config"
429
430=== modified file 'environs/config_test.go'
431--- environs/config_test.go 2013-12-19 03:00:12 +0000
432+++ environs/config_test.go 2014-01-28 19:19:32 +0000
433@@ -10,8 +10,8 @@
434 "sort"
435 "strings"
436
437+ "github.com/loggo/loggo"
438 gc "launchpad.net/gocheck"
439- "launchpad.net/loggo"
440
441 "launchpad.net/juju-core/environs"
442 "launchpad.net/juju-core/environs/config"
443
444=== modified file 'environs/configstore/disk.go'
445--- environs/configstore/disk.go 2014-01-26 19:19:03 +0000
446+++ environs/configstore/disk.go 2014-01-28 19:19:32 +0000
447@@ -9,8 +9,8 @@
448 "os"
449 "path/filepath"
450
451+ "github.com/loggo/loggo"
452 "launchpad.net/goyaml"
453- "launchpad.net/loggo"
454
455 "launchpad.net/juju-core/errors"
456 "launchpad.net/juju-core/juju/osenv"
457
458=== modified file 'environs/imagemetadata/upload.go'
459--- environs/imagemetadata/upload.go 2014-01-21 22:26:08 +0000
460+++ environs/imagemetadata/upload.go 2014-01-28 19:19:32 +0000
461@@ -11,7 +11,7 @@
462 "path/filepath"
463 "strings"
464
465- "launchpad.net/loggo"
466+ "github.com/loggo/loggo"
467
468 "launchpad.net/juju-core/environs/simplestreams"
469 "launchpad.net/juju-core/environs/storage"
470
471=== modified file 'environs/manual/provisioner.go'
472--- environs/manual/provisioner.go 2014-01-23 23:02:13 +0000
473+++ environs/manual/provisioner.go 2014-01-28 19:19:32 +0000
474@@ -10,7 +10,7 @@
475 "net"
476 "strings"
477
478- "launchpad.net/loggo"
479+ "github.com/loggo/loggo"
480
481 coreCloudinit "launchpad.net/juju-core/cloudinit"
482 "launchpad.net/juju-core/cloudinit/sshinit"
483
484=== modified file 'environs/simplestreams/simplestreams.go'
485--- environs/simplestreams/simplestreams.go 2014-01-21 22:26:08 +0000
486+++ environs/simplestreams/simplestreams.go 2014-01-28 19:19:32 +0000
487@@ -23,7 +23,7 @@
488 "strings"
489 "sync"
490
491- "launchpad.net/loggo"
492+ "github.com/loggo/loggo"
493
494 "launchpad.net/juju-core/errors"
495 )
496
497=== modified file 'environs/sync/sync.go'
498--- environs/sync/sync.go 2014-01-20 23:32:00 +0000
499+++ environs/sync/sync.go 2014-01-28 19:19:32 +0000
500@@ -13,7 +13,7 @@
501 "os"
502 "path/filepath"
503
504- "launchpad.net/loggo"
505+ "github.com/loggo/loggo"
506
507 "launchpad.net/juju-core/environs/filestorage"
508 "launchpad.net/juju-core/environs/simplestreams"
509
510=== modified file 'environs/testing/bootstrap.go'
511--- environs/testing/bootstrap.go 2014-01-13 06:25:28 +0000
512+++ environs/testing/bootstrap.go 2014-01-28 19:19:32 +0000
513@@ -6,7 +6,7 @@
514 import (
515 "io"
516
517- "launchpad.net/loggo"
518+ "github.com/loggo/loggo"
519
520 "launchpad.net/juju-core/cmd"
521 "launchpad.net/juju-core/environs"
522
523=== modified file 'environs/tools/tools.go'
524--- environs/tools/tools.go 2014-01-14 23:18:29 +0000
525+++ environs/tools/tools.go 2014-01-28 19:19:32 +0000
526@@ -6,7 +6,7 @@
527 import (
528 "fmt"
529
530- "launchpad.net/loggo"
531+ "github.com/loggo/loggo"
532
533 "launchpad.net/juju-core/environs"
534 "launchpad.net/juju-core/environs/simplestreams"
535
536=== modified file 'environs/tools/tools_test.go'
537--- environs/tools/tools_test.go 2014-01-20 23:32:00 +0000
538+++ environs/tools/tools_test.go 2014-01-28 19:19:32 +0000
539@@ -12,8 +12,8 @@
540 "path/filepath"
541 "time"
542
543+ "github.com/loggo/loggo"
544 gc "launchpad.net/gocheck"
545- "launchpad.net/loggo"
546
547 "launchpad.net/juju-core/environs"
548 "launchpad.net/juju-core/environs/config"
549
550=== modified file 'juju/api.go'
551--- juju/api.go 2014-01-22 22:48:54 +0000
552+++ juju/api.go 2014-01-28 19:19:32 +0000
553@@ -8,7 +8,7 @@
554 "io"
555 "time"
556
557- "launchpad.net/loggo"
558+ "github.com/loggo/loggo"
559
560 "launchpad.net/juju-core/environs"
561 "launchpad.net/juju-core/environs/config"
562
563=== modified file 'log/log.go'
564--- log/log.go 2013-11-18 21:58:34 +0000
565+++ log/log.go 2014-01-28 19:19:32 +0000
566@@ -6,7 +6,7 @@
567 import (
568 "fmt"
569
570- "launchpad.net/loggo"
571+ "github.com/loggo/loggo"
572 )
573
574 var (
575
576=== modified file 'log/log_test.go'
577--- log/log_test.go 2013-08-19 11:19:07 +0000
578+++ log/log_test.go 2014-01-28 19:19:32 +0000
579@@ -9,8 +9,8 @@
580 "testing"
581 "time"
582
583+ "github.com/loggo/loggo"
584 gc "launchpad.net/gocheck"
585- "launchpad.net/loggo"
586
587 "launchpad.net/juju-core/log"
588 )
589
590=== modified file 'provider/azure/environprovider.go'
591--- provider/azure/environprovider.go 2013-09-13 14:48:13 +0000
592+++ provider/azure/environprovider.go 2014-01-28 19:19:32 +0000
593@@ -8,7 +8,7 @@
594 "fmt"
595 "io/ioutil"
596
597- "launchpad.net/loggo"
598+ "github.com/loggo/loggo"
599
600 "launchpad.net/juju-core/environs"
601 "launchpad.net/juju-core/environs/config"
602
603=== modified file 'provider/common/bootstrap.go'
604--- provider/common/bootstrap.go 2014-01-25 11:22:37 +0000
605+++ provider/common/bootstrap.go 2014-01-28 19:19:32 +0000
606@@ -11,7 +11,7 @@
607 "strings"
608 "time"
609
610- "launchpad.net/loggo"
611+ "github.com/loggo/loggo"
612
613 coreCloudinit "launchpad.net/juju-core/cloudinit"
614 "launchpad.net/juju-core/cloudinit/sshinit"
615
616=== modified file 'provider/common/bootstrap_test.go'
617--- provider/common/bootstrap_test.go 2014-01-13 06:25:28 +0000
618+++ provider/common/bootstrap_test.go 2014-01-28 19:19:32 +0000
619@@ -9,8 +9,8 @@
620 "os"
621 "time"
622
623+ "github.com/loggo/loggo"
624 gc "launchpad.net/gocheck"
625- "launchpad.net/loggo"
626
627 "launchpad.net/juju-core/constraints"
628 "launchpad.net/juju-core/environs"
629
630=== modified file 'provider/dummy/environs.go'
631--- provider/dummy/environs.go 2014-01-24 16:56:17 +0000
632+++ provider/dummy/environs.go 2014-01-28 19:19:32 +0000
633@@ -33,7 +33,7 @@
634 "sync"
635 "time"
636
637- "launchpad.net/loggo"
638+ "github.com/loggo/loggo"
639
640 "launchpad.net/juju-core/constraints"
641 "launchpad.net/juju-core/environs"
642
643=== modified file 'provider/ec2/ec2.go'
644--- provider/ec2/ec2.go 2014-01-20 17:18:13 +0000
645+++ provider/ec2/ec2.go 2014-01-28 19:19:32 +0000
646@@ -11,10 +11,10 @@
647 "sync"
648 "time"
649
650+ "github.com/loggo/loggo"
651 "launchpad.net/goamz/aws"
652 "launchpad.net/goamz/ec2"
653 "launchpad.net/goamz/s3"
654- "launchpad.net/loggo"
655
656 "launchpad.net/juju-core/constraints"
657 "launchpad.net/juju-core/environs"
658
659=== modified file 'provider/joyent/provider.go'
660--- provider/joyent/provider.go 2013-11-20 15:37:49 +0000
661+++ provider/joyent/provider.go 2014-01-28 19:19:32 +0000
662@@ -7,7 +7,7 @@
663 "errors"
664 "fmt"
665
666- "launchpad.net/loggo"
667+ "github.com/loggo/loggo"
668
669 "launchpad.net/juju-core/environs"
670 "launchpad.net/juju-core/environs/config"
671
672=== modified file 'provider/local/environprovider.go'
673--- provider/local/environprovider.go 2014-01-24 01:27:26 +0000
674+++ provider/local/environprovider.go 2014-01-28 19:19:32 +0000
675@@ -9,7 +9,7 @@
676 "os"
677 "syscall"
678
679- "launchpad.net/loggo"
680+ "github.com/loggo/loggo"
681
682 "launchpad.net/juju-core/environs"
683 "launchpad.net/juju-core/environs/config"
684
685=== modified file 'provider/local/environprovider_test.go'
686--- provider/local/environprovider_test.go 2014-01-28 03:49:41 +0000
687+++ provider/local/environprovider_test.go 2014-01-28 19:19:32 +0000
688@@ -4,8 +4,8 @@
689 package local_test
690
691 import (
692+ "github.com/loggo/loggo"
693 gc "launchpad.net/gocheck"
694- "launchpad.net/loggo"
695
696 lxctesting "launchpad.net/juju-core/container/lxc/testing"
697 "launchpad.net/juju-core/environs"
698
699=== modified file 'provider/maas/environprovider.go'
700--- provider/maas/environprovider.go 2014-01-22 22:48:54 +0000
701+++ provider/maas/environprovider.go 2014-01-28 19:19:32 +0000
702@@ -7,7 +7,7 @@
703 "errors"
704 "os"
705
706- "launchpad.net/loggo"
707+ "github.com/loggo/loggo"
708
709 "launchpad.net/juju-core/environs"
710 "launchpad.net/juju-core/environs/config"
711
712=== modified file 'provider/null/environ.go'
713--- provider/null/environ.go 2014-01-13 06:25:28 +0000
714+++ provider/null/environ.go 2014-01-28 19:19:32 +0000
715@@ -12,7 +12,7 @@
716 "strings"
717 "sync"
718
719- "launchpad.net/loggo"
720+ "github.com/loggo/loggo"
721
722 "launchpad.net/juju-core/constraints"
723 "launchpad.net/juju-core/environs"
724
725=== modified file 'provider/openstack/config_test.go'
726--- provider/openstack/config_test.go 2014-01-24 16:32:15 +0000
727+++ provider/openstack/config_test.go 2014-01-28 19:19:32 +0000
728@@ -7,8 +7,8 @@
729 "os"
730 "time"
731
732+ "github.com/loggo/loggo"
733 gc "launchpad.net/gocheck"
734- "launchpad.net/loggo"
735
736 "launchpad.net/juju-core/environs"
737 "launchpad.net/juju-core/environs/config"
738
739=== modified file 'provider/openstack/provider.go'
740--- provider/openstack/provider.go 2014-01-24 20:42:34 +0000
741+++ provider/openstack/provider.go 2014-01-28 19:19:32 +0000
742@@ -15,12 +15,12 @@
743 "sync"
744 "time"
745
746+ "github.com/loggo/loggo"
747 "launchpad.net/goose/client"
748 gooseerrors "launchpad.net/goose/errors"
749 "launchpad.net/goose/identity"
750 "launchpad.net/goose/nova"
751 "launchpad.net/goose/swift"
752- "launchpad.net/loggo"
753
754 "launchpad.net/juju-core/constraints"
755 "launchpad.net/juju-core/environs"
756
757=== modified file 'rpc/jsoncodec/codec.go'
758--- rpc/jsoncodec/codec.go 2013-10-11 10:26:11 +0000
759+++ rpc/jsoncodec/codec.go 2014-01-28 19:19:32 +0000
760@@ -8,7 +8,7 @@
761 "sync"
762 "sync/atomic"
763
764- "launchpad.net/loggo"
765+ "github.com/loggo/loggo"
766
767 "launchpad.net/juju-core/rpc"
768 )
769
770=== modified file 'rpc/jsoncodec/codec_test.go'
771--- rpc/jsoncodec/codec_test.go 2013-10-11 10:26:11 +0000
772+++ rpc/jsoncodec/codec_test.go 2014-01-28 19:19:32 +0000
773@@ -8,8 +8,8 @@
774 "regexp"
775 stdtesting "testing"
776
777+ "github.com/loggo/loggo"
778 gc "launchpad.net/gocheck"
779- "launchpad.net/loggo"
780
781 "launchpad.net/juju-core/rpc"
782 "launchpad.net/juju-core/rpc/jsoncodec"
783
784=== modified file 'rpc/server.go'
785--- rpc/server.go 2014-01-17 17:42:55 +0000
786+++ rpc/server.go 2014-01-28 19:19:32 +0000
787@@ -10,7 +10,7 @@
788 "sync"
789 "time"
790
791- "launchpad.net/loggo"
792+ "github.com/loggo/loggo"
793
794 "launchpad.net/juju-core/rpc/rpcreflect"
795 )
796
797=== modified file 'state/apiserver/apiserver.go'
798--- state/apiserver/apiserver.go 2014-01-16 19:27:26 +0000
799+++ state/apiserver/apiserver.go 2014-01-28 19:19:32 +0000
800@@ -12,7 +12,7 @@
801 "time"
802
803 "code.google.com/p/go.net/websocket"
804- "launchpad.net/loggo"
805+ "github.com/loggo/loggo"
806 "launchpad.net/tomb"
807
808 "launchpad.net/juju-core/rpc"
809
810=== modified file 'state/apiserver/charmrevisionupdater/updater.go'
811--- state/apiserver/charmrevisionupdater/updater.go 2014-01-22 19:28:08 +0000
812+++ state/apiserver/charmrevisionupdater/updater.go 2014-01-28 19:19:32 +0000
813@@ -4,7 +4,7 @@
814 package charmrevisionupdater
815
816 import (
817- "launchpad.net/loggo"
818+ "github.com/loggo/loggo"
819
820 "launchpad.net/juju-core/charm"
821 "launchpad.net/juju-core/log"
822
823=== modified file 'state/apiserver/client/client.go'
824--- state/apiserver/client/client.go 2014-01-22 03:37:36 +0000
825+++ state/apiserver/client/client.go 2014-01-28 19:19:32 +0000
826@@ -12,7 +12,7 @@
827 "os"
828 "strings"
829
830- "launchpad.net/loggo"
831+ "github.com/loggo/loggo"
832
833 "launchpad.net/juju-core/charm"
834 coreCloudinit "launchpad.net/juju-core/cloudinit"
835
836=== modified file 'state/apiserver/keymanager/keymanager.go'
837--- state/apiserver/keymanager/keymanager.go 2013-12-20 00:30:15 +0000
838+++ state/apiserver/keymanager/keymanager.go 2014-01-28 19:19:32 +0000
839@@ -8,7 +8,7 @@
840 "fmt"
841 "strings"
842
843- "launchpad.net/loggo"
844+ "github.com/loggo/loggo"
845
846 "launchpad.net/juju-core/environs/config"
847 "launchpad.net/juju-core/errors"
848
849=== modified file 'state/apiserver/logger/logger.go'
850--- state/apiserver/logger/logger.go 2013-09-13 03:47:38 +0000
851+++ state/apiserver/logger/logger.go 2014-01-28 19:19:32 +0000
852@@ -4,7 +4,7 @@
853 package logger
854
855 import (
856- "launchpad.net/loggo"
857+ "github.com/loggo/loggo"
858
859 "launchpad.net/juju-core/state"
860 "launchpad.net/juju-core/state/api/params"
861
862=== modified file 'state/apiserver/login_test.go'
863--- state/apiserver/login_test.go 2014-01-10 04:24:50 +0000
864+++ state/apiserver/login_test.go 2014-01-28 19:19:32 +0000
865@@ -4,8 +4,8 @@
866 package apiserver_test
867
868 import (
869+ "github.com/loggo/loggo"
870 gc "launchpad.net/gocheck"
871- "launchpad.net/loggo"
872
873 jujutesting "launchpad.net/juju-core/juju/testing"
874 "launchpad.net/juju-core/state"
875
876=== modified file 'state/apiserver/pinger_test.go'
877--- state/apiserver/pinger_test.go 2014-01-17 19:33:42 +0000
878+++ state/apiserver/pinger_test.go 2014-01-28 19:19:32 +0000
879@@ -6,8 +6,8 @@
880 import (
881 "time"
882
883+ "github.com/loggo/loggo"
884 gc "launchpad.net/gocheck"
885- "launchpad.net/loggo"
886
887 "launchpad.net/juju-core/juju/testing"
888 "launchpad.net/juju-core/rpc"
889
890=== modified file 'state/state.go'
891--- state/state.go 2014-01-25 11:45:42 +0000
892+++ state/state.go 2014-01-28 19:19:32 +0000
893@@ -15,10 +15,10 @@
894 "strings"
895 "sync"
896
897+ "github.com/loggo/loggo"
898 "labix.org/v2/mgo"
899 "labix.org/v2/mgo/bson"
900 "labix.org/v2/mgo/txn"
901- "launchpad.net/loggo"
902
903 "launchpad.net/juju-core/charm"
904 "launchpad.net/juju-core/constraints"
905
906=== modified file 'state/unit.go'
907--- state/unit.go 2014-01-20 17:18:13 +0000
908+++ state/unit.go 2014-01-28 19:19:32 +0000
909@@ -8,10 +8,10 @@
910 "fmt"
911 "time"
912
913+ "github.com/loggo/loggo"
914 "labix.org/v2/mgo"
915 "labix.org/v2/mgo/bson"
916 "labix.org/v2/mgo/txn"
917- "launchpad.net/loggo"
918
919 "launchpad.net/juju-core/charm"
920 "launchpad.net/juju-core/constraints"
921
922=== modified file 'state/watcher.go'
923--- state/watcher.go 2013-12-19 21:12:56 +0000
924+++ state/watcher.go 2014-01-28 19:19:32 +0000
925@@ -9,8 +9,8 @@
926 "strings"
927 "time"
928
929+ "github.com/loggo/loggo"
930 "labix.org/v2/mgo"
931- "launchpad.net/loggo"
932 "launchpad.net/tomb"
933
934 "launchpad.net/juju-core/environs/config"
935
936=== modified file 'testing/checkers/log.go'
937--- testing/checkers/log.go 2013-10-29 09:29:46 +0000
938+++ testing/checkers/log.go 2014-01-28 19:19:32 +0000
939@@ -8,8 +8,8 @@
940 "regexp"
941 "strings"
942
943+ "github.com/loggo/loggo"
944 gc "launchpad.net/gocheck"
945- "launchpad.net/loggo"
946 )
947
948 type SimpleMessage struct {
949
950=== modified file 'testing/checkers/log_test.go'
951--- testing/checkers/log_test.go 2013-10-16 02:00:42 +0000
952+++ testing/checkers/log_test.go 2014-01-28 19:19:32 +0000
953@@ -4,8 +4,8 @@
954 package checkers_test
955
956 import (
957+ "github.com/loggo/loggo"
958 gc "launchpad.net/gocheck"
959- "launchpad.net/loggo"
960
961 jc "launchpad.net/juju-core/testing/checkers"
962 )
963
964=== modified file 'testing/testbase/log.go'
965--- testing/testbase/log.go 2014-01-17 03:44:19 +0000
966+++ testing/testbase/log.go 2014-01-28 19:19:32 +0000
967@@ -7,8 +7,8 @@
968 "fmt"
969 "time"
970
971+ "github.com/loggo/loggo"
972 gc "launchpad.net/gocheck"
973- "launchpad.net/loggo"
974 )
975
976 // LoggingSuite redirects the juju logger to the test logger
977
978=== modified file 'tools/tools.go'
979--- tools/tools.go 2013-09-24 05:44:17 +0000
980+++ tools/tools.go 2014-01-28 19:19:32 +0000
981@@ -4,7 +4,7 @@
982 package tools
983
984 import (
985- "launchpad.net/loggo"
986+ "github.com/loggo/loggo"
987
988 "launchpad.net/juju-core/version"
989 )
990
991=== modified file 'utils/apt.go'
992--- utils/apt.go 2014-01-23 03:59:26 +0000
993+++ utils/apt.go 2014-01-28 19:19:32 +0000
994@@ -11,7 +11,7 @@
995 "regexp"
996 "strings"
997
998- "launchpad.net/loggo"
999+ "github.com/loggo/loggo"
1000
1001 "launchpad.net/juju-core/juju/osenv"
1002 )
1003
1004=== modified file 'utils/exec/exec.go'
1005--- utils/exec/exec.go 2014-01-14 03:31:11 +0000
1006+++ utils/exec/exec.go 2014-01-28 19:19:32 +0000
1007@@ -8,7 +8,7 @@
1008 "os/exec"
1009 "syscall"
1010
1011- "launchpad.net/loggo"
1012+ "github.com/loggo/loggo"
1013 )
1014
1015 var logger = loggo.GetLogger("juju.util.exec")
1016
1017=== modified file 'utils/fslock/fslock.go'
1018--- utils/fslock/fslock.go 2014-01-15 00:28:14 +0000
1019+++ utils/fslock/fslock.go 2014-01-28 19:19:32 +0000
1020@@ -20,7 +20,7 @@
1021 "regexp"
1022 "time"
1023
1024- "launchpad.net/loggo"
1025+ "github.com/loggo/loggo"
1026
1027 "launchpad.net/juju-core/utils"
1028 )
1029
1030=== modified file 'utils/network.go'
1031--- utils/network.go 2013-08-01 01:13:46 +0000
1032+++ utils/network.go 2014-01-28 19:19:32 +0000
1033@@ -7,7 +7,7 @@
1034 "fmt"
1035 "net"
1036
1037- "launchpad.net/loggo"
1038+ "github.com/loggo/loggo"
1039 )
1040
1041 var logger = loggo.GetLogger("juju.utils")
1042
1043=== modified file 'utils/ssh/authorisedkeys.go'
1044--- utils/ssh/authorisedkeys.go 2014-01-15 02:40:17 +0000
1045+++ utils/ssh/authorisedkeys.go 2014-01-28 19:19:32 +0000
1046@@ -15,7 +15,7 @@
1047 "strings"
1048 "sync"
1049
1050- "launchpad.net/loggo"
1051+ "github.com/loggo/loggo"
1052
1053 "launchpad.net/juju-core/utils"
1054 )
1055
1056=== modified file 'worker/authenticationworker/worker.go'
1057--- worker/authenticationworker/worker.go 2013-12-23 05:18:58 +0000
1058+++ worker/authenticationworker/worker.go 2014-01-28 19:19:32 +0000
1059@@ -6,7 +6,7 @@
1060 import (
1061 "strings"
1062
1063- "launchpad.net/loggo"
1064+ "github.com/loggo/loggo"
1065 "launchpad.net/tomb"
1066
1067 "launchpad.net/juju-core/agent"
1068
1069=== modified file 'worker/deployer/deployer.go'
1070--- worker/deployer/deployer.go 2014-01-03 15:34:52 +0000
1071+++ worker/deployer/deployer.go 2014-01-28 19:19:32 +0000
1072@@ -6,7 +6,7 @@
1073 import (
1074 "fmt"
1075
1076- "launchpad.net/loggo"
1077+ "github.com/loggo/loggo"
1078
1079 "launchpad.net/juju-core/agent"
1080 "launchpad.net/juju-core/names"
1081
1082=== modified file 'worker/environ.go'
1083--- worker/environ.go 2013-12-05 03:42:25 +0000
1084+++ worker/environ.go 2014-01-28 19:19:32 +0000
1085@@ -6,7 +6,7 @@
1086 import (
1087 "errors"
1088
1089- "launchpad.net/loggo"
1090+ "github.com/loggo/loggo"
1091 "launchpad.net/tomb"
1092
1093 "launchpad.net/juju-core/environs"
1094
1095=== modified file 'worker/instancepoller/observer_test.go'
1096--- worker/instancepoller/observer_test.go 2014-01-23 22:29:48 +0000
1097+++ worker/instancepoller/observer_test.go 2014-01-28 19:19:32 +0000
1098@@ -8,8 +8,8 @@
1099 "strings"
1100 "time"
1101
1102+ "github.com/loggo/loggo"
1103 gc "launchpad.net/gocheck"
1104- "launchpad.net/loggo"
1105
1106 "launchpad.net/juju-core/juju/testing"
1107 coretesting "launchpad.net/juju-core/testing"
1108
1109=== modified file 'worker/instancepoller/updater.go'
1110--- worker/instancepoller/updater.go 2014-01-23 20:30:35 +0000
1111+++ worker/instancepoller/updater.go 2014-01-28 19:19:32 +0000
1112@@ -7,7 +7,7 @@
1113 "fmt"
1114 "time"
1115
1116- "launchpad.net/loggo"
1117+ "github.com/loggo/loggo"
1118
1119 "launchpad.net/juju-core/errors"
1120 "launchpad.net/juju-core/instance"
1121
1122=== modified file 'worker/localstorage/worker.go'
1123--- worker/localstorage/worker.go 2013-09-27 02:31:30 +0000
1124+++ worker/localstorage/worker.go 2014-01-28 19:19:32 +0000
1125@@ -6,7 +6,7 @@
1126 import (
1127 "net"
1128
1129- "launchpad.net/loggo"
1130+ "github.com/loggo/loggo"
1131 "launchpad.net/tomb"
1132
1133 "launchpad.net/juju-core/agent"
1134
1135=== modified file 'worker/logger/logger.go'
1136--- worker/logger/logger.go 2013-09-15 22:41:50 +0000
1137+++ worker/logger/logger.go 2014-01-28 19:19:32 +0000
1138@@ -4,7 +4,7 @@
1139 package logger
1140
1141 import (
1142- "launchpad.net/loggo"
1143+ "github.com/loggo/loggo"
1144
1145 "launchpad.net/juju-core/agent"
1146 "launchpad.net/juju-core/state/api/logger"
1147
1148=== modified file 'worker/logger/logger_test.go'
1149--- worker/logger/logger_test.go 2013-09-17 03:12:12 +0000
1150+++ worker/logger/logger_test.go 2014-01-28 19:19:32 +0000
1151@@ -6,8 +6,8 @@
1152 import (
1153 "time"
1154
1155+ "github.com/loggo/loggo"
1156 gc "launchpad.net/gocheck"
1157- "launchpad.net/loggo"
1158
1159 "launchpad.net/juju-core/agent"
1160 "launchpad.net/juju-core/juju/testing"
1161
1162=== modified file 'worker/machiner/machiner.go'
1163--- worker/machiner/machiner.go 2014-01-20 22:56:51 +0000
1164+++ worker/machiner/machiner.go 2014-01-28 19:19:32 +0000
1165@@ -6,7 +6,7 @@
1166 "fmt"
1167 "net"
1168
1169- "launchpad.net/loggo"
1170+ "github.com/loggo/loggo"
1171
1172 "launchpad.net/juju-core/agent"
1173 "launchpad.net/juju-core/instance"
1174
1175=== modified file 'worker/minunitsworker/minunitsworker.go'
1176--- worker/minunitsworker/minunitsworker.go 2013-08-28 14:03:08 +0000
1177+++ worker/minunitsworker/minunitsworker.go 2014-01-28 19:19:32 +0000
1178@@ -4,7 +4,7 @@
1179 package minunitsworker
1180
1181 import (
1182- "launchpad.net/loggo"
1183+ "github.com/loggo/loggo"
1184
1185 "launchpad.net/juju-core/state"
1186 "launchpad.net/juju-core/state/api/watcher"
1187
1188=== modified file 'worker/minunitsworker/minunitsworker_test.go'
1189--- worker/minunitsworker/minunitsworker_test.go 2013-10-09 13:55:14 +0000
1190+++ worker/minunitsworker/minunitsworker_test.go 2014-01-28 19:19:32 +0000
1191@@ -7,8 +7,8 @@
1192 stdtesting "testing"
1193 "time"
1194
1195+ "github.com/loggo/loggo"
1196 gc "launchpad.net/gocheck"
1197- "launchpad.net/loggo"
1198
1199 "launchpad.net/juju-core/juju/testing"
1200 coretesting "launchpad.net/juju-core/testing"
1201
1202=== modified file 'worker/provisioner/kvm-broker.go'
1203--- worker/provisioner/kvm-broker.go 2013-12-04 04:28:17 +0000
1204+++ worker/provisioner/kvm-broker.go 2014-01-28 19:19:32 +0000
1205@@ -4,7 +4,7 @@
1206 package provisioner
1207
1208 import (
1209- "launchpad.net/loggo"
1210+ "github.com/loggo/loggo"
1211
1212 "launchpad.net/juju-core/agent"
1213 "launchpad.net/juju-core/constraints"
1214
1215=== modified file 'worker/provisioner/lxc-broker.go'
1216--- worker/provisioner/lxc-broker.go 2013-12-04 04:28:17 +0000
1217+++ worker/provisioner/lxc-broker.go 2014-01-28 19:19:32 +0000
1218@@ -4,7 +4,7 @@
1219 package provisioner
1220
1221 import (
1222- "launchpad.net/loggo"
1223+ "github.com/loggo/loggo"
1224
1225 "launchpad.net/juju-core/agent"
1226 "launchpad.net/juju-core/constraints"
1227
1228=== modified file 'worker/provisioner/provisioner.go'
1229--- worker/provisioner/provisioner.go 2013-12-19 10:15:53 +0000
1230+++ worker/provisioner/provisioner.go 2014-01-28 19:19:32 +0000
1231@@ -6,7 +6,7 @@
1232 import (
1233 "sync"
1234
1235- "launchpad.net/loggo"
1236+ "github.com/loggo/loggo"
1237 "launchpad.net/tomb"
1238
1239 "launchpad.net/juju-core/agent"
1240
1241=== modified file 'worker/uniter/context.go'
1242--- worker/uniter/context.go 2014-01-23 21:57:42 +0000
1243+++ worker/uniter/context.go 2014-01-28 19:19:32 +0000
1244@@ -15,7 +15,7 @@
1245 "sync"
1246 "time"
1247
1248- "launchpad.net/loggo"
1249+ "github.com/loggo/loggo"
1250
1251 "launchpad.net/juju-core/charm"
1252 "launchpad.net/juju-core/juju/osenv"
1253
1254=== modified file 'worker/uniter/filter.go'
1255--- worker/uniter/filter.go 2014-01-14 12:29:05 +0000
1256+++ worker/uniter/filter.go 2014-01-28 19:19:32 +0000
1257@@ -6,7 +6,7 @@
1258 import (
1259 "sort"
1260
1261- "launchpad.net/loggo"
1262+ "github.com/loggo/loggo"
1263 "launchpad.net/tomb"
1264
1265 "launchpad.net/juju-core/charm"
1266
1267=== modified file 'worker/uniter/jujuc/juju-log.go'
1268--- worker/uniter/jujuc/juju-log.go 2014-01-17 00:56:30 +0000
1269+++ worker/uniter/jujuc/juju-log.go 2014-01-28 19:19:32 +0000
1270@@ -8,8 +8,8 @@
1271 "fmt"
1272 "strings"
1273
1274+ "github.com/loggo/loggo"
1275 "launchpad.net/gnuflag"
1276- "launchpad.net/loggo"
1277
1278 "launchpad.net/juju-core/cmd"
1279 )
1280
1281=== modified file 'worker/uniter/jujuc/juju-log_test.go'
1282--- worker/uniter/jujuc/juju-log_test.go 2014-01-17 03:43:49 +0000
1283+++ worker/uniter/jujuc/juju-log_test.go 2014-01-28 19:19:32 +0000
1284@@ -6,8 +6,8 @@
1285 import (
1286 "fmt"
1287
1288+ "github.com/loggo/loggo"
1289 gc "launchpad.net/gocheck"
1290- "launchpad.net/loggo"
1291
1292 "launchpad.net/juju-core/cmd"
1293 "launchpad.net/juju-core/testing"
1294
1295=== modified file 'worker/uniter/jujuc/server.go'
1296--- worker/uniter/jujuc/server.go 2014-01-14 03:31:11 +0000
1297+++ worker/uniter/jujuc/server.go 2014-01-28 19:19:32 +0000
1298@@ -15,7 +15,7 @@
1299 "sort"
1300 "sync"
1301
1302- "launchpad.net/loggo"
1303+ "github.com/loggo/loggo"
1304
1305 "launchpad.net/juju-core/cmd"
1306 "launchpad.net/juju-core/utils/exec"
1307
1308=== modified file 'worker/uniter/uniter.go'
1309--- worker/uniter/uniter.go 2014-01-26 20:18:26 +0000
1310+++ worker/uniter/uniter.go 2014-01-28 19:19:32 +0000
1311@@ -13,7 +13,7 @@
1312 "sync"
1313 "time"
1314
1315- "launchpad.net/loggo"
1316+ "github.com/loggo/loggo"
1317 "launchpad.net/tomb"
1318
1319 "launchpad.net/juju-core/agent/tools"
1320
1321=== modified file 'worker/upgrader/upgrader.go'
1322--- worker/upgrader/upgrader.go 2013-10-31 05:25:15 +0000
1323+++ worker/upgrader/upgrader.go 2014-01-28 19:19:32 +0000
1324@@ -8,7 +8,7 @@
1325 "net/http"
1326 "time"
1327
1328- "launchpad.net/loggo"
1329+ "github.com/loggo/loggo"
1330 "launchpad.net/tomb"
1331
1332 "launchpad.net/juju-core/agent"

Subscribers

People subscribed via source and target branches

to status/vote changes: