=== uru_ is now known as urulama [07:49] frankban, bac ... when you have time, please check https://github.com/juju/charmstore/pull/23 [10:59] http://fromanegg.com/post/54890090207/test-driven-development-the-easy-way [10:59] hatch: http://cukes.info [13:04] rogpeppe: could you give frankban admin priv on github juju/charmstore? [16:05] hatch, http://weblog.jamisbuck.org/2011/2/7/maze-generation-algorithm-recap [19:18] jujugui ahoy [19:37] hmm the juju brew pkg should probably check for go before downloading it again [19:39] oo ouch 1.16.6 heh [19:43] definitely should learn to update brew :) [20:08] hey urulama [20:10] hey hatch ... just got back from 10km walk :D [20:10] nice! legs sore? [20:11] not really, i miss running :D [20:14] I'm attempting to use the juju manual provider on digital ocean [20:14] will see how that works [20:14] so far so good [20:15] i use manual at home on machines that have 16 and 32 gigs of ram, fire up VMs with ubuntu servers and create a "cloud" on the fly :D [20:15] good luck [20:15] oh that's a good idea - I have an unused machine at home that I could do that with [20:15] never thought of it [20:16] it's great for testing charms, well, unless you need debug hooks [20:18] apparently I need a precise Ghost blog charm [20:20] I mean trusty [20:21] isn't it there? i remember trying ghost on manual [20:22] * urulama just saw the cards on the board ... i'm calling you "ghost buster" tomorrow :D [20:22] haha - yeah I never created a Trusty charm....it's the same thing, just more work I guess lol [20:47] lazyPower hey if I want to make a Ghost charm for Trusty do I have to create a whole separate repository even though it'll be identical or is there some config voodoo we can do? [20:50] at present, different repository [20:55] It can just be a direct copy though right? [20:55] so I can have two LP repos but only one GH repo [21:07] right [21:07] shouldnt be a problem with that approach hatch. [21:07] kewl [21:07] I've got it deployed using the manual provider on digital ocean [21:07] but having an issue getting mysql running with --to=0 [21:07] maybe it doesn't support that but I thought it did [21:08] are you using a tiny or next step up? [21:08] and it will support it but you're cramming a ton of stuff on a single node, and the $5 instance isn't ideal for that [21:08] you're running mongo, mysql, node, juju-server, juju-agent [21:08] 014-07-22 21:03:46 INFO install from yaml import safe_load [21:08] 2014-07-22 21:03:46 INFO install ImportError: No module named yaml [21:08] you'll exhaust ram if your blog gets nailed [21:08] precise host? [21:08] yeah precise [21:08] that's an odd error [21:09] I deployed it using `juju deploy precise/mysql --to=0` [21:09] from OSX (living on the edge) [21:11] lazyPower and yeah I know I'm cramming a ton on there :) I'm just messing around to see if it can be done for demo's and such [21:11] might not...lol [21:15] i had to upgrade to the $10/mo for owncloud [21:15] i dont imagine ghost is going to be any different [21:15] you might be able to get away with it using the built in db.... [21:15] it uses what, sqlite right? [21:23] yeah [21:23] but I'd prefer to not use sqlite though because mysql has a much better backup story