[13:35] If I've just uploaded a new proposal and I want to leave a comment other than "please take a look" shall I just do it on Rietveld or is there an lbox way of doing it that puts it in launchpad as well? [13:39] mattyw: I'm not following 100%. lbox will sync the description/comment to the LP MP. LP supports the description and commit message. [13:42] rick_h_, I've already pushed the change, and I want to make a comment about it, there doesn't seem to be an option for that in lbox? [13:46] mattyw: sure thing, you have to either reply at the bottom or do a "Publish ... comments" [13:46] mattyw: and it'll give you an input to comment. [13:47] mattyw: we do 'code reviewer comments' by going through as if we were a reviewer putting in-line comments and then publishing them before asking for a review that way. [13:47] mattyw: you do have to be signed in to comment? Look in the upper right and check for the login link perhaps? [13:51] rick_h_, I can see the reply button, just wonderd if it sync with lp automatically or if I should be using lbox [13:52] mattyw: yes, comments in lbox (reitveld) will be sync'd over to LP. see https://code.launchpad.net/~rharding/charmworld/proof-config2/+merge/192243 for an example where the comments were all made in reitveld, but got copied over ok. [13:53] mattyw: we just use lbox to sync the code. So if you edit the MP code, you need to re-lbox it to update the diff on reitveld [13:53] and final submit is lbox submit [13:55] rick_h_, ok thanks - I'm going to blame my cognitive speed on my jet lag :) [13:57] rick_h_, while I have your attention, I was told you might be able to answer the following (or point me to someone who can) [13:57] rick_h_, ^^ it doesn't look like the jujucharms pages for charms not in the store get updated, is this on purpose? [14:12] mattyw: no, not on purpose. You're talking about jujucharms.com or manage.jujucharms.com? [14:13] mattyw: if there's an error on a charm that a revision introduces it'd not get updated. See http://manage.jujucharms.com/tools/proof-errors if the charm in question is in there. [14:14] rick_h_, it's on jujucharms.com. I mean pages like this: https://jujucharms.com/fullscreen/search/~mattyw/precise/docker-3/?text=docker. Even though I've updated the readme the latest version doesn't appear, just wondered if this was intentional [14:17] mattyw: it's failing lint http://manage.jujucharms.com/~mattyw/precise/docker I'm not sure if that's causnig it to not update. [14:18] rick_h_, I'll check it out, thanks :) [14:18] mattyw: sure thing. if that doesn't help it out we can follow up on it tomorrow. /me is actual away today [14:19] mattyw: it should re-check things after a new commit around 15-30min [14:27] mattyw: I'd also suggest you redo the readme like http://paste.mitechie.com/show/1055/ as the `` is markdown syntax and it renders it funny and might cause issues (thuogh shouldn't be breaking updating it) [14:34] rick_h_, thanks for the suggestions, didn't realise you were away otherwise I'd have left you in peace [14:35] mattyw: np, quiet day around here so can irc between loads of cleaning/laundry :) [19:20] Why does juju chown the environments/*.jenv? I'm getting a failure because of it: http://pastebin.ubuntu.com/6320043/ [19:24] abentley, cause it has secrets [19:24] hazmat: I can understand chmodding, but why does it chown? [19:25] abentley, its a fallout from local provider needing sudo to bootstrap [19:26] that stills sounds fishy.. but ie. prior to the chown (on environments dir) if you bootstrapped local, you wouldn't be able to use other providers because of perm errors on creating jenv in that dir [19:26] hazmat: If it must chown, it would be nice to chown to gid/uid of environments.yaml. That way, secrets are not disclosed to other users. [19:28] hazmat: If it succeeded at chowning to 1000, then user "ubuntu" would know the contents of user "jenkins" (107) environments.yaml. [19:29] abentley, sounds reasonable re gid/uid of env.yaml [23:08] wathces seem to be interacting badly with container units [23:14] hmm.. upgrader gone amuck trying to downgrade and stopping agents [23:39] uhm, no thumper around