[03:51] um [03:51] how do i find the build records on a page like https://launchpad.net/ubuntu/+source/ciborium/0.2.12+15.10.20150612-0ubuntu1 from the api? [03:51] to be clear about what i want to do [03:51] i have a ppa with test builds [03:51] for each failing build record in the ppa (i know how to find those) [03:52] i want to see if the build in the main archive failed or not [03:53] wgrant: halp ^ [03:54] oh maybe getBuildRecords on distro_series [03:54] mwhudson: Or lp.archives.getByReference(reference='ubuntu').getBuildRecords [03:54] But distro_series' method is probably better for filtering to a single series. [03:55] yeah, i was confused by what i got back from the archive method [03:55] Filter by Ubuntu's primary archive and the relevant source_name, then check build.current_source_publication to find the right version. [03:59] wgrant: i'm confused [04:00] (a common state for users of the lp api) [04:00] >>> wily = launchpad.distributions["ubuntu"].getSeries(name_or_version="wily") [04:00] >>> [r.buildstate for r in list(wily.getBuildRecords(source_name="ciborium"))] [04:00] [u'Failed to build', u'Failed to build', u'Failed to build'] [04:00] i see 6 builds on the page i linked [04:23] mwhudson: Ah, a complication in the Soyuz model. [04:23] mwhudson: The successful builds were actually from a PPA. [04:24] mwhudson: You might have to use source_package_publishing_history.getBuilds() instead. I think that should work. [04:25] wgrant: ok [04:25] Yeah, SPPH.getBuilds is meant to find all of them. [04:25] Even copies. [04:29] and er [04:29] how do i get an spph? [04:30] getPublishedSources i guess [04:30] mwhudson: archive.getPublishedSources [04:35] wgrant: http://paste.ubuntu.com/11946739/ yay [04:36] i should also make a ppa and test rebuild everything without a new golang-go package [04:36] as i'm fairly sure some of these will ftbfs in the archive already [04:37] but maybe tomorrow [08:17] Unhandled exception processing upload: The email address 'launchpad@md-5.net' is already registered. [08:18] What does this mean? [08:21] nevermind, reuploaded and it's fine [09:01] ╰─$ sudo apt-add-repository ppa:md-5/hexchat-dev [09:01] seems to be adding the wrong repository [09:01] s/repostiroy/key [09:02] gpg: key 02CB4CAD: public key "Launchpad PPA for md_5" imported === [HeOS] is now known as HeOS [09:22] md_5: What's wrong about that? [09:35] wgrant : WARNING: The following packages cannot be authenticated! [09:35] hexchat [09:35] Install these packages without verification? [y/N] y [09:35] apt-get isn't recognising it :\ [09:37] md_5: It can sometimes happen that the first publication of a new PPA occurs before the signing key is generated. Any change to the series cause it to be resigned. [09:37] For example, deleting the package and then copying it back in. [09:37] I I found the issue [09:37] http://ppa.launchpad.net/md-5/hexchat-dev/ubuntu/dists/vivid/ [09:37] There is no Release.gpg [09:37] Right, as I said. [09:41] Ok I've bumped the version and I'll reupload [09:49] wgrant thanks, works. I'll let the mailing list know. [09:49] appreciated === psivaa_ is now known as psivaa === cprov_ is now known as cprov === vidplace7_ is now known as vidplace7 === mwhudson_ is now known as mwhudson === yofel_ is now known as yofel [17:45] hi there [17:46] how can one delete a translation from launchpad ? a .po was imported as 'ab' by mistake, probably somehow like this : https://bugs.launchpad.net/launchpad/+bug/329124 [17:46] Ubuntu bug 329124 in Launchpad itself "Do not default to Abkhazian (ab) in the import approval form" [Low,Triaged]