[00:02] is it ever going to be possible to translate .xml files? [00:12] bludude: in general? no more or less so than .c files : it all depends on something to extract (and export) the strings to translate [00:13] bludude: LP has a pluggable design for this, so you could write a module to teach LP about whatever app you are interested in that uses .xml files [00:25] bludude: Do you know about xml2po? [00:27] I know about it, but I don't have time to keep converting stuff [00:28] Is there a documentation format that LP can natively translate? I'd prefer a seamless solution. [00:30] We only support PO and Mozilla's XPI. [00:32] ok, thanks. I know xml compatibility was tossed around as a google soc idea, but nobody actually did it :( [01:07] I'm getting weird errors when importing an SVN branch... [01:07] http://launchpadlibrarian.net/77483830/george-edison55-fltk-trunk.log [01:15] george_e: looks like https://bugs.launchpad.net/bzr-svn/+bug/824933, which suggests that a bzr-svn update on lp will fix it [01:15] Ubuntu bug 824933 in Bazaar Subversion Plugin "on branch, rebase, ... AttributeError: 'CachingBzrMetaRevision' object has no attribute 'changes_outside_root'" [High,Fix released] [01:16] mwhudson: Also, if I create a branch that imports from say, a Mercurial repo., must I delete the branch and recreate it if the URL for the repo. changes? [01:17] george_e: launchpad developers and admins can change the url [01:22] mwhudson: More trouble, I'm afraid: http://launchpadlibrarian.net/77485683/george-edison55-dillo-trunk.log [01:22] It's saying something about an HTTP 400 error. [01:22] ...but I can checkout the repo. locally just fine. [01:22] bzr-hg isn't nearly as mature as bzr-svn or bzr-git [01:22] Could I try bzr-hg locally? [01:23] (it's also possible the version on lp needs an update) [01:23] sure [01:23] What package do I need? [01:23] guess :) [01:23] although bzr-hg tip is probably a better bet [01:23] (bzr branch lp:bzr-hg ~/.bazaar/plugins/hg) [01:25] Thanks. [01:28] mwhudson: Okay, I checked out that branch to ~/.bazaar/plugins/hg and ran 'sudo python setup.py install' [01:29] ...but the command bzr-hg is not available. [01:29] george_e: you didn' [01:29] Am I doing it right? [01:29] george_e: you didn't need to do that last steip [01:29] I didn't? [01:29] What command do I run? [01:29] george_e: it's not a command bzr-hg, the plugin makes "bzr branch" understand mercurial repos [01:29] Oooooooh. [01:29] I get it now. [01:29] so you can now say bzr branch http://bitbucket.com/adsadas [01:30] Aha! Now I can repro. the 400 error. [01:30] Thank you./ [01:31] Now to get it working... [01:31] george_e: feel free to look through the bugs on https://bugs.launchpad.net/bzr-hg and file a new one if you can't find it already [01:31] https://bugs.launchpad.net/bzr-hg/+bug/821900 [01:32] Ubuntu bug 821900 in Launchpad itself "Mercurial import failing with HTTP Error 400: Bad request" [High,Triaged] [01:32] Probably that one. [01:32] seems likely [01:33] I added a comment and marked that 'it affects me'. [01:33] I guess that's all I can do. [01:34] unless you know a lot about both mercurial and bazaar, i guess so too [01:34] jelmer seems to be on the case though [02:27] * chihchun got question about source build receipt [02:28] where I can setup a new daily build? from the project page or team/personal account page? [02:36] chihchun: You need to join the daily builds team first I think. [02:36] Then you will find an option 'Create packaging recipe' on a branch's page. [02:37] humm... [02:38] I can create receipt in a team now, just confused where I can/should do this === michaelh1 is now known as michaelh1|away [05:07] Could someone make me the owner of this recipe? https://code.launchpad.net/~registry/+recipe/jailkit [05:10] I suppose everyone is sleeping.... [05:12] I doubt. [05:12] nigelb: you doubt what? [05:13] I doubt everyone's sleeping :) [05:13] Did you try opening a question against LP? [05:13] MTecknology: I think support comes on in 4 hrs [05:13] nigelb: i meant anyone that can do it [05:13] i'm doing the question now [05:16] nigelb: and askedededed [05:16] https://code.launchpad.net/~registry/+recipe/jailkit [05:16] er- didn't mean to paste that, sorry [05:16] heh === michaelh1|away is now known as michaelh1 [05:17] now the waiting game! [05:25] micahg: but i'm more important than people that sleep... [05:25] I think they should give me higher build priority because of how awesome i am === michaelh1 is now known as michaelh1|away [05:40] hi. I'm trying to upload a package for building to my ppa but I'm keep getting: http://pastebin.ubuntu.com/668904/ . but I would like to upload the new source tarball. how can I do that? [05:43] !away > michaelh1|away [05:43] cemc: You can't upload the same file with different contents. [05:43] michaelh1|away, please see my private message [05:44] wgrant: is there a way to remove the old orig tarball? [05:44] cemc: No. [05:44] You need to give it a different name. [05:45] It's clearly not the same version. [05:45] I've deleted all the packages that were built with it, from that ppa [05:45] You cannot upload two files with the same version but different contents to a single archive. [05:45] That doesn't make sense. [05:45] Because they are obviously not the same version if they differ. [05:45] I was stupid and named the other one the same as this one... [05:46] when I shouldn't have [05:46] but this one is the original. is there no way to delete the other one? that one was made by me and this one I want to 'backport' [05:46] There is no way. [05:47] well that sucks ;) [05:47] thanks anyway [05:48] cemc: debian based stuff is preety strict [05:49] it makes things harder sometimes, but the policies are all there for a good reason, such as reducing the chances of conflicting data/versions [05:50] I understand that. but why there is no way to remove something old completely from my ppa. as if it was never uploaded. if I delete the whole ppa and start a new one, would that allow me to upload the new tarball to the new ppa? [05:50] It gets really confusing for people, Launchpad, apt and dpkg if an archive has multiple files by the same name. [05:50] You can't presently recreate a PPA with the same name. [05:51] cemc: there's always the chance that smoething archived the wrong stuff [05:51] right [05:51] like me in this instance ;) [05:52] even if you only uploaded ond deleted before a a build... always have to assume it could have happened [05:52] well not really but I did it wrong I guess... [05:53] debian is an overly pedantic distro, when you get into it, you'll very much appreciate that [05:54] lesson learned I guess :) [05:54] yup- you'll learn many more [05:55] thanks guys === michaelh1|away is now known as michaelh1 [07:04] 3 days for ppa builds...... === michaelh1 is now known as michaelh1|away === michaelh1|away is now known as michaelh1 [07:41] gah, can I unsubscribe ~ubuntu-members from https://code.launchpad.net/~ubuntumembers/gui-ufw/symbolic-add-remove/+merge/71995 [07:42] the branch is in the ubuntumembers ownership which is going to spam about 600 people unnecessarily. [07:47] nigelb: Go to the proposed branch (https://code.launchpad.net/~ubuntumembers/gui-ufw/symbolic-add-remove) and use the edit link on the side. [07:49] yay! done :) [07:49] wgrant: Thanks! (I'm glad you're around during vacation :P) === henninge changed the topic of #launchpad to: PPA uploads are working, it just looks bad: https://launchpad.net/bugs/798957 | https://launchpad.net/ | Help contact: henninge | 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 [10:00] I'm having serious problems with authentication against Launchpad. [10:00] One moment, I'm authenticated, the next I'm not. [10:00] henninge: ^ [10:01] And I know I'm not alone with this problem. [10:04] soren: I think there is something going on, let me check. [10:04] henninge: ta [10:10] soren: We had to update the session secret for LP but the appserver cached the old secret, hence the log-in and out, depending on which app server you hit. [10:10] henninge: Ok, so once I've hit all the app servers, it should be fine? [10:10] soren: the appservers have been restarted now to clear their caches [10:10] \o/ [10:10] so the issue should be gone now. [10:10] henninge: Excellent, thanks. [10:11] soren: welcome === henninge is now known as henninge-lunch [11:37] does someone know if I can search for first introduced code text in a Bazaar Explorer log for a file? to find out at which revision that was introduced? === Mkaysi|ZNC is now known as Mkaysi|ZNC|ZNC === michaelh1 is now known as michaelh1|away === henninge-lunch is now known as henninge [12:15] dieck: bzr annotate filename === adeuring changed the topic of #launchpad to: PPA uploads are working, it just looks bad: https://launchpad.net/bugs/798957 | https://launchpad.net/ | Help contact: adeuring | 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 [12:36] hello [12:38] is missing in the package binnaire qdus on libqt4-dbus_4.7.3-4ubuntu5_i386.deb Oneiric Ocelot 11.10 === Mkaysi|ZNC|ZNC is now known as Mkaysi_ [13:10] The package build queue is ridiculous.... [13:17] MTecknology: archive rebuild in progress but as usual it should have only a low priority [13:22] geser: oooooh... [13:23] geser: I just usually pich the crappy times then, huh? === Mkaysi_ is now known as Mkaysi_|ZNC [13:23] henninge: https://code.launchpad.net/~registry/+recipe/jailkit <-- the owner didn't get changed on this [13:24] MTecknology: I think I clicked the URL and got a 404 but now it worked ... [13:25] henninge: i refreshed and got that.. [13:25] yeah, I misclicked ... [13:25] now I am the owner ... [13:25] i see that [13:26] https://code.launchpad.net/~henninge/+recipe/jailkit [13:26] hm, I can only change to teams that I am a member of ... [13:27] i'll add you to it [13:27] yup, that would help [13:27] done [13:28] MTecknology: https://code.launchpad.net/~jailkit/+recipe/jailkit [13:28] ;-) [13:28] you can remove me again [13:28] thanks! [13:28] np [13:33] henninge: and now it's all fixed... in 3 days, it'll be ready for people to use... === Guest67514 is now known as lag === lag is now known as Guest3769 [14:05] afternoon all! I'm writing test for my little launchpadlib based program, is it possible to write tests without querying directly launchpad (i.e. offline?) -- maybe by simulating launchpad functionality? thanks === bigjools-afk is now known as bigjools_ [14:15] beatpanic: i think you can always branch launchpad itself and run it locally? Though I don't know if all api based functionality is available then [14:17] dieck, mmm, too much overkill probably but it's an idea, in the meanwhile I was looking at python-launchpadlib tests [14:20] beatpanic: I'd create a fake launchpadlib that just returned canned responses. [14:21] beatpanic: So for my tests I'd replace launchpadlib rather than what launchpadlib expects to talk to. [14:21] beatpanic: Does that make sense? [14:22] soren, yep makes sense I'll experiment a bit thanks [14:23] beatpanic: np [14:23] you can get somewhere with mocking systems (pymock / mox), but if you are using a lot of launchpadlib directly, it gets painful [14:24] tumbleweed, yep, I was thinking about pymock, never used it so much, but I'll try -- thanks again guys [14:43] adeuring, my turn at IRC now. [14:43] deryck: thanks! === deryck changed the topic of #launchpad to: PPA uploads are working, it just looks bad: https://launchpad.net/bugs/798957 | https://launchpad.net/ | Help contact: deryck | 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 === zyga is now known as zyga-afk === deryck is now known as deryck[lunch] === Mkaysi_|ZNC is now known as Mkaysi_ === JanC_ is now known as JanC [16:32] hi, it seems that some people are having troubles uploading larger tarballs to LP https://bugs.launchpad.net/launchpad/+bug/816938 [16:32] Ubuntu bug 816938 in Launchpad itself "Tarball upload fails every time" [Critical,Triaged] [16:32] is there anything that can be done to help them achieve their goal? === Mkaysi_ is now known as Mkaysi_|AFK === Mkaysi_|AFK is now known as Mkaysi_ [17:10] which url do I need to use to have this bug focused in the ubuntu task? https://bugs.launchpad.net/landscape-client/+bug/813477 [17:10] Ubuntu bug 813477 in Landscape Client "Update landscape-client to 11.07.1.1" [High,Fix committed] [17:12] Howdy, a build just failed because of a chroot problem on shipova -- https://launchpad.net/~fluxbox-maintainers/+archive/nightly/+build/2718380 [17:13] Just letting ya'll know, I'll retry later on tonight, but figured I'd poke ya'll [17:14] glibc barfed :) [17:14] (oh because of the supdoers, right, I should read more) === deryck[lunch] is now known as deryck [17:16] * ahasenack starts guessing urls [17:17] ahasenack, do you want this? https://bugs.launchpad.net/ubuntu/lucid/+source/landscape-client/+bug/813477 [17:17] Ubuntu bug 813477 in Landscape Client "Update landscape-client to 11.07.1.1" [High,Fix committed] [17:17] ahasenack, or the task above that one? [17:17] deryck: one up [17:17] ahasenack, https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/813477 [17:17] deryck: thanks [17:18] ahasenack, np! [17:18] so /ubuntu/+source//+bug/ [17:18] a little "select" icon wouldn't hurt ;) [17:18] that being said, it doesn't allow me to nominate for a release, so this was in vain === beuno is now known as beuno-lunch [17:41] I got a crash of colord on boot, and when trying to submit the crash detail I get this from launchpad: [17:42] "Unexpected form data [17:42] Launchpad doesn't understand the form data submitted in this request." [17:42] known problem? [17:49] syke, not that I know of. Can you file a bug against launchpad? [17:49] deryck: nope, let me try that [17:49] I didn't know if there was a fundamental infrastructure problem [17:51] ah, it looks related to this: [17:51] https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/663984 [17:51] Ubuntu bug 663984 in chromium-browser (Ubuntu) "Launchpad gets stuck when using chromium browser" [Undecided,New] [17:51] I'm using chromium as well [17:51] ack, that bug is almost a year old :( [17:53] ok, pasting the giant url from chromium into firefox allowed me to file the bug [17:53] thanks! === medberry is now known as med_out [18:19] abentley, over to you now. [18:20] deryck: roger. === deryck changed the topic of #launchpad to: PPA uploads are working, it just looks bad: https://launchpad.net/bugs/798957 | https://launchpad.net/ | Help contact: abentley | 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 === beuno-lunch is now known as beuno === med_out is now known as med === med is now known as medberry === michaelh1|away is now known as michaelh1 [19:57] hi, it seems that some people are having troubles uploading larger tarballs to LP https://bugs.launchpad.net/launchpad/+bug/816938 has just been hit by someone else [19:57] Ubuntu bug 816938 in Launchpad itself "Tarball upload fails every time" [Critical,Triaged] [19:57] could someone advise as to whether there may be a problem with Launchpad? [20:11] james_w: that sounds like a problem with launchpad. [20:33] man antom [20:33] man antom [20:33] man antom [20:33] hello guys [20:33] man antom [20:34] :p [20:34] we are the jerdhan ! [20:34] ZENGA ZENGA [20:34] tr0xan stop it please [20:35] na99as mellougha el 5achabia Neo31 5irellek [20:36] Hello guys, we hare having some problems with users registering to your loco dir event here http://loco.ubuntu.com/events/ubuntu-tn/1159/detail/ it shows "openiduser526" with a broken link to their launchpad account. Any help please!? === abentley changed the topic of #launchpad to: PPA uploads are working, it just looks bad: https://launchpad.net/bugs/798957 | https://launchpad.net/ | 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 === yofel_ is now known as yofel [21:09] I'm having trouble with one of the launchpad autobuilders, it says that it's missing a dependency in hardy, but I have that dependency in my ppa already, why isn't it using it? [21:27] [14:38:34] is missing in the package binnaire qdus on libqt4-dbus_4.7.3-4ubuntu5_i386.deb Oneiric Ocelot 11.10 < new package qdbus arrived thanks [21:27] http://packages.ubuntu.com/oneiric/qdbus === medberry is now known as med_out