[02:37] Does anyone know about adding an upstream bug to a bug in Launchpad? I'm trying to add an upstream bug I created to a bug report, and Launchpad does not recognize the URL. The bug is https://bugs.launchpad.net/ubuntu/+source/lxsession/+bug/1347402 [02:37] Launchpad bug 1347402 in lxsession (Ubuntu) "lxsession-default webbrowser crashes session" [Undecided,Confirmed] [02:37] And the upstream bug is https://sourceforge.net/p/lxde/bugs/726/ [02:37] I'm new at this :) Thanks [21:14] not sure if that's a locked out feature, or not, drkokandy (linking upstream bugs). But if it isn't, then on the LP bug you should see "Also affects project", and it assumes the LXDE project which is a sourceforge tracker (it knows this). It asks for the upstream tracker bug location. [21:15] Right teward - I was able to get to that page, but when I entered the Sourceforge URL, it says it was not able to recognize the bug tracker at that location [21:15] drkokandy: from there, it offers you 3 option buttons, of which you select "I have the URL..." one since you have the URL. Then paste the URL, and hit "Add to bug report" [21:15] drkokandy: might want to state that then, because that seems like a bug [21:16] dobey: wgrant: cjwatson: ^ know anything bout it? [21:20] Somehow I found this page: https://bugs.launchpad.net/bugs/bugtrackers/sf - which says that "Bug watch updates for SourceForge.net Tracker are disabled. " - could that have something to do with it? [21:22] no idea, but https://bugs.launchpad.net/launchpad/+bug/1412052 is filed - might get duped as something else if it's a known issue [21:22] Launchpad bug 1412052 in Launchpad itself "System unable to process Upstream SourceForge Bug Tracker Entries (observed: lxde project)" [Undecided,New] [21:22] if it's disabled though it shouldn't be permitting upstream linking, though, or maybe the system isn't smart enough to trace that? [21:22] * teward shrugs [21:23] Works - thanks for your help! [21:23] Should I convert my question about this to a duplicate of this bug? [21:23] drkokandy: link to the question? [21:23] https://answers.launchpad.net/launchpad/+question/260846 [21:23] nevermind i see it there xD [21:24] drkokandy: leave it as a question, i linked the bug. [21:24] thank you - I'm still getting started with helping with Lubuntu bugs & am still learning the ropes [21:25] drkokandy: i'm going to ping wxl on this too, they probably are aware of this being a consistent issue [21:30] This is mostly from before my time, but I suspect the root cause is https://bugs.launchpad.net/launchpad/+bug/605783 [21:30] Launchpad bug 605783 in Launchpad itself "SourceForge bugwatch updates are broken" [High,Triaged] [21:30] cjwatson: yeah but that bug isn't very descriptive and hasn't been touched since 2k12 [21:30] That doesn't mean it's somehow magically been fixed [21:30] * teward assumed abandoned [21:30] true. [21:30] It seems descriptive enough to me [21:31] * teward shrugs [21:31] The Launchpad team was on a single developer for a sizeable amount of the time you refer to [21:31] true... i assume that's a bit larger though? [21:31] So, you know [21:31] We're at three now [21:31] mmm [21:31] [15/01/17 16:31:28] <drkokandy> This one maybe - https://bugs.launchpad.net/launchpad/+bug/1154939 ? I can link it [21:31] [15/01/17 16:31:29] <ubottu> Launchpad bug 1154939 in Launchpad itself "New style SourceForge bug URLs are reported as invalid" [Low,Triaged] [21:31] Launchpad bug 1154939 in Launchpad itself "New style SourceForge bug URLs are reported as invalid" [Low,Triaged] [21:32] ^ maybe that one too? [21:32] I don't know [21:32] * teward shrugs [21:32] I'd assume they're connected [21:32] The bugtracker code is mostly unfamiliar to me, would take a few days to get my head around it [21:32] (external bugtracker that is) [21:33] LP's SourceForge support AFAIK only handles the old-style URLs [21:33] BugTrackerType.SOURCEFORGE: 'support/tracker.php?aid=%s', [21:33] cjwatson: ahh, that explains why disabled [21:35] It's probably not completely ridiculous for somebody new to the codebase to try to fix, starting by grepping for SOURCEFORGE in lib/lp/bugs [21:35] if I try to add it like that, might it work? [21:35] I'll try it [21:35] I don't know, it depends whether the old API in use elsewhere still works, and 605783 suggests not [21:35] well, "API" [21:36] cjwatson: if i read that old bug correct, it relied on page scraping? [21:37] Yes, it uses BeautifulSoup [21:37] But that sort of thing is obviously not the most robust ever [21:37] See lib/lp/bugs/externalbugtracker/sourceforge.py [21:38] If it was broken in 2010, it's unlikely it's improved [21:38] mhm [21:39] That file hasn't been changed in any substantive way since 2009 === jelmer_ is now known as jelmer