Merge lp://staging/~dave-cheney/juju-core/005-cmd-juju-scp into lp://staging/~juju/juju-core/trunk
Proposed by
Dave Cheney
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Gustavo Niemeyer | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 604 | ||||
Proposed branch: | lp://staging/~dave-cheney/juju-core/005-cmd-juju-scp | ||||
Merge into: | lp://staging/~juju/juju-core/trunk | ||||
Prerequisite: | lp://staging/~dave-cheney/juju-core/004-cmd-juju-ssh | ||||
Diff against target: |
324 lines (+185/-19) 7 files modified
cmd/juju/cmd_test.go (+15/-0) cmd/juju/main.go (+1/-0) cmd/juju/main_test.go (+1/-0) cmd/juju/scp.go (+66/-0) cmd/juju/scp_test.go (+72/-0) cmd/juju/ssh.go (+12/-7) cmd/juju/ssh_test.go (+18/-12) |
||||
To merge this branch: | bzr merge lp://staging/~dave-cheney/juju-core/005-cmd-juju-scp | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
The Go Language Gophers | Pending | ||
Review via email: mp+126623@code.staging.launchpad.net |
Description of the change
cmd/juju: add scp subcommand
To post a comment you must log in.
The comments made for the pre-req should be considered here as well.
There's probably not much, though, given the very nice reuse.
https:/ /codereview. appspot. com/6565055/