/srv/irclogs.ubuntu.com/2018/03/01/#launchpad.txt

=== wgrant changed the topic of #launchpad to: Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad
carakalow priority question: I manually cancelled some builds, and now they appear at the top of the list on the recipe page, meaning I cannot see the acutal current build status'. Methinks it is because the list is alphabetical. Any way to delete the canceled builds, or non alphabetise the list?08:13
=== ricotz_ is now known as ricotz
cjwatsoncaraka: not alphabetical, a different sorting bug.  the only way to get rid of them is to fix https://bugs.launchpad.net/launchpad/+bug/74614010:15
ubot5`Ubuntu bug 746140 in Launchpad itself "Recipe superseded source builds get stuck at top of recent builds list forever" [High,Triaged]10:15
=== janluca_ is now known as janluca
=== Sir_Gallantmon is now known as Son_Goku
=== Dorami-Doraemon is now known as Guest49161
=== chihchun_afk is now known as chihchun
=== Nafallo_ is now known as Nafallo
mvojust want to mention: I got two oopses in a row from LP when trying to report bug 175263516:09
ubot5`bug 1752635 in python2.7 (Ubuntu) "[patch] Please add command-not-found hints" [Undecided,New] https://launchpad.net/bugs/175263516:09
cjwatsonOOPS IDs?16:10
cjwatsonbut it's probably the usual thing that goes away in 10min16:10
mvocjwatson: meh, sorry, I don't have it anymore. but yeah, three times a charm and all that. it worked now16:11
mvo(just wanted to mention, if transient thats fine with me)16:11
cjwatsonYeah, unfortunately this happens with bugs from time to time16:15
* mvo nods16:15
ralAny chance someone could help me with https://answers.launchpad.net/launchpad/+question/665102 ?20:58
hloeungral: might be worth posting the output from dput as well, it might help21:03
nacci do recall other users reporting similar silent failures when the gpg keys were 'wrong'21:04
nacci'd need to trawl my logs to be sure21:05
hloeungral: also, pretty sure LP uses keys from keyserver.u.c21:05
nacccjwatson: had a branch in progress for this21:05
hloeungral: https://keyserver.ubuntu.com/pks/lookup?op=vindex&fingerprint=on&search=0x779B22DFB3E717B721:05
hloeungral: nothing updated recently? Maybe you need to push up your new key?21:05
hloeungs/new key/changes to your key/21:05
ralhloeung: I pushed my key to another server earlier in the year, I thought they propagated.21:21
ralI've just pushed to k.u.c, I'll give it another try.21:21
hloeungright, depends on which servers keyserver.u.c talks to and what servers the keyserver you pushed to talks to21:22
ralhloeung: I'm afraid I'm mistaken, it was another gpg key that I updated21:38
hloeungheh ok, so that might be the problem then21:38
ralWell let's say there are two problems - launchpad shouldn't swallow these errors silently, and my key might have a problem :)21:41
naccral: yeah the first is 'known'21:42
cjwatsonnacc: I think I landed that one already22:00
cjwatsonthat was https://code.launchpad.net/~cjwatson/launchpad/better-upload-error-notifications/+merge/31117922:00
nacccjwatson: oh ok, i didn't have the link handy22:01
nacci just remembered you were working on it before :)22:02
cjwatsoncan't get my VPN link to come up at the moment so can't check logs22:02
cjwatsonoh wait, there it is, maybe it'll work22:02
cjwatson2018-03-01 11:17:18 INFO        GPG verification of /srv/launchpad.net/ppa-queue/incoming/upload-ftp-20180301-111651-008775/~mosquitto-dev/mosquitto-ppa/mosquitto_1.4.15-0mosquitto1~xenial1_source.changes failed: Verification failed 3 times: ["(7, 153, u'Key expired')", "(7, 153, u'Key expired')", "(7, 153, u'Key expired')"]22:03
cjwatsonral: does that look like the right package name/version?22:03
ralcjwatson: yep22:03
cjwatsonI'll have to experiment to see how we can pick out just that one error robustly22:10
cjwatsonthat's a little different from my earlier fix for deactivated keys, but I think it can come under basically the same heading22:11
cjwatsonanyway, yes, pushing a non-expired key to LP should help22:14
cjwatsonerr, to keyserver.u.c22:14
nacccjwatson: should i be able to specify a PPA without any packages in it yet as the source for a LP snap build? for some reason, it doesn't seem to find it22:27
cjwatsonnacc: if it hasn't been published yet, it may not have any index files, which will cause apt etc. to not find it22:34
cjwatsonnacc: you can either publish something and delete it shortly afterwards, or a more elegant trick: load the archive in the API and call the markSuiteDirty method on it22:34
nacccjwatson: yeah i wasn't going to trigger a build yet, just wanted to set it up22:34
cjwatsonhttps://launchpad.net/+apidoc/devel.html#archive-markSuiteDirty22:34
nacccjwatson: to be clear, 'it' above was the launchpad web UI22:35
cjwatsonoh22:35
cjwatsonthat should work regardless, yes22:35
naccin the Source for automatic builds field22:35
naccok, i'll try again22:35
cjwatsonI think.  Let me check the details22:35
cjwatsonPerhaps the widget is clever22:35
naccoh it expected a different ppa spec than i thought22:36
nacc~sergiusens/ubuntu/snapcraft-lp175248122:36
naccrather than the normal sergiusens/snapcraft-lp175248122:36
cjwatson"normal"22:37
naccheh, the specifier you see on the ppa page22:37
naccmy own fault, i was able to find it by searching by user-prefix instead22:37
cjwatsonso we can possibly update that now to the three-segment form22:37
cjwatsonwe had to delay a long time on that because old versions of add-apt-repository exist22:38
naccoh of course22:38
wgrantHm yeah, it's been nearly four years so probably.22:38
cjwatsonhowever, the two-arg form should have worked in the search ...22:38
cjwatson            if len(query_split) == 3:22:38
cjwatson                owner_name, distro_name, archive_name = query_split22:38
cjwatson            else:22:38
cjwatson                owner_name, archive_name = query_split22:38
nacccjwatson: and of course now it does22:38
naccit didn't before, i swear :)22:39
cjwatsonin fact distro_name isn't even used there22:39
cjwatsonall right, I won't think about it too hard then :)22:39
cjwatsonit wouldn't have worked with the ppa: prefix, which I think is a bug22:39
nacccjwatson: yeah i'd assume PEBKAC for now22:39
cjwatsonfortunately, easy to fix, will do22:39
nacccjwatson: yeah it just feels like a 'nice to have' so that c&p works22:40
cjwatsonI just missed that bit when adding support for that prefix to the API and such22:40

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