[00:22] launchpad is failing some builds without reason [00:22] sergio-br2: refs? [00:23] https://code.launchpad.net/~libretro/+recipe/vba-next-libretro-daily [00:23] failed 6 minutes ago [00:24] fixin [00:24] g [00:25] * wgrant arranges a librarian deployment. [00:26] thanks, indeed [00:27] in the meantime I've wget --no-cache'd the chroot in question and retried those builds that are retriable [00:27] some dolphin emu builds failed yesterday too [00:28] this has been happening from time to time, we've been chasing it. the librarian deployment should fix things [00:29] thanks [01:30] dobey: hey, got branch detection working http://i.imgur.com/KN4pXRl.jpg :) [01:31] now I can have all branches mirrored easily to github [01:35] wgrant: Not seeing the librarian deployment on LPS or in RT; should I poke at it? [01:36] cjwatson: Got distracted, doing now. [01:36] Ta [01:36] ok [01:41] dobey: I went for the atom feed because it's faster and won't require a json parser https://github.com/renatosilva/scripts/commit/9064ed0 [01:42] of course it doesn't. it requiers parsing xml instead. [01:43] heh, but thankfully it's as simple as grep lp: | awk -F'[<>]' '{ print $3 }' [01:44] (without dependency on the jq package) === maclin1 is now known as maclin [06:07] is https://launchpadlibrarian.net/233410555/vcs-imports-a2jmidid-master.log a bug in bzr-git/dulwich, or an issue with the git server perhaps? [06:09] dobey: That usually means there are no refs. [06:11] dobey: Flipped it to git:// instead and it worked. [06:11] ah ok, so an issue when using http:// sometimes? [06:14] dobey: Ah, repo.or.cz does User-Agent sniffing [06:14] ah [06:14] dobey: If the User-Agent doesn't contain "git/", you get HTML back. [06:15] Similar to Bitbucket. [18:43] Hi! Is there any way of deleting debug symbol packages from a PPA without either starting with a fresh PPA or deleting the packages entirely? [18:45] i don't think so, no [18:46] OK, thanks. :) Just checking before I upload another set of the same packages to churn away for another few hours... [18:46] I don't want to request a larger PPA for these ones [18:50] I think you can probably do it with remove-package -b from lp:ubuntu-archive-tools [18:51] passing -A ppa:username/ubuntu/ppaname [18:51] (substitute as appropriate) [18:53] cjwatson: thanks, i'll have a look :)