|
tools: rename tools/ to agent/
This changes the top level package to 'agent', and
moves all of the code from environs/agent into that file.
This fits in with what Tim wants to do (drop state.Tools),
and what William and I agreed (environs/agent shouldn't
be in environs and doesn't, in fact, depend on environs anyway).
https://code.launchpad.net/~jameinel/juju-core/tools-to-agent/+merge/173703
(do not edit description out of merge proposal)
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+124 lines, -129 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
agent/agent.go
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
agent/agent_test.go
|
View
|
|
1 chunk |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
agent/diskmanager.go
|
View
|
|
2 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
agent/diskmanager_test.go
|
View
|
|
5 chunks |
+10 lines, -40 lines |
0 comments
|
Download
|
 |
M |
agent/interfaces.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
agent/tools_compat_test.go
|
View
|
1
|
1 chunk |
+14 lines, -17 lines |
0 comments
|
Download
|
 |
M |
agent/tools_test.go
|
View
|
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/agent.go
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/agent_test.go
|
View
|
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/bootstrap_test.go
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/jujud/machine_test.go
|
View
|
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/unit_test.go
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/upgrade.go
|
View
|
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/upgrade_test.go
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
environs/bootstrap.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
environs/cloudinit/cloudinit.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
worker/deployer/simple.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
worker/deployer/simple_test.go
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
worker/provisioner/lxc-broker.go
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
worker/provisioner/lxc-broker_test.go
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
worker/provisioner/provisioner.go
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/tools_test.go
|
View
|
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/uniter.go
|
View
|
|
2 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/uniter_test.go
|
View
|
|
2 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
Total messages: 4
|