Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2298)

Issue 5764043: Go port for lxc

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by andrewsmedina
Modified:
12 years, 1 month ago
Reviewers:
mp+96266
Visibility:
Public.

Description

https://code.launchpad.net/~andrewsmedina/juju/go-lxc/+merge/96266 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 11

Patch Set 2 : Go port for lxc #

Total comments: 10

Patch Set 3 : Go port for lxc #

Patch Set 4 : Go port for lxc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -0 lines) Patch
A environs/local/lxc.go View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A environs/local/lxc_test.go View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download

Messages

Total messages: 18
andrewsmedina
Please take a look.
12 years, 1 month ago (2012-03-06 23:55:37 UTC) #1
niemeyer
Looks nice, thanks Andrew. A few details before we can submit: https://codereview.appspot.com/5764043/diff/1/environs/lxc/lxc.go File environs/lxc/lxc.go (right): ...
12 years, 1 month ago (2012-03-08 22:17:16 UTC) #2
niemeyer
s/Andrew/Andrews/, sorry.
12 years, 1 month ago (2012-03-08 22:17:38 UTC) #3
rog
thanks very much for starting on this. i'm very excited to see the beginnings of ...
12 years, 1 month ago (2012-03-08 22:50:53 UTC) #4
niemeyer
I've marked the merge proposal as Work In Progress. I believe lbox isn't actually moving ...
12 years, 1 month ago (2012-03-13 21:13:40 UTC) #5
andrewsmedina
Please take a look.
12 years, 1 month ago (2012-03-14 04:04:54 UTC) #6
rog
https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go File environs/local/lxc.go (right): https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go#newcode8 environs/local/lxc.go:8: // Represents a lxc container. // container represents an ...
12 years, 1 month ago (2012-03-14 09:31:25 UTC) #7
niemeyer
https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go File environs/local/lxc.go (right): https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go#newcode18 environs/local/lxc.go:18: // Create the container executing lxc-create On 2012/03/14 09:31:26, ...
12 years, 1 month ago (2012-03-14 10:21:24 UTC) #8
rog
https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go File environs/local/lxc.go (right): https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go#newcode18 environs/local/lxc.go:18: // Create the container executing lxc-create On 2012/03/14 10:21:25, ...
12 years, 1 month ago (2012-03-14 10:49:30 UTC) #9
rog
On 2012/03/14 10:49:30, rog wrote: > https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go > File environs/local/lxc.go (right): > > https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go#newcode18 > ...
12 years, 1 month ago (2012-03-14 10:50:29 UTC) #10
niemeyer
https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go File environs/local/lxc.go (right): https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go#newcode18 environs/local/lxc.go:18: // Create the container executing lxc-create On 2012/03/14 10:49:30, ...
12 years, 1 month ago (2012-03-14 11:35:48 UTC) #11
andrewsmedina
https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go File environs/local/lxc.go (right): https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go#newcode58 environs/local/lxc.go:58: return strings.Fields(string(output)) this isn't a problem because the lxc ...
12 years, 1 month ago (2012-03-14 14:16:46 UTC) #12
rog
https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go File environs/local/lxc.go (right): https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go#newcode58 environs/local/lxc.go:58: return strings.Fields(string(output)) On 2012/03/14 14:16:46, andrewsmedina wrote: > this ...
12 years, 1 month ago (2012-03-14 14:30:41 UTC) #13
niemeyer
https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go File environs/local/lxc.go (right): https://codereview.appspot.com/5764043/diff/9001/environs/local/lxc.go#newcode58 environs/local/lxc.go:58: return strings.Fields(string(output)) On 2012/03/14 14:30:41, rog wrote: > % ...
12 years, 1 month ago (2012-03-14 14:42:50 UTC) #14
andrewsmedina
Please take a look.
12 years, 1 month ago (2012-03-14 18:33:59 UTC) #15
andrewsmedina
Please take a look.
12 years, 1 month ago (2012-03-15 02:19:45 UTC) #16
niemeyer
I'm submitting this, thanks Andrews.
12 years, 1 month ago (2012-03-15 14:56:42 UTC) #17
niemeyer
12 years, 1 month ago (2012-03-15 15:32:05 UTC) #18
*** Submitted:

environs/local: initial lxc commands wrapper

R=niemeyer, rog
CC=
https://codereview.appspot.com/5764043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b