=== Mission-Critical is now known as MissionCritical === matsubara-afk is now known as matsubara === Guest65630 is now known as Ursinha === Ursinha is now known as Guest68258 === czajkowski changed the topic of #launchpad to: Help contact: czajkowski | 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 | For packaging help: join #ubuntu-packaging === yofel_ is now known as yofel === timblechmann is now known as tim === zyga_ is now known as zyga === matsubara is now known as matsubara-afk [11:43] ello, I have created a project and setup a ppa on launchpad. I am using quickly to create my application. But when I try to push the code to launchpad, it created 12.07 version instead of 0.1 version [11:43] Can somebody help me resolve this issue? [11:43] jelmer: was this similar to last nights issue [11:44] wondering is the quickly channel the better place to get help [11:45] What's the irc channel for quickly? [11:45] saurabh: #quickly [11:46] ok czajkowski, but there are very few people there [11:46] is that the official channel of quickly? [11:46] saurabh: yes [11:48] ok czajkowski === allquixotic_ is now known as allquixotic [13:59] What is the current PPA publisher cron schedule these days? [14:01] maxb: if you know where I should look I could find out [14:01] I've heard tell it might live in lp:lp-production-crontabs [14:02] that does indeed have things. [14:03] and it's probable it looks like ..../publish-distro.py .... --ppa ... [14:04] now I just need to find Steven K's text file of server names to what they actually do mapping again... [14:04] mgz: germanium? [14:05] ah, yes, that's all things ppa. [14:10] there's a LEP about making that one box less of a bottleneck === benji___ is now known as benji [14:11] [14:34] hey, where do i find the unity developers...i found a problem and want to discuss it [14:36] which unity? :) #ubuntu can probably point you onwards. [14:36] what do you mean witch unity? [14:37] i mean the unity core team [14:39] http://unity.ubuntu.com/contact-us/ for the ubuntu project. [14:40] that was the top hit for "ubuntu unity irc" by the way. [14:40] thanks [15:37] A question for any losa: I need to transfer bugtasks for PROJ tagged "python-PROJclient" to the "python-PROJclient" project since that's what we'll be using to track bugs for them. [15:37] Thought about using the API for that, but it doesn't let you reaffect a bugtask to another project in the same way the UI does, afaict [15:37] you have to create a new bugtask, copy status to it, and then mark the previous one invalid or something [15:38] To avoid introducing unnecessary dirtiness, would you consider running a query that would do that for a small set of PROJ ? [15:40] ttx, we would try and avoid doing that, I think this maybe more of a question for one of lp devs, czajkowski do you know who might be able to help? [15:41] gnuoy: I usually revert all bug tracking questions to sinzui [15:41] ttx: example bug you want changing from what to what exactly? [15:42] mgz: https://bugs.launchpad.net/nova/+bug/892081 [15:42] Ubuntu bug 892081 in OpenStack Compute (nova) "os-console-output extension client" [High,Fix released] [15:42] ah, I read your mail to openstack about this [15:42] change the "nova" bugtask so that it's a "python-novaclient" bugtask [15:42] want me to do what you spell out in there? [15:43] mgz: thought it would be a no-brainer using the API, but it limits what manipulation you can actually do [15:43] mgz: certainly! this is for PROJ={nova,keystone,quantum} [15:44] hydrazine(None) #892081> retarget python-novaclient [15:44] change target of bug 892081 [15:44] from: https://api.launchpad.net/1.0/nova [15:44] to: https://api.launchpad.net/1.0/python-novaclient [15:44] Launchpad bug 892081 in python-novaclient "os-console-output extension client" [High,Fix released] https://launchpad.net/bugs/892081 [15:44] mgz: the other projects must have less than 5 bugs so I can do them manually [15:44] seems to work. [15:44] that's using lp:hydrazine bugclient [15:44] can select by tag, then operate in batch [15:45] ...I think [15:45] mgz: oh. I'll try that myself then [15:45] if only for my education [15:45] mgz: thanks for the pointer [15:45] mgz, thanks for the help [15:46] so, you can basically do: [15:46] pillar nova [15:46] filter python-novaclient === zyga is now known as zyga-food [15:46] batch show [15:46] or batch whatever else (retarget, remove tag) [15:47] it's a little dangerous, but interrupt if it looks like it's doing something crazy [15:47] heh [15:48] can be handy for triage too [15:48] ^* filter tags python-novaclient [15:48] * sinzui looks at api [15:49] hydrazine just seems to assign to bug.target and save (plus a little pillar resolving) [15:49] ttx bug_task.target = project should work [15:50] sinzui: oh. even simpler. [15:50] ah, plus asserting that the bug has a single task only [15:51] ttx, I think you want do old_project.searchTasks(status=[list every kind of status]) then for each assign the new target to the task, then call task.lp_save() [15:52] ttx, Listing all statuses is a nuisance, but if you do not list each status, Lp, will choose only the open statuses behind your back [15:52] sinzui: yes, I knew that trick. Thanks for the pointer! === matsubara-afk is now known as matsubara === czajkowski changed the topic of #launchpad to: Help contact:- | 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 | For packaging help: join #ubuntu-packaging === deryck is now known as deryck[lunch] === Ursinha is now known as Ursinha-lunch === deryck[lunch] is now known as deryck [18:33] Is there any way I can turn a user with PPA's into a team? [18:33] Please? :) [18:34] Hi all, I'm working with source package recipes to autobuild packages on my ppa. I'd like to build for multiple ubuntu versions at once. Different versions have different build-requires, though -- can I specify --> for lucid, use this, for precise, use this, etc. in my control file? [18:47] soren: I'm pretty sure that is not at all possible [18:48] jbrooks: You would have to use different bzr branches containing different control files in different recipes [18:48] maxb, cool, makes sense [18:59] jbrooks: you can do fancy things to have it work; what exactly are the differences? [19:01] dobey, This is a package that builds a firefox plugin that integrates with spice-client. In lucid, it needs xulrunner-dev, in oneiric, it needs firefox-dev, in precise and quantal, it needs something else, still figuring out where libxul.pc has moved to in those [19:06] jbrooks: you can probably do "firefox-dev | xulrunner-dev" as a Build-Depends, if that's the only difference [19:06] dobey, I'll try that [19:09] jbrooks: there should not be a libxul.pc in quantal anymore [19:09] micahg, is it replaced with something else? [19:10] jbrooks: there should just be the mozilla-plugin.pc left IIRC [19:10] micahg, ok, thanks [20:18] dobey, micahg I have another q on my same build recipe thread -- my package, which I initially packaged for oneiric before adapting in this build recipe, has dh-autoreconf as a build-requires. For natty on up, that's fine, but that package isn't in lucid. Is there a different one I can substitute. (dh-autoreconf is in lucid-backports, don't know if I can pull a build dep from there) [20:18] jbrooks: make the PPA build against backports if you want [20:19] micahg, ah, I see, in my ppa dependencies [20:20] I'll try that [20:22] micahg, thank you [20:22] jbrooks: you're welcome === matsubara is now known as matsubara-afk [20:54] I'm confused. I've deleted ~/.launchpadlib, yet tools like lp-shell still can act on my behalf. A cookie or token of some sort must be stored somewhere else, but where? [21:04] soren: gnome-keyring? [21:07] maxb: Yes, finally stumbled upoon that. Thanks. [21:59] I have found two spam entries in bug reports, probably the account of LP user Rafael Gonzalez (rafaelg) got hijacked: [21:59] bug 662313, comment #15 [21:59] Launchpad bug 662313 in udev (Ubuntu) "Can't print in Maverick : docs stay forever in printing queue" [Undecided,New] https://launchpad.net/bugs/662313 [22:00] bug 628030, comment #36 [22:00] Launchpad bug 628030 in ghostscript (Ubuntu) "Cannot print from pdf, /usr/lib/cups/filter/pdftoraster failed" [High,Fix released] https://launchpad.net/bugs/628030 [22:02] I have hidden the spam comments [22:03] Please open a question if you feel more action is required [22:03] maxb, thank you very much.