[08:39] niemeyer: http://code.google.com/p/go/source/browse/ssh/tcpip_func_test.go?repo=crypto [08:40] ^ http with custom Dial() [08:40] possibly something similar could be done with mgo [08:40] davecheney: Sweet, thanks [09:38] :w [10:20] Aram: your current proposal has changes to the confignode that williams last one has also [10:20] TheMue: william merged my changes before I merged them into trunk because he needed them. [10:20] but they are the same changes [10:21] Aram: ok, so it's coordinated [10:21] Aram: you are also very good identifiable on the team picture :D [10:22] heh [10:22] the man with the hat [11:29] lunchtime [11:29] TheMue: well spotted [12:07] TheMue: Heya [12:07] TheMue: Welcome back [12:07] niemeyer: hello [12:08] niemeyer: the go fmt in the review because imho the "true" is one position to far left [12:08] niemeyer: maybe it's a display failure in the web [12:08] TheMue: It looks in the right place to me [12:09] niemeyer: then just forget it, it seems i need glasses ;) [12:12] TheMue: lbox now refuses to work if you didn't go fmt beforehand [12:12] lunchy [12:12] Aram: yes, i've seen it. i already wondered [12:13] ooops, too late :D [12:14] TheMue: Btw, please update it :) [12:14] (lbox, that is)) [12:14] * niemeyer > lunch too [12:15] niemeyer: has been my first job as i read your mail while i've been on the island :P [12:15] enjoy your meal [13:01] davecheney: https://codereview.appspot.com/6553049 [13:03] * davecheney wrtp looks [13:04] davecheney: it's a larger one [13:12] wrtp: you've got a first review [13:13] TheMue: thanks [13:14] wrtp: i like the naming as 'state service' instead of the used product [13:14] state server [13:14] TheMue: thanks [13:36] Hi all, I would like to know if there is any advance in making juju working with spot instaces [13:38] davecheney: PTAL [13:40] kk [14:10] davecheney: PTAL [14:13] juju-db start/running, process 6389 [14:13] jujud-machine start/running, process 6397 [14:13] jujud-provisioning start/running, process 6409 [14:13] $ ps auxw | grep mongo [14:13] root 6389 0.6 1.8 127396 30916 ? Ssl 14:12 0:00 /opt/mongo/bin/mongod --port 37017 --bind_ip 127.0.0.1 --dbpath=/var/lib/juju/db [14:13] Just sayin'! [14:14] wd [14:15] wrtp: LGTM [14:46] environs/cloudinit fixes: https://codereview.appspot.com/6543050 [14:46] ls [14:46] See.. :( [14:46] Focus is totally broken [15:08] niemeyer, davecheney: fairly trivial: https://codereview.appspot.com/6549049 [15:09] wrtp: LGTM [15:12] ubuntu@server-16690:~/src/launchpad.net/juju-core$ go build ./... [15:12] # launchpad.net/juju-core/worker/firewaller [15:12] worker/firewaller/firewaller.go:330: undefined: state.PortsWatcher [15:12] worker/firewaller/firewaller.go:388: undefined: state.FlagWatcher [15:12] # launchpad.net/juju-core/worker/uniter/relation [15:12] worker/uniter/relation/hookqueue.go:24: undefined: state.RelationUnitsChange [15:12] worker/uniter/relation/hookqueue.go:166: undefined: state.RelationUnitsChange [15:12] that is all that is left [15:43] davecheney: I'm firewaller, and Aram is working on adding stubs to the relation watchers while William doesn't have them [15:45] kk [15:46] https://code.launchpad.net/juju-core/+activereviews [16:25] i am fixing provisioner_test [16:25] sorry, i sohld have spoken up a few minutes ago [16:27] niemeyer, https://codereview.appspot.com/6553051 has EnsureDying/EnsureDead; going back to RelationUnitsWatcher now (at last :() [16:36] http://paste.ubuntu.com/1218959/ [16:36] environconfigwatcher always blows up if the underlying config never set [17:01] niemeyer, https://codereview.appspot.com/6553051/diff/1/state/service_test.go#newcode249 [17:04] Aram: func (w *EnvironConfigWatcher) loop() (err error) { settingsWatcher := w.st.watchConfig("e") defer settingsWatcher.Stop() changes := settingsWatcher.Changes() configNode := <-changes [17:04] configNode := <-changes [17:20] davecheney: https://codereview.appspot.com/6546055 [17:21] Aram: i guess that works, I don't think I am qualified to review [17:46] niemeyer, reproposed https://codereview.appspot.com/6553051 [17:51] firewaller is up for review! https://codereview.appspot.com/6548051/ [18:06] Aram: lp:~niemeyer/juju-core/new-state-firewaller [18:07] do that same hack to invalidateEnvironment [18:22] davecheney, niemeyer: https://codereview.appspot.com/6554061 [18:23] ls [18:23] charm container juju state trivial version [18:23] cloudinit downloader log store upstart worker [18:23] cmd environs schema testing util [18:23] % [18:29] wow - i didn't know I could do that [18:29] lucky(~/src/launchpad.net/juju-core/worker/provisioner) % bzr switch lp:~niemeyer/juju-core/new-state-firewaller [18:29] Updated to revision 555. [18:29] Switched to branch: bzr+ssh://bazaar.launchpad.net/~niemeyer/juju-core/new-state-firewaller/ [18:31] ^ ok, don't do this [18:31] it [18:31] it'll screw up your cobzr [18:32] lucky(~/src/launchpad.net/juju-core) % bzr switch 115-testing-testing [18:32] cobzr: .bzr/branch/location points to bzr+ssh://bazaar.launchpad.net/~niemeyer/juju-core/new-state-firewaller [18:41] Aram: lp;~dave-cheney/juju-core/001-provisioning-worker/+merge/125794 [18:41] ^ this branch compiles, but errors [18:41] panics [19:13] Aram: http://paste.ubuntu.com/1219229/ [19:16] Aram: https://codereview.appspot.com/6547058/