/srv/irclogs.ubuntu.com/2015/07/27/#launchpad.txt

mwhudsonum03:51
mwhudsonhow 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
mwhudsonto be clear about what i want to do03:51
mwhudsoni have a ppa with test builds03:51
mwhudsonfor each failing build record in the ppa (i know how to find those)03:51
mwhudsoni want to see if the build in the main archive failed or not03:52
mwhudsonwgrant: halp ^03:53
mwhudsonoh maybe getBuildRecords on distro_series03:54
wgrantmwhudson: Or lp.archives.getByReference(reference='ubuntu').getBuildRecords03:54
wgrantBut distro_series' method is probably better for filtering to a single series.03:54
mwhudsonyeah, i was confused by what i got back from the archive method03:55
wgrantFilter by Ubuntu's primary archive and the relevant source_name, then check build.current_source_publication to find the right version.03:55
mwhudsonwgrant: i'm confused03:59
mwhudson(a common state for users of the lp api)04:00
mwhudson>>> wily = launchpad.distributions["ubuntu"].getSeries(name_or_version="wily")04:00
mwhudson>>> [r.buildstate for r in list(wily.getBuildRecords(source_name="ciborium"))]04:00
mwhudson[u'Failed to build', u'Failed to build', u'Failed to build']04:00
mwhudsoni see 6 builds on the page i linked04:00
wgrantmwhudson: Ah, a complication in the Soyuz model.04:23
wgrantmwhudson: The successful builds were actually from a PPA.04:23
wgrantmwhudson: You might have to use source_package_publishing_history.getBuilds() instead. I think that should work.04:24
mwhudsonwgrant: ok04:25
wgrantYeah, SPPH.getBuilds is meant to find all of them.04:25
wgrantEven copies.04:25
mwhudsonand er04:29
mwhudsonhow do i get an spph?04:29
mwhudsongetPublishedSources i guess04:30
wgrantmwhudson: archive.getPublishedSources04:30
mwhudsonwgrant: http://paste.ubuntu.com/11946739/ yay04:35
mwhudsoni should also make a ppa and test rebuild everything without a new golang-go package04:36
mwhudsonas i'm fairly sure some of these will ftbfs in the archive already04:36
mwhudsonbut maybe tomorrow04:37
md_5 Unhandled exception processing upload: The email address 'launchpad@md-5.net' is already registered.08:17
md_5What does this mean?08:18
md_5nevermind, reuploaded and it's fine08:21
md_5╰─$ sudo apt-add-repository ppa:md-5/hexchat-dev09:01
md_5seems to be adding the wrong repository09:01
md_5s/repostiroy/key09:01
md_5gpg: key 02CB4CAD: public key "Launchpad PPA for md_5" imported09:02
=== [HeOS] is now known as HeOS
wgrantmd_5: What's wrong about that?09:22
md_5wgrant : WARNING: The following packages cannot be authenticated!09:35
md_5  hexchat09:35
md_5Install these packages without verification? [y/N] y09:35
md_5apt-get isn't recognising it :\09:35
wgrantmd_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
wgrantFor example, deleting the package and then copying it back in.09:37
md_5I I found the issue09:37
md_5http://ppa.launchpad.net/md-5/hexchat-dev/ubuntu/dists/vivid/09:37
md_5There is no Release.gpg09:37
wgrantRight, as I said.09:37
md_5Ok I've bumped the version and I'll reupload09:41
md_5wgrant thanks, works. I'll let the mailing list know.09:49
md_5appreciated09:49
=== 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
KaZeRhi there17:45
KaZeRhow 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/32912417:46
ubot5Ubuntu bug 329124 in Launchpad itself "Do not default to Abkhazian (ab) in the import approval form" [Low,Triaged]17:46

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!