/srv/irclogs.ubuntu.com/2017/04/19/#launchpad.txt

=== maclin1 is now known as maclin
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== ahoneybun is now known as Guest36814
=== chihchun is now known as chihchun_afk
djaHi! I just dput a kernel to launchpad, and had it rejected because the destination ppa didn't exist. I have since created that ppa, but now dput says "Package has already been uploaded to ppa on ppa.launchpad.net".05:17
djaDo I need to do anything to get the kernel packages built? Will it happen automatically?05:17
hloeungdja: I think it's a local .uploaded file05:25
hloeungdja: you need to delete that05:25
djahloeung, fantastic, thanks!05:26
djanow I just need to wait for the 140MB to upload over my crummy adsl connection :/05:26
=== maclin1 is now known as maclin
coreycbhi, i'm hitting an exception when trying to build a snap in launchpad on zesty: https://launchpadlibrarian.net/316230946/buildlog_snap_ubuntu_zesty_amd64_keystone_BUILDING.txt.gz12:08
coreycbFile "/usr/share/launchpad-buildd/slavebin/buildsnap", line 202, in main12:08
coreycbbuilder.pull()12:08
coreycbthat's the start of the traceback12:08
cjwatsoncoreycb: bug 162673912:16
ubot5bug 1626739 in Launchpad itself "Snapcraft build failing in Yakkety for unauthenticated stage-packages" [High,Triaged] https://launchpad.net/bugs/162673912:16
cjwatsonwhich as it happens I'm working on at the moment12:16
coreycbcjwatson, ah cool thanks :)12:17
=== caribou_ is now known as caribou
=== keffie_jayx is now known as effie_jayx
=== effie_jayx is now known as effie-jayx
=== effie-jayx is now known as keffiejayx
jgrnstHave been trying to report a bug on ubuntu. When I get to the stage when I need to login into launchpad, I get the following:15:27
jgrnstOops! Sorry, something just went wrong in Launchpad.  We’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience.  (Error ID: OOPS-c75241ea187c216c23a6c6c8accf0bc4)15:27
ubot5https://oops.canonical.com/?oopsid=OOPS-c75241ea187c216c23a6c6c8accf0bc415:27
jgrnstThis was going on for several days15:28
jgrnstChrome and firefox behave in the same way15:29
cjwatsonJust a minute, will investigate15:32
cjwatsonI guess you previously deleted your SSO account15:32
cjwatsonAh, no, slightly different failure mode15:33
cjwatsonAutocreated account due to imported comments in the KDE bug tracking system15:33
cjwatsonjgrnst: Will be fixed once I get an admin's attention15:35
jgrnstThank you15:41
dannfhi - is there a way to craft a search URL that searches multiple series? e.g., all bugs that have a Fix-Committed task in series a or b?16:09
cjwatsonICBW since BugTaskSearch is mostly a mystery to me, but I don't think so, unfortunately16:12
nacccjwatson: lplib question -- was trying to create my own SourcePackagePublishingHistory object, but since i'm using the devel API, BaseWrapper::__new__ is erroring out that Launchpad._root_uri doesn't match?16:12
cjwatsonnacc: Can I see your code?16:13
nacccjwatson: yeah one sec16:13
nacccjwatson: this is the class wrapper i wrote: http://paste.ubuntu.com/24414716/16:15
naccand the failure is in that constructor call16:15
naccdirectly using an UbuntuSourcePackage is working elsewhere in teh code, though16:15
naccand launchpad_login is a local function that caches an anonymous login to the devel API16:16
cjwatsonnacc: OK, and what's the traceback?16:16
cjwatson(ubuntu-dev-tools might be being odd in some way.  It's not core launchpadlib.)16:16
nacccjwatson: oh true, you're right, let me get the traceback16:17
nacccjwatson: http://paste.ubuntu.com/24414736/16:18
cjwatsonNACC: root-uri = https://api.launchpad.net/1.0/16:19
cjwatsonyou need to work out where that's coming from16:19
cjwatsonshould be https://api.launchpad.net/devel/ if you're using version="devel" elsewhere16:19
nacccjwatson: yeah, that's true -- ok, i'll dig into the ubuntu-dev-tools code16:20
naccthanks!16:20
cjwatsonPossibly set ubuntutools.lp.api_version?16:21
cjwatsonAlthough ... you should have a call to Launchpad.login() or similar somewhere16:21
cjwatsonPass api_version="devel" to that16:22
cjwatsonMaybe the problem is that you're hitting the implicit login in SourcePackage.lp_spph before you've logged in yourself16:22
cjwatsonOr you're logging in using native launchpadlib rather than via the ubuntutools thing so it doesn't realise you're already logged in16:23
cjwatsonSomething like that16:23
nacccjwatson: oh that's probably it!16:23
nacccjwatson: i think you're right on the mismatch -- i'm using launchpadlib and ubuntutools has this singleton. I'm trying to come up with a good way to workaround it (or to call _Launchpad.login_existing()), since the _Launchpad() object gets created at the module load time (afaict). If in python, I did a from ubuntutools.lp import _Launchpad and called _Launchpad.login_existing() -- will that avoid the17:28
naccLaunchpad = _Launchpad() call since I'm only importing the class definition?17:28
nacccjwatson: nm! complete thinko on my part17:37
nacccjwatson: i think i can call Launchpad.login_existing() as early as possible17:37
naccyep, that works17:44
=== JanC_ is now known as JanC

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