[00:01] maxb: ;) [00:21] wgrant: which component_name do i need to specify in newComponentUploader command for a ppa, since ppas don't have components like main or universe? [00:22] DarkPlayer: main [00:22] DarkPlayer: PPAs have one component: main :) [00:22] k thanks === caktux_ is now known as caktux [05:05] wgrant: hello bro are u there? [05:05] I need again you guy's help [05:05] I wanted to have the Newari Language (New) get added in Launchpad [05:15] arun_: Do you have plural form information for the language? [05:16] wgrant: yes it has 2 [05:16] arun_: With which rules? [05:17] wgrant: its same as of Tharu , Nepali and English [05:20] arun_: Done. [05:20] https://translations.launchpad.net/+languages/new [05:20] wgrant: thanks brother [09:32] maxb: package deletions> you can probably use newQueueAdmin to enable that too. [09:35] if I want to change a detail in all translated versions of the same string (i.e. change copyright date), what would be the best automatic approach? Can I just download the .po tarball, sed -i, and re-upload it? Or do I need to manually assing the .po files in the tarball to the languages again (that happened to me already)? [09:37] cjwatson: That won't fix the UI, at least. [09:37] cjwatson: And I'm not sure that newQueueAdmin works on PPAs at all. [09:37] I *think* it does [09:37] But it's been a while [09:38] Ge0rG: The files should automatically be mapped to the right languages within half an hour or so, as long as the paths match what you got from Launchpad. [09:38] Pretty sure I used it at some point while QAing that stuff [09:38] wgrant: ok, thanks [09:39] Yeah, it's surely just EditPackageUploadQueue which doesn't care about the archive type [09:40] Oh, except it looks at self.obj.distroseries.distribution.all_distro_archives [09:40] So maybe you're right ... === 3JTAADOM8 is now known as wallyworld === wallyworld is now known as Guest37360 [12:16] I'm seeing some builds that are marked as Cancelled, but I didn't cancel them: http://paste.ubuntu.com/6420885/ [12:18] What's strange is that those builds have a build log attached, which, I think, doesn't happen if I cancel them [12:23] afaik, the logs are there if you cancel them === Pici is now known as Guest25996 === cprofitt_ is now known as cprofitt === Guest25996 is now known as Pici [21:55] wgrant: ping? [22:21] DarkPlayer: Hi [22:22] wgrant: hi, we now purchased a commercial subscription for https://launchpad.net/pipelight [22:23] wgrant: and i wanted to ask whether you could assign https://launchpad.net/~mqchael/+archive/pipelight and https://launchpad.net/~ehoover/+archive/compholio to the project? [22:25] wgrant: the compholio ppa hosts the wine version required by pipelight, so i think there should be related enough [22:27] and i can get rid of the old stuff in that PPA if that helps [22:27] No need, done. Those two PPAs should build before the rest of the world now :) [22:28] hurray! [22:29] now i just need to fix it hating the upstream wine sometimes :/ [22:29] Sometimes? [22:29] That's a bit of a worry. [22:30] wgrant: yeah, sometimes it doesn't build include/wtypes.h from include/wtypes.idl - that i can fix by just re-running it [22:31] sometimes it decides that the original tarball doesn't match, so then i have to pull the one from the website and build it locally instead of using the recipe [22:32] Heh, helpful [22:33] wgrant: yeah, i pulled the .orig.tar.gz from the website and it appears that the containing folder doesn't have the mtime set [22:33] so when you re-tar it then it won't necessarily have the same sum [22:33] Ugh [22:33] test methodology: [22:34] tar --atime-preserve -xzvf wine-compholio_1.7.6.orig.tar.gz [22:34] tar -cvf tmp.tar wine-compholio_1.7.6.orig; [22:34] md5sum tmp.tar [22:34] rm tmp.tar; rm -Rf wine-compholio_1.7.6.orig [22:34] (restart from beginning) [22:35] if (before md5sum) i run: touch -t 201311101735 wine-compholio_1.7.6.orig [22:35] sorry, before "tar -cvf ..." [22:35] then it will always create the same sum