[14:40:20] Hi, does anyone know how i can get it so extensions that do $backend->getRootStoragePath() . '//'; $backend->quickStore(....); get stored in a container that i want (in swift). Since right now it's creating an entirely new container but i want it to use the same one we have for the thumbs/deleted/images etc. [20:18:47] paladox: usually extensions (e.g. Score) have a file backend configuration option you can point to your existing container [21:42:33] legoktm: thanks! And i can specify the path as well? For instance i want it to go under wgDBname within the container [21:43:03] (i can only do that for zones but doesn't appear i can for those that use things like $backend->getRootStoragePath() .... [23:04:32] What's the easiest way to re-release branch an individual extension? The extension wasn't up to date when branched, GitHub shows it as 24 ahead and 84 behind, so a merge looks messy, and if its more than one or two commits, cherrypicking isn't going to be particularly clean [23:05:36] you can cherry pick and push directly to the branch [23:05:41] deleting branches gets icky [23:09:55] I've clearly not done enough Git recently. Lets see how much Gerrit screams at me and see if I can work out what I'm doing.