[14:20] hi guys, I pushed and released (charm release) cs:~ahasenack/landscape-server-1 but I can't see it in the store, and deployer complains with a 407 (proxy auth required?) error [14:20] charm pull fetches it just fine [14:20] did I miss some step? I used to do charm publish, but that's gone [14:21] ahasenack: yes, there's a whole new charm process that's been in place using the new charm cli command and a release workflow much more like snaps [14:21] $ charm release cs:~ahasenack/landscape-server-1 [14:21] url: cs:~ahasenack/landscape-server-1 [14:21] channel: stable [14:21] warning: bugs-url and homepage are not set. See set command. [14:21] what else do I need to do? [14:22] ahasenack: see https://jujucharms.com/docs/stable/authors-charm-store [14:22] ahasenack: you have to set the ACL on it so everyone can see it probably [14:22] ok [14:24] rick_h_: that page still talks about "charm publish" [14:24] which is not available in the packages published to the juju stable ppa [14:24] ahasenack: right, the charm publish command which is in xenial? [14:24] just not juju publish [14:25] ppa:juju/stable xenial in my case [14:25] right, charm publish [14:25] ahasenack: ok, and you added the ACL for everyone [14:26] I'm trying, it's not yet showing up in the charm store search [14:26] tried these: http://pastebin.ubuntu.com/23154693/ [14:27] the charm store won't show non-promulgated, you need to go to the user page I believe. https://jujucharms.com/u/ahasenack/ [14:27] and I see landscape-server there [14:27] it used to find user charms and list them in another section, further down [14:27] hatch: jujucharms.com search is just promulgated now right? [14:27] ahasenack: yes, that's been done away with [14:28] rick_h_: it is yes [14:28] unless there are no promulgated that match [14:28] ok [14:29] geez, why does charm show show info about other charms? [14:29] ahasenack: so charm show is like going to the charm details page which works just fine [14:29] under "charm-related" [14:29] https://jujucharms.com/u/ahasenack/landscape-server [14:29] charm-related: [14:29] Provides: [14:29] pgsql: [14:29] - Id: cs:~alexlist/precise/pgbouncer-0 [14:29] - Id: cs:~alexlist/precise/pgbouncer-1 [14:29] and a huge list below that [14:30] pages and pages [14:30] ah, it's charms that meet that relation? That's probably something that we should clean up [14:30] worth a bug [14:30] basically all revisions of any other charm that uses these relations [14:30] hundreds and hundreds :) [14:30] I'll file one [14:30] ahasenack: yea, that sucks [14:32] rick_h_: since I'm here, I also filed this earlier, but it doesn't look juju-gui related: https://bugs.launchpad.net/ubuntu/+source/charm-tools/+bug/1621870 [14:32] Bug #1621870: charm push fails in bzr branch [14:33] ahasenack: sure thing, https://github.com/juju/charmstore-client is the charm client code/bugs [14:33] ahasenack: I'll move that over there [14:33] oh [14:33] ok [14:34] ahasenack: https://github.com/juju/charmstore-client/issues/90 [14:38] thx