=== G is now known as Nigel === jincreator is now known as hacking_u === hacking_u is now known as jincreator === epsy is now known as \u03b5 [12:06] is there any way to get a list of bugs closed by an upload? [12:07] I want Closes: and Launchpad-Bugs-Fixed: equivalents [12:08] Also Original-Maintainer [12:08] (to be clear, I'm talking about access from the API) [12:25] Laney: An upload? [12:26] Erm, what's that in LP terminology? Publishing record? [12:26] What would be in a changes file. [12:26] Well, it depends what you mean by upload. [12:26] What do you want to do? [12:26] I upload a package. I want to find out what LP bugs it closed. [12:26] Remember that there are real syncs from Debian now, for which there is not even the fake LP-generated changes file. [12:27] this is why I'm trying to use the API instead of the mailing list archives now [12:27] I need to know how to get all of the data I was getting from the fake change files [12:28] For now it may be best to run the usual regexp over the changelog entries that are sent to the list. [12:28] can I get the changelog through the API? [12:29] what about Original-Maintainer? LP holds that data — can it be exposed? [12:30] We could expose the entire changelog easily. [12:30] Since it's stored in the librarian. [12:31] Alright, I'm going to file bugs asking for both of those things then [12:31] Argh, can't ssh into the DC. Give me a sec to check on Original-Maintainer another way... [12:31] ok [12:35] Laney: It looks like we don't actually know Original-Maintainer. Pages like https://launchpad.net/ubuntu/+source/dpkg/1.16.0~ubuntu7.1 are a lie -- that's just the maintainer. [12:36] hrm [12:38] I suppose I can parse the dsc [12:38] this is getting uglier than the scraping-changes-mboxes way though :( [12:38] Why do you want it? [12:38] forhttp://udd.debian.org/schema/udd.html#public.table.ubuntu-upload-history [12:39] Ah. [12:42] So, you should probably convince us to expose the changelog, then you can check for bugs fixed since the previous version you know about. And probably just grab the DSC to get Original-Maintainer for now. [12:47] ah, the .dsc has a predictable URL. That's good. [12:48] Laney: Remember that epochs are special, though :) [12:48] Laney: You might want to use the sourceFileUrls method on SPPH [12:48] didn't see that. ta. [13:56] Laney: damn, you just pointed out a bug in code I wrote this morning [13:56] ubuntu packages won't all have .changes files any more :/ [13:57] It would be easier if native syncs just generated fake ones [13:57] wgrant: yes, plase give us API access to the changelog [13:59] Laney: That's very difficult to model sensibly. [13:59] Probably better to fix the few consumers rather than continue the hacks. [14:02] (introducing changes files for copies would require significant API breaks too) === jincreator is now known as jungpoomsayong === jungpoomsayong is now known as jincreator === mnepton is now known as mneptok === warp11 is now known as warp10 === yofel_ is now known as yofel === jussi01_ is now known as jussi [21:21] where would I have to implement a cia hook for launchpad?