=== TheRealMue is now known as TheMue [14:54] rick_h_: does juju-gui contain code to create a bundle from a jujuclient.Environment? [14:55] tvansteenburgh: no, it dumps it from the current JS db that is has in memory. [14:55] Makyo: correct me if I'm wrong here ^ [14:55] rick_h_, tvansteenburgh correct, it just dumps what's on the canvas. [14:55] tvansteenburgh: e.g. it's JS objects -> yaml dump vs using the jujuclient [14:56] rick_h_: ok, thanks. figured i'd check before writing this [14:56] (minus uncommitted stuff) [14:56] tvansteenburgh: np, any value in seeing the JS implementation? [14:56] rick_h_: nah, i don't think so, but thanks [14:57] tvansteenburgh: k [22:28] rick_h_: Hi! [22:29] We are wanting to push an update to our latest bundle. I branched the repo from bzr, and there is bundles.yaml (the one we wrote) and bundle.yaml (the one the store writes). What is the proper procedure to update the bundle? [22:42] mbruzek: update the bundle.yaml, rm the bundles.yaml if you want, and push the update [22:42] OK thanks Rick.