[18:14] It looks like location URLs are somehow broken [18:14] e.g. "curl https://code.launchpad.net/~jelmer/debian/sid/breezy/main/.bzr/branch/location" [18:14] there's a missing / between the hostname and the first path segment [18:17] (did we break something on the breezy side?) [18:26] jelmer: Interesting, that sounds likely to be an issue on our end. Could you file a bug? [18:26] Should be easy. [18:26] cjwatson: yes, filing now [18:27] jelmer: Ah in fact this is a regression from deploying appservers using Juju [18:27] AFAICT it is reproducible with older versions of breezy as well [18:27] and I saw the SWH folks mention the same error as well [18:28] https://git.launchpad.net/launchpad-layers/tree/launchpad-base/templates/launchpad-base-lazr.conf#n35 needs a trailing slash [18:30] (This is actually only the second regression from that redeployment that anyone has reported, which I'm pretty pleased with considering it's a total rewrite of the deployment mechanism and an advance of two Ubuntu LTS releases.) [18:32] https://bugs.launchpad.net/launchpad/+bug/2017026 [18:32] Bug #2017026: bazaar branch redirects missing slash between hostname and path [18:33] cjwatson: ah, interesting [18:33] I was looking through the recent code changes and didn't see any smoking guns there :) [18:36] MP up [18:38] cjwatson: that was quick :) different target than lp:launchpad? [18:46] ah, launchpad-layers [20:06] jelmer: yeah, but that's an internal detail that nobody other than us should be expected to care about [20:06] just had to separate out some code because charmcraft wouldn't play ball otherwise