=== crimsun [n=crimsun@dargo.trilug.org] has joined #launchpad === coreymon77 [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #launchpad === coreymon77 [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #launchpad === coreymon77 [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #launchpad === coreymon77 [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #launchpad === coreymon [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #launchpad === coreymon [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #launchpad === danilos [n=danilo@cable-89-216-150-179.dynamic.sbb.co.yu] has joined #launchpad === _mholthaus [n=mholthau@johnny33.dersbach.ch] has joined #launchpad === danilos [n=danilo@cable-89-216-150-179.dynamic.sbb.co.yu] has joined #launchpad === _coreymon [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #launchpad === _coreymon [n=coreymon@CPE000f663685cd-CM0011e67c2935.cpe.net.cable.rogers.com] has joined #launchpad === Znarl [n=karl@bb-82-108-14-161.ukonline.co.uk] has joined #launchpad === jamey [n=jamey@38.99.207.90] has joined #launchpad === Ng [n=cmsj@mairukipa.tenshu.net] has joined #launchpad === ryanakca [n=ryan@unaffiliated/ryanakca] has joined #launchpad === jml [n=jml@dsl-210-15-195-196-static.TAS.netspace.net.au] has joined #launchpad === BaKKaR [n=BikOS@84.36.13.131] has joined #launchpad === ryanakca [n=ryan@unaffiliated/ryanakca] has joined #launchpad === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad === _thumper_ [n=tim@carl-sgc-sg-1.inter-touch.net] has joined #launchpad === BaKKaR [n=BikOS@84.36.13.131] has joined #launchpad === stub [n=stub@carl-sgc-sg-1.inter-touch.net] has joined #launchpad === nmsa [n=se@222.67.15.142] has left #launchpad [] === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad [03:49] stub: hows teh prf going ? === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #launchpad [04:01] New bug: #67887 in launchpad "+allbranches should show name, product, author, date of last revision" [Undecided,Unconfirmed] http://launchpad.net/bugs/67887 [04:06] New bug: #67888 in launchpad "+filebug page says 'please fix the problems below' and does not tell you what the problem is" [Undecided,Unconfirmed] http://launchpad.net/bugs/67888 [04:08] lifeless: do you have a particular use case for +all-branches? [04:08] jamesh: sabdfl :) [04:09] fair enough === yleeyas [n=yleeyas@152.64.dsl.ebtech.net] has joined #launchpad === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === BaKKaR going to bed === AstralJava [n=jaska@cm-083-102-068-117.lohjanpuhelin.fi] has left #launchpad [] === yleeyas [n=yleeyas@152.64.dsl.ebtech.net] has left #launchpad ["Ex-Chat"] === mpt [n=mpt@121-72-130-207.dsl.telstraclear.net] has joined #launchpad [05:58] Gooooooooooooooooood afternoon Launchpadders! [06:00] mpt: put a patch for bug 929 up for review yesterday [06:00] Malone bug 929 in launchpad "Long words (such as URLs) overflow columns" [Critical,In progress] http://launchpad.net/bugs/929 [06:18] jamesh, so what does it do? :-) [06:19] mpt: adds breaks to long words and URLs? [06:23] just inserts spaces? ok [06:26] I wonder if we should give those spaces a background image of some sort, to hint that they're not "real" spaces [06:30] New bug: #67899 in malone "Large emails do not generate error messages to users" [Undecided,Unconfirmed] http://launchpad.net/bugs/67899 [06:34] mpt: [06:34] not in the HTML standard, but supported by IE and Mozilla [06:34] with a CSS addition (included in the patch), it works in Opera [06:35] for browsers that don't support it, the standard error handling should ignore the tag [06:40] jamesh: can you do me a favour this week and assign reviews to people while I'm sprinting ? [06:40] lifeless: okay [06:43] thanks! === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad === JanC [n=janc@lugwv/member/JanC] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #launchpad === jsgotangco_ [n=jsg123@125.212.8.56] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === carlos [n=carlos@75.Red-88-0-156.dynamicIP.rima-tde.net] has joined #launchpad [08:37] morning [08:41] hi [08:53] hi SteveA [08:57] mpt: hi. anything for me to merge onto brilliant today? [08:58] not yet, still struggling with the project page [08:59] Is there any easy way to say "this product has no releases", given that releases are inside series which are inside products? [08:59] so it's not just tal:condition="product/something" [09:00] what would you be displaying if there are releases? [09:01] links to each of them [09:01] Hmm, maybe there needs to be something in the browser class assembling these into a list [09:01] That way I can put commas before the non-ultimate ones, too [09:02] up to how many? [09:03] the way to do this is to have code in the database class Product that says getReleases() [09:03] and this executes the appropriate database query to get all the releases [09:03] doing it in view code is not good [09:04] ok [09:04] this should be done on mainline [09:05] want me to do it? [09:05] I need to know what order to sort releases in [09:05] yes please [09:05] According to the mockup, it's ascending by version number [09:08] there is Product.releases already [09:09] ordered by version [09:10] I found this by going to the database module for product.py [09:10] oh, I'm sorry [09:10] I didn't look [09:10] and searching the file for "elease", because I'd forgotten how to do a case-insensitive search in vim [09:10] SteveA: \c in the pattern [09:10] and I refuse to use the graphical interface of gvim [09:10] i.e. /\crelease [09:11] ta spiv [09:14] /\ = crease [09:24] ok, that was lame [09:25] New bug: #67909 in launchpad "product release finder set all release dates to 23/10/2006" [Wishlist,Unconfirmed] http://launchpad.net/bugs/67909 [09:25] New bug: #67910 in launchpad "We should store the URL of a ProductReleaseFile that we have downloaded" [Wishlist,Unconfirmed] http://launchpad.net/bugs/67910 [09:30] New bug: #67912 in launchpad "Add a 'latest products' portlet to the launchpad front page" [Wishlist,Unconfirmed] http://launchpad.net/bugs/67912 === ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad === mdke [n=matt@ubuntu/member/mdke] has joined #launchpad === mpt fixes another CSS problem, whoo [09:43] mpt: want me to push it out to the server? [09:48] SteveA, it's nothing major, just the border around the content area [09:48] It needs a little more work to fix the padding, and I haven't pushed it because I'm working on the project page [09:51] ok, so you worked around the lack of an IE bug in FF and other browsers. [10:03] lifeless: hi, is there any problem with the review process? [10:03] There are entries pending to be reviewed since last Thursday [10:05] and one of them fixes a problem that produces a segfault in most Rosetta tests [10:05] under Edgy === jinty [n=jinty@127.Red-83-50-221.dynamicIP.rima-tde.net] has joined #launchpad [10:20] carlos: lifeless asked me to allocate the reviews today (he's at a sprint). I haven't gotten round to it yet. [10:20] but will soon [10:20] jamesh: ok, thanks === mholthaus_ [n=mholthau@205.125.202.62.cust.bluewin.ch] has joined #launchpad === Spads [n=spacehob@217.205.109.249] has joined #launchpad === malcc [n=malcolm@host86-135-237-55.range86-135.btcentralplus.com] has joined #launchpad === seb128 [n=seb128@ubuntu/member/seb128] has joined #launchpad === Fanch [n=fanch@fanfan.staff.proxad.net] has joined #launchpad [10:34] hello [10:39] I have received a mail from "Launchpad Mirror Prober" (about my ubuntu FTP-mirror), are probes incompatible with FTP ? === mdz [n=mdz@217.205.109.249] has joined #launchpad === merriam [n=merriam@84-12-170-9.dyn.gotadsl.co.uk] has joined #launchpad [10:46] danilos: ping [10:46] carlos: pong [10:47] Fanch, what did the message say? [11:01] ftp://213.228.1.105/home/ftp/Launchpad%3A%20Notification%20of%20failure%20from%20the%20mirror%20prober.eml [11:10] New bug: #67920 in launchpad "Project needs a list of top contributors" [Undecided,Unconfirmed] http://launchpad.net/bugs/67920 [11:13] Fanch: the person responsible for the mirror prober code is salgado [11:14] Fanch: he is in Brazil, so won't be up yet [11:15] New bug: #67921 in launchpad "Project needs a list of latest bugs" [Undecided,Unconfirmed] http://launchpad.net/bugs/67921 [11:15] New bug: #67923 in launchpad "Project needs a list of latest proposed features" [Undecided,Unconfirmed] http://launchpad.net/bugs/67923 [11:22] jamesh: rgr [11:50] New bug: #67939 in launchpad "product portlet registered series list should show the development focus at the top of the list" [Undecided,Unconfirmed] http://launchpad.net/bugs/67939 === mpt [n=mpt@121-72-130-207.dsl.telstraclear.net] has joined #launchpad === meatballhat9000 [n=daniel-b@70-39-156-18.clvdoh.adelphia.net] has joined #launchpad === jml [n=jml@ppp105-229.lns1.hba1.internode.on.net] has joined #launchpad [12:21] How does one decrypt the messege emailed for OpenPGP key registration? [12:22] !gpg [12:22] meatballhat9000: hello [12:22] a person! [12:23] there are lots of people here. we're all pretty busy writing code and such. [12:23] understood --- sorry. [12:23] anyway, you want to decrypt a message [12:23] yup [12:23] have you used gpg before, or are you using it specifically for launchpad? [12:23] the latter [12:23] ok [12:23] what email program or service do you use? [12:23] gmail [12:24] ok. I use thunderbird, and that has gpg GUI stuff built in [12:24] gmail doesn't, so you'll have to do things by hand, in the terminal [12:25] okay :-) [12:25] how do I do that? [12:28] first of all, you need to copy all of the encrypted message from your browser screen, including the parts at the top and bottom saying "This is a PGP signed message" [12:28] and paste it into a new text file, say in /tmp/my-message.txt [12:28] save the file, and then you're ready to decrypt it [12:28] okay [12:29] do I just use "gpg --decrypt "? [12:29] I use gpg -d filename, but I think the command you gave is the same. [12:30] got it. Many thanks! [12:31] ok [12:31] do you know what to do next, with your code of conduct? [12:32] nope [12:34] ... but I just got the decryption to work, so I'm feeling lucky (if you couldn't already tell, I'm a total newbie) [12:35] https://launchpad.net/codeofconduct/1.0.1/+sign [12:35] try the instructions there, and see if it works for you [12:36] will do [12:36] thanks again :-) === Keybuk [n=scott@217.205.109.249] has joined #launchpad === meatballhat9000 [n=daniel-b@70-39-156-18.clvdoh.adelphia.net] has left #launchpad ["Leaving"] === sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad [12:57] SteveA, border fix and project page pushed to 2006-08-ui [12:59] ok [12:59] I'm working on the help status stuff [01:00] I noticed some tabs in the malone-index.pt [01:00] inside the help text area [01:02] Fixed. [01:12] mpt: did you see the note about us already having code to display a latest bugs list for projects? === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #launchpad === Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #launchpad [01:47] mpt: I have the helptext thing done [01:47] it could use some improvement by you, but it's quite nice even now [01:48] you can see which templates have help text, and click a link to get a JS "popup" div appear to show the actual help text [01:49] launchpad developers: who has written help text yet? I think there is just one template with help text so far. === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:50] mpt: sftp://devpad.canonical.com/code/stevea/launchpad/ui [01:51] the JS link was done with just style and onclick stuff in the elements themselves, so I'm sure you can improve that if you see a need [01:53] hmm. twisted in edgy doesn't install a /usr/bin/twistd2.4 [01:53] mpt: I'm getting two conflicts when I merge from your branch. [01:53] mpt: please merge from my branch and resolve them. I'm not really qualified to resolve them well. [01:54] spiv, around? [01:55] salgado: a person running an Ubunt mirror (Fanch) was around earlier asking about a failure email he received [01:57] jamesh, it must be one of the ftp-only mirror that limits the number of connections from an IP address [01:58] thanks for letting me know [01:58] https://launchpad.net/distros/ubuntu/+mirror/ftp.free.fr-release <- this was the mirror in question [01:58] yes it is an FTP one [02:05] salgado: yeah [02:06] spiv, have you had some time to look at that bug in the mirror prober I subscribed you to? [02:07] bug 54791, that is [02:07] Malone bug 54791 in launchpad "The mirror prober should check a few files from each mirror in paralel instead of a lot of files from a single mirror" [Medium,Confirmed] http://launchpad.net/bugs/54791 [02:08] Not yet :( [02:08] Remind me again with something sharp and pointy if I haven't put some thoughts there within 24 hours. === niemeyer [n=niemeyer@200-140-238-196.ctame7043.dsl.brasiltelecom.net.br] has joined #launchpad [02:09] spiv, ok. will do. :) [02:09] One quick comment, though... === carlos -> lunch [02:10] I don't like the idea of relying on randomisation. My intuition is that it can be solved properly. [02:10] yeah, I'd prefer to solve it properly too [02:10] I'd rather a non-randomisation fix, because it would be 100% reliable, and the determinism makes testing simpler. [02:11] I suggested the randomization in case it was possible to do a quick hack to get that [02:11] (randomisation doesn't necessarily imply non-determinism, but you know what I mean...) [02:11] Yeah. I think if I sit down and ponder for 15 minutes I can probably think of and describe a better fix, I just need to do that... === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:15] I had an idea last week, but from a quick investigation I had the impression that it'd make things a lot more comples, so I gave up on it === marcus_notebook [n=mholthau@205.125.202.62.cust.bluewin.ch] has joined #launchpad === __keybuk [n=scott@217.205.109.249] has joined #launchpad [02:35] salgado: me, me, it's me ;-) [02:36] salgado: server is indeed FTP-only with 2 cnx limit per IP [02:37] hi Fanch [02:37] salgado: good morning (I presume) [02:37] that is a problem in our side (bug 54791) [02:37] Malone bug 54791 in launchpad "The mirror prober should check a few files from each mirror in paralel instead of a lot of files from a single mirror" [Medium,Confirmed] http://launchpad.net/bugs/54791 [02:39] salgado: the problem looks like previous centos mirror probe [02:40] (it was using LWP perl module for FTP) [02:40] we know that it won't be reasonable to ask mirror admins to increase the connection limit, so we'll have to fix our code to not issue multiple requests in paralel on a single host [02:41] hmm. I'm not sure I see what you mean [02:43] salgado: the problem is probably different but LWP was opening (RETR) files and cancel the transfer after (just to get the server answer, not the file) it was OK for the first one but [02:43] there were errors soon after (timeout, cnx limit, etc) [02:44] ah, I see. I guess that's because we issue HTTP HEAD requests and squid does this when it's an FTP URL [02:46] you can't use FTP to request FTP server ? (I think you gonna tell me "help yourself") [02:48] mpt: actually, I resolved it all in your favour. [02:49] Fanch, do you think the fact that we cancel the transfer right after we get an answer can trigger some sort of anti-DoS protection which will then refuse to answer future requests from our host? [02:51] Fanch, yeah, we could do that, but we'd have to write an ftp client for that (which would be a considerable amount of work), so we decided to use leave that to squid [02:51] salgado: no, it is just that the server will make unused disk IO (and vsftpd has been patched here to tell the kernel to pre-read big amounts of data), you have to cancel the data transfert [02:51] salgado: which is the langage you are using ? [02:52] the mirror prober is written in python, using twisted [02:53] (I have patched centos mirror mirror probe mirror, I probably may have a look if you want to) [02:54] that'd be great, but we haven't released the code yet [02:55] when it was designed we assumed that all mirrors would serve the files through HTTP, so we just issue HEAD requests [02:55] since we don't have HEAD for ftp, we'd have to special case ftp-only mirrors [02:56] Fanch, you don't feel like serving the files through HTTP, even if it's only available for us to probe (that is, only HEAD requests)? [02:56] salgado: I may write a test function, you would be interested ? [02:57] salgado: no, there is no http on purpose on this server [03:00] Fanch, you mean a function that would check if a given file exists in a ftp server? [03:01] yep, I mostly need function arguments and needed return values === ddaa waves in the general direction of bzrlib Transport [03:04] great wrapper for all your dumb-fs protocols [03:04] see http://www.squid-cache.org/bugs/show_bug.cgi?id=1758 [03:04] www.squid-cache.org bug 1758 in src "HEAD requests to FTP URLs are bogus" [Normal,Resolved: fixed] [03:05] the issue is complicated because there is no standard for FTP servers to report a file exists, except trying to get it, or perhaps asking for its size [03:05] Fanch, it has to be asynchronous and basically get a callback and errback as arguments [03:06] so, if there's a better general solution, that should go into squid [03:06] need quick review: https://devpad.canonical.com/~andrew/paste/fileEHPpZy.html [03:06] There's an FTPClient class in Twisted that would be adequate, although the API isn't perfect. [03:06] there may be a specific solution we can offer particular mirror providers, though [03:06] ddaa: I'll take it [03:06] But I'd rather let squid do the hard work. [03:07] ddaa: what is it for? [03:07] SteveA: this patch reverts revno 126, that tried to optimise a workaround for a cvs bug [03:07] SteveA: SIZE is a not standard FTP command but it was working on all centos mirrors doing FTP [03:07] the workaround was apparently not correct, since cscvs merge requests get transient failures that correspond to the problem. [03:08] (but you have to set type to I (binary) as a few servers return errors) [03:08] ddaa: I see no tests reverted, so that's probably why it didn't work [03:09] SteveA: it's a behaviourial fix [03:09] Fanch: maybe we can get squid to do this well [03:09] ddaa: and? [03:09] no test changes involved [03:09] the change added a couple of complicated functions that probably contain faults [03:09] so tests were due [03:09] it's just about avoiding a cvs timing bug that causes it not to detect changes in the working tree [03:09] r=me on reverting them [03:09] SteveA: it is up to you... :-) [03:09] there's no "it's just... so no need for tests" [03:09] since it's inherently a timing problem, it's not possible to test reliably [03:10] it's code that obviously is still causing problems [03:10] so it needs tests if it is to come back [03:10] and it is possible to test reliably [03:10] I could give you three different ways of doing so [03:10] but I approve of your removing it === flacoste [n=francis@modemcable207.210-200-24.mc.videotron.ca] has joined #launchpad [03:10] just, make sure it gets tests if it ever comes back [03:11] salgado, Fanch: do we know whether squid is trying a SIZE on Fanch's server? [03:12] I can't see from the squid bug report whether it is meant to try SIZE, or whether that option was discarded as being more complicated than necessary [03:12] if the latter, then today's events show that the extra complexity is justified [03:13] SteveA: which is your server IP ? I can check logs to see if it starts a RETR [03:14] I don't think it starts a RETR [03:14] the last comment on that bug says "Probably not worth the effor to care about 'b'." [03:14] b) or alternatively (when SIZE not supported) on RETR returning 150. [03:16] so, HEAD works only when SIZE is supported? [03:18] from my understanding, yes [03:20] ok, so in this case, seeing as HEAD works, SIZE is supported, and we're not doing a RETR [03:20] Fanch can check this with the IP address. [03:24] salgado: no RETR from given IP [03:24] I may set verbose log if needed === ctw [n=ctw@c-71-225-48-135.hsd1.pa.comcast.net] has joined #launchpad === ctw [n=ctw@c-71-225-48-135.hsd1.pa.comcast.net] has left #launchpad ["Konversation] === AstralJava [n=jaska@cm-083-102-068-117.lohjanpuhelin.fi] has joined #launchpad [03:40] Fanch, so, since we're not doing a RETR we're not actually causing any disk I/O overhead on the server? [03:40] salgado: right [03:41] then it's not a problem if we keep probing your mirror, assuming we'll fix that bug 54791 I mentioned earlier? [03:41] Malone bug 54791 in launchpad "The mirror prober should check a few files from each mirror in paralel instead of a lot of files from a single mirror" [Medium,Confirmed] http://launchpad.net/bugs/54791 [03:42] salgado: yes sir [03:42] cool. sorry for the email noise... I'll try to get on that bug as soon as I can === seb128 [n=seb128@ubuntu/member/seb128] has joined #launchpad [03:51] morning [03:51] moin kiko [03:52] how's it running? [03:52] I setup a trac-bzr instance yesterday, works flawlessly! [03:52] what's trac-bzr, LarstiQ? [03:52] kiko: a bzr backend for trac [03:52] interesting [03:53] https://launchpad.net/products/trac-bzr [03:53] kiko: how are you? [03:53] LarstiQ, I'm excellent [03:54] not to busy? === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #launchpad [03:54] always busy, but that's nothing special [03:54] aww, I'll not bother you about mantis then [03:55] LarstiQ, I've got a few patches to land and then that's next === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #launchpad [03:55] wee! [04:20] are there any plans for a web source viewer? [04:38] LarstiQ: yes, there is [04:39] sabdfl: hi [04:40] carlos: we were just discussing a possibility of blender going to google projects for hosting, instead of upgrading our gforge instance [04:40] carlos: I mentioned lp, but there is no viewer yet, and we do need that [04:40] carlos: so, hence my interest :) [04:41] SteveA: ^^^ [04:41] LarstiQ: I know we plan to add one, but I know nothing about timing for it [04:41] LarstiQ: SteveA would help you more on that [04:42] carlos: thanks [04:42] SteveA: is it planned somewhere in the not too distant future? [04:44] LarstiQ: viewer? for sourcecode/ [04:44] ? [04:44] where is your source kept? [04:45] SteveA: currently on our own gforge machine. But in the case of a move to google, it would be there. Of course, I'd like to see a move to lp instead (and corresponding move to bzr) === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [04:47] LarstiQ: you are talking about bug 49991 [04:47] Malone bug 49991 in launchpad-bazaar "browse supermirror branches with bzr webserve" [Medium,Confirmed] http://launchpad.net/bugs/49991 === lbm [n=lbm@82.192.173.92] has joined #launchpad [04:47] spiv was just about to start working on it when the whole smart-server thing sorta popped up [04:47] tsk, can't have that now can we [04:47] so I think the ETA is something like "not long after spiv is off the smart-server hook" [04:48] not really right now, except if you can convince SteveA to divert somebody's time to do it [04:48] we know it's something important to have, it's just that it never managed to bubble up high enough the todo list === LarstiQ nods [04:51] . [04:51] LarstiQ: ddaa is about right. === LarstiQ gets sourced === LarstiQ blinks at https://launchpad.net/products/bzr/+topcontributors [04:59] there is a Paolo Bonzini, I've never heard of him [05:00] it does not account for bzr commits [05:00] so either I missed a large bzr contributor, or something is wrong [05:00] only launchpad activity [05:00] ddaa: I have no lp mail matching his name either [05:01] Apparently he had some spec-tracker activity [05:01] spec-tracker activity is weighted heavily [05:01] he's the GNU sed maintainer [05:01] among other things [05:01] bug 56656 [05:01] Malone bug 56656 in launchpad-bazaar "Karma for Bazaar commits" [Wishlist,Unconfirmed] http://launchpad.net/bugs/56656 [05:02] I see [05:03] could I be kept informed about spec activity? [05:03] not globally, there's also a bug about that somewhere [05:06] or how to find where Paolo spent his effort? === LarstiQ looks at his account [05:07] ah, foreign branch support [05:08] ddaa: it's a bit hard to get there though, first have to see where he got his karma, can't find him in bzr blueprint page, back to his account +specs, aha [05:09] ddaa: is there a bug for that too? :) [05:09] dunno [05:09] I'm not really paying much attention to karma stuff [05:09] there are more important problems with bzr support in launchpad [05:10] of course [05:10] my gripe is finding what someone did for a given product (bugs/features/whatever) [05:11] BjornT: do you know if that's a reported bug? [05:11] i.e. "hard to find which specific actions gave this user karma in that product" [05:12] I don't mind about the karma so much [05:15] LarstiQ: salgado is mister karma [05:15] so, he may be able to point you to things, or at appropriate bugs etc. [05:15] salgado: hello :) [05:16] hey LarstiQ [05:16] http://www.lyricsfreak.com/r/radiohead/karma+police_20113292.html [05:16] salgado: do you know of any bug/work on the difficulty of finding out what a given contributor has done for a project? [05:17] salgado: I guess one can call that finding the origin of his community karma [05:18] LarstiQ, our data model doesn't link karma entries to bugs/specs/tickets/etc, so we can't tell the exact actions that gave karma to somebody [05:19] we do have, though, a link to the context (product/package/distro) in which the action was performed [05:19] being able to find all bugs by a contributor, from products/+bugs would also be fine [05:19] we plan to group a person's karma by context at /people//+karma [05:20] I think there's a bug open for that. let me see if I can find it [05:20] it's the indirection through person/ I dislike === lbm [n=lbm@82.192.173.92] has joined #launchpad [05:21] ah, so something like searching for "reporter: foo" on /products/+bugs would be fine for you? [05:21] salgado: yes, and the equivalent for specs [05:22] comments are less important [05:22] though I'd also want to see that sometime [05:25] in a sense, we should store a person's activity in an Activity table [05:25] and then base their karma on certain activities from there [05:25] people do activities, and activities can attract karma. we record activities and calculate karma [05:26] LarstiQ, that'd be bug 5594 [05:26] Malone bug 5594 in malone "Malone should support advanced search syntax, e.g. "assignee:bradb"" [Medium,Confirmed] http://launchpad.net/bugs/5594 [05:26] then, for every POST, we'd record whether an activity was recorded in the database or not. If it's not been recorded, we log that as a kind of soft OOPS of an unrecorded activity. [05:27] salgado: looks good [05:28] SteveA, that'd be much better than what we currently have, but I don't like the fact that everybody will have to remember to register an activity whenever you write a form that process a POST [05:28] I think we should find a way to do that automatically [05:52] salgado: you wouldn't necessarily do it in the UI code [05:53] so, if the form processing uses database code that'd doing some work, then activities are registered [05:53] and that's fine [05:53] but we'd want to catch work that's being done with no record of it in the activity table === spdf [n=mark@CPE00112f5c32aa-CM000e5c7018c4.cpe.net.cable.rogers.com] has joined #launchpad === spdf [n=mark@CPE00112f5c32aa-CM000e5c7018c4.cpe.net.cable.rogers.com] has left #launchpad ["Leaving"] === jinty [n=jinty@127.Red-83-50-221.dynamicIP.rima-tde.net] has joined #launchpad === mdz_ [n=mdz@217.205.109.249] has joined #launchpad === deviL__ [i=criminal@201.5.68.125] has joined #launchpad === zachtib|dahlem [n=CAEPC@deskpc.spd.louisville.edu] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [06:55] carlos, around? [06:55] salgado: hello [06:56] hi carlos. can you run two queries on staging for me, in case you still have access to it? [06:56] as far as I know, I will have my staging access open to be able to fix it, or at least SteveA wants that [06:56] so yes, I still have access [06:56] tell me what do you need [06:57] carlos, privmsg [06:57] can someone here answer a quick rosetta-question? [06:58] zachtib|dahlem: sure, go ahead, please [06:58] i'm using rosetta to translate my application, and i just uploaded the initial .pot template [06:58] i was just curious what the average wait time is for those to be approved [06:59] salgado: https://devpad.canonical.com/~andrew/paste/fileDzb56r.html [07:00] thanks carlos [07:00] zachtib|dahlem: well, it should not take more than 1 week (in the worse case) [07:00] New bug: #68014 in rosetta "Rosetta reverts translation fixes to old faulty values" [Undecided,Confirmed] http://launchpad.net/bugs/68014 [07:00] zachtib|dahlem: and usually one day or two [07:00] it depends on how busy jordi is [07:00] ok, thanks [07:00] he's the one that review those ones [07:00] zachtib|dahlem: when did you upload it? [07:01] this morning [07:01] maybe asround 10ish local time [07:01] so three hours ago [07:03] carlos, do you have write access on staging too? [07:03] salgado: yes [07:03] zachtib|dahlem: ok [07:04] our testers have been asking for translations for a while, and we've got several people volunteering to help with the translations, so i figured I'd let them get started on it [07:04] I don't think it would take a lot of time [07:04] zachtib|dahlem: if you want to speed it, just mail rosetta@launchpad.net explaining that you are one of the developers === seb128 [n=seb128@ubuntu/member/seb128] has joined #launchpad [07:05] ok, i may do that if it doesn't pop up in the next day or so [07:05] zachtib|dahlem: that will prevent jordi to do that check and will go directly to approve it [07:05] zachtib|dahlem: you can do it right now and... I will approve it :-P [07:05] hmmm ok === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [07:08] ok, i sent an email === BaKKaR [n=BikOS@84.36.13.131] has joined #launchpad === zachtib [n=zachtib@deskpc.spd.louisville.edu] has joined #launchpad === jinty [n=jinty@127.Red-83-50-221.dynamicIP.rima-tde.net] has joined #launchpad === AstralJava [n=jaska@cm-083-102-068-117.lohjanpuhelin.fi] has joined #launchpad [07:16] SteveA: kiko: can you rename the "browsershots" product to "shotserver", create the "browsershots" project and add shotserver to it? [07:17] I am in an email conversation with the product owner, and he asked me to do it, but I do not have the permission. === flacoste-lunch [n=francis@modemcable207.210-200-24.mc.videotron.ca] has left #launchpad ["Bye"] [07:18] ddaa, sure. [07:21] zachtib: It's approved now [07:22] it should be imported in 5 - 10 minutes [07:22] awesome, thank you [07:22] ddaa, who should own it? [07:22] the owner of the former browsershots product [07:23] that is "launchpad-jogg" [07:25] zachtib: thanks to you for choosing Rosetta to handle your translations! [07:25] thanks for offering the service [07:26] you are welcome [07:28] i see the translation on the launchpad page now, but it claims there are no strings to translate, is this what you meant by 5-10 min? [07:31] kiko: thanks [07:31] ddaa, enjoy === jdahlin [n=2@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [07:33] $ bzr branch https://launchpad.net/products/pqm/trunk [07:33] bzr: ERROR: pycurl.error: (60, 'server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt') [07:33] is that expected ? [07:35] not really [07:35] if anything, that's a bzr bug that it does not propose you to accept the certificate even though the system does not trust it [07:36] seems pqm is hosted elsewhere [07:36] mh [07:36] right, there's no branch in this product [07:37] nag lifeless about it [07:39] jdahlin, is that directory empty? [07:40] kiko: it points to a webpage [07:40] ddaa, jdahlin: there is no .bzr under that directory -- it 404s [07:40] jdahlin: I think it's hosted at http://people.ubuntu.com/~robertc/pqm/trunk/ [07:40] kiko: I seem to remember that jamesh blogged about certain urls that are aliases for bzr branches [07:41] kiko: sure, it's a bug that bzr gives that confusing message [07:41] jdahlin: your usage is correct, it's just that there's no branch at this _particular_ url. [07:41] just look at the url in a browser [07:41] carlos: you still there? [07:41] jdahlin, he did, but PQM in particular has no trunk there [07:41] zachtib: yep [07:42] no strings show up for translation, should they? [07:42] kiko: not sure if that is an error in the launchpad aliasing or bzr itself [07:42] zachtib: it's still pending to be imported, let me check why is still waiting... [07:43] carlos: i don't think its pending anymore, the translation shows up when it didnt' before [07:43] carlos: it just shows no languages to translate to, and 0 in the Todo column [07:43] yeah, that's a minor UI bug in our side [07:43] oh [07:43] jdahlin, ddaa: I updated the PQM source details. [07:44] that appears when we accept it, but it doesn't mean it's imported [07:44] zachtib: as you can see at https://launchpad.net/rosetta/imports/+index?target=all&status=APPROVED&type=all [07:44] it's approved, but not imported [07:44] thanks [07:44] oh, ok [07:44] kiko: thanks [07:44] i ust wanted to make sure i didn't submit a malformed .pot temp [07:44] zachtib: seems like the script was busy with other imports, it should be imported soon [07:45] ok, that's fine [07:45] i have class in ~15min, it'll likely be done by the time i get out, just wanted to make sure there wasn't something i had to do to it in the meantime [07:47] zachtib: the best way to check it is to execute: 'msgfmt -c -v -o /dev/null yourfile.pot' [07:47] if you get something else other than complains about the header, the file is broken and will be rejected [07:48] well, i'm on a windows box atm, public lab on campus, but ill take a look at it when i get back to the dorms [07:48] zachtib: in fact it's already imported [07:48] afaik, it was autogenerated by a script, so it should be fine [07:48] so it's working [07:48] https://launchpad.net/products/deluge/trunk/+pots/deluge [07:48] excellent [07:48] you should import any translation you already have [07:48] thank you very much [07:49] you are welcome [07:49] and now i have to run to class, thanks again [07:49] zachtib: bye === marcus_notebook [n=mholthau@dz6330holthaus-e0.fx-hfc.datazug.ch] has joined #launchpad [08:03] carlos, can you run another query on staging for me? [08:05] sure [08:06] carlos, https://devpad.canonical.com/~andrew/paste/fileicbHqp.html [08:08] salgado, is your sodium account not active yet? [08:08] eh? [08:09] I have a sodium account, yes, but last I checked that doesn't give me access to staging [08:09] salgado: I got some duplicate errors [08:10] carlos, that should not be a big deal.. can you paste them for me? [08:10] well... the way I copied them... is a bit messy [08:10] I can give you the content of the table after the inserts [08:11] carlos, I think the messy output would be better. I'll find my way through it [08:12] ok [08:12] salgado, I requested access for you via RT. was it not granted? [08:12] try on devpad to psql to staging [08:12] like you used to do on mawson === jdahlin [n=2@200-171-140-32.dsl.telesp.net.br] has left #launchpad ["Read] [08:12] for me? are you sure? === marcus_notebook [n=mholthau@dz6330holthaus-e0.fx-hfc.datazug.ch] has joined #launchpad [08:13] salgado, yes [08:13] I requested it. [08:14] salgado: https://devpad.canonical.com/~andrew/paste/filexeM4qv.html [08:15] kiko, well, It doesn't work neither with my user nor with the 'ro' one [08:15] thanks carlos [08:15] salgado, okay, I'll re-request. [08:17] np [08:21] carlos, I need to bother you again... can you "sudo su - launchpad" on asuka? [08:22] yeah, that's the only way I get access to the database [08:23] carlos, can you add a cronjob to the launchpad user for me? [08:23] well, I'm not sure I should do that... [08:23] that's something that should be approved by an admin or Stuart... [08:24] if kiko or SteveA accept it, I don't mind to do it [08:24] should be okay. what's it about? [08:24] kiko, I need to run the mirror prober for release mirrors on staging [08:25] sure. [08:25] carlos, if we're lucky, stub left the cronjob commented out there [08:26] ok [08:26] /srv/launchpad.ubuntu.com/staging/launchpad/cronscripts/distributionmirror-prober.py --content-type=release --force ? [08:26] carlos, yeah, that one [08:26] running every 2h should be fine [08:26] #40 10-23 * * * ? [08:27] without the '#' [08:28] carlos, if you could change it to "30 10-23" it'd be great [08:28] done [08:28] thanks a lot [08:29] np [08:41] aaaargh === flacoste-lunch [n=francis@modemcable207.210-200-24.mc.videotron.ca] has joined #launchpad === raraavis [n=emurphy@194.18.118.70.cfl.res.rr.com] has joined #launchpad [08:50] salgado: thanks for taking a look at the doc! === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [08:59] flacoste, np. :) [09:05] salgado: how is it going with localized support requests? [09:06] flacoste, it's kind of staled. :/ [09:06] I got a lot of shipit and mirror-related stuff to do lately [09:06] and all this stuff has to be in productoin before edgy is released [09:07] do you want me to take a look at it after I finish tt-workflow? [09:07] if you have some time it'd be great [09:07] when do you expect to have finished with tt-workflow? [09:08] i will reply to Bjorn's second review today, so tomorrow I should move on to other things [09:09] last I checked I got 7 conflicts from merging your tt-workflow branch. didn't check to see if they were trivial or not, though [09:10] salgado: ok, i'll ping you tomorrow or thursday if I can work on it [09:10] flacoste, cool. thank you! [09:11] i have to write the doc for the things, so I should at least try it out! === yleeyas [n=yleeyas@153.248.dsl.ebtech.net] has joined #launchpad === mholthaus [n=mholthau@dz6330holthaus-e0.fx-hfc.datazug.ch] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === daq4th [n=darkness@netstation-005.cafe.zSeries.org] has joined #launchpad [09:18] carlos: if we don't have a bug with the import process, I can't understand what's going on with https://launchpad.net/products/rosetta/+bug/68014 [09:18] Malone bug 68014 in rosetta "Rosetta reverts translation fixes to old faulty values" [Undecided,Unconfirmed] [09:19] I've had this too [09:19] me neither [09:20] I will take a close look tomorrow morning as soon as I start working [09:20] there are already a lot of people complaining about it [09:20] so there should be a problem in some place [09:20] I don't understand why, but there is a problem [09:21] ok === quail [n=quail@unaffiliated/quaillinux/x-000001] has joined #launchpad === Spads [n=spacehob@host-84-9-50-138.bulldogdsl.com] has joined #launchpad [10:03] kiko, can you review https://launchpad.canonical.com/DirectPersonCreation for me? [10:03] salgado, sure. [10:04] bug mails are so hard to filter in a good way [10:04] the product isn't noted anywhere [10:04] lucasvo, X-Launchpad-Bug. [10:05] kiko: ? create one? [10:05] lucasvo, no. it already exists. [10:05] X-Launchpad-Bug: product=malone; status=Unconfirmed; importance=Undecided; [10:05] assignee=None; [10:06] it is very easy to filter bug mails if you know of the existence of that header. :) [10:06] ah, [10:06] cool! [10:06] X- mail [10:06] I forgot about that [10:08] yeah, life-saver [10:25] salgado, the spec should be fine. you should post it to the launchpad list for wider consideration, and the only question I have on the topic is whether allowing any user to register any user for now is worth it. [10:30] kiko, sure. just sent === zachtib [n=zachtib@dorm02228.dorm-net.louisville.edu] has joined #launchpad === carlos -> out [10:44] see you! === zwnj [n=zwnj@213.233.160.35] has joined #launchpad === cablesm102 [n=chatzill@65-78-17-184.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com] has joined #launchpad [11:34] I recently filed an Ubuntu bug in Launchpad. Someone just commented that they also have experienced the bug. How does the bug get confirmed in Launchpad? [11:35] cablesm102: press on the package name [11:35] in the table [11:35] and change the status [11:35] thanks [11:35] is there any rule behind when I can do this? [11:36] cablesm102: if you've verified, that it is not depending on your setup [11:36] Well someone else with a different D-Link card on a different system has had the same problem. [11:36] and that it isn't because of improper config or 3rd party deb packages whatever [11:36] cablesm102: then mark it === mruiz [n=mruiz@www.3ie.cl] has joined #launchpad [11:36] It was a fresh LiveCD install of Edgy [11:37] thanks [11:38] I'm really not sure though what package its in. Will it get a lower priority if I say I don't know? There are two I'm thinking might be the culprits. [11:38] Hello. My name is Miguel Ruiz, ubuntu-cl team admin. How I can send a mass email to our team members (using LP)? [11:39] mruiz: this it not yet possible but will be implemented soon [11:39] great [11:40] I needed this feature many times [11:40] :) [11:45] New bug: #68081 in rosetta "Edgy kftpgrabber translations" [Undecided,Unconfirmed] http://launchpad.net/bugs/68081 === mruiz [n=mruiz@www.3ie.cl] has left #launchpad ["Bytes!"] === cablesm102 [n=chatzill@65-78-17-184.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com] has left #launchpad [] === mdz [n=mdz@62.253.205.129] has joined #launchpad