=== jd_ [n=jd@wikipedia/Meanos] has joined #launchpad === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad === ^3OKATA^ [n=Vinica@62.162.214.48] has joined #launchpad [02:04] <^3OKATA^> ima le nekoj od MAKEDONIJA!!! [02:09] err? [02:09] <^3OKATA^> ? === rpedro_ [n=rpedro@87-196-40-165.net.novis.pt] has joined #launchpad === mdke_ [n=matt@unaffiliated/matt/x-000000001] has joined #launchpad === mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #launchpad === stub [n=stub@ppp-58.8.2.213.revip2.asianet.co.th] has joined #launchpad [04:10] jamesh, ping [04:10] mpt: pong [04:12] jamesh, what would be the python equivalent of "context/required:launchpad.Edit"? [04:12] "python: ..." [04:12] (because I need to test something else simultaneously) [04:12] there don't seem to be any other examples of doing that in the codebase yet [04:13] from canonical.launchpad.helpers import check_permission [04:13] check_permission('launchpad.Edit', context) [04:13] however, it may be easier to go a different route using tal:define [04:13] hmm, that's not going to work inside a tal:condition, because there's no line breaks [04:13] something like this: [04:14] or I could just use nested tal:blocks [04:14] ... [04:14] kiko-zzz: zzz indeed [04:14] ah, nifty [04:14] thanks jamesh [04:15] You expect to get that past review? [04:16] ... is an AND [04:17] ... is an OR. No Python needed. [04:17] yes, that's what I meant by "nested tal:blocks" [04:17] it's messier [04:17] is it faster? [04:18] Probably slower. But avoids using Python in the TAL which is pretty much a red flag for I-need-to-be-refactored. [04:18] So what's the better solution? [04:18] a function in the browser class? [04:19] Yes. [04:19] oh! [04:19] I just found another bug in this file that makes this moot [04:19] :-) [04:19] I do need the nested blocks anyway [04:19] they won't be so directly nested [04:22] Any sprints on this week or next? I'm wondering if these spec tracker patches need to be rolled out. [04:24] jamesh: Do you think it worth stopping error reports being generated on Saturday and Sunday, and make Mondays report cover three days? [04:25] stub: might be worth it. Should see what matsubara would prefer [04:25] shuttle is launched today [04:35] stub, all products now have at least one product series, correct? [04:35] mebbe ;) === stub goes to check [04:36] I think one's created automatically when the product is, and that was retroactively done to existing products with no series [04:37] in which case I'm looking at dead code [04:38] that I wrote myself [04:38] We have 254 products without productseries at the moment, so if the code was updated the data wasn't fully. Or we have bugs allowing product creation without the product series. [04:38] IIRC, this would be a bug. [04:39] As I think it was decided that every product would have >= 1 product series. [04:39] I guess I'll leave this "if there are no series" code in here for now then === acesuares [n=ace@201.222.33.116] has joined #launchpad [04:40] stub, you reporting a bug on that, or shall I? [04:40] hi all [04:40] mpt: I'll let you if you are volunteering ;) [04:42] ok [04:43] bug 51799 [04:43] Malone bug 51799 in launchpad "There are still products without series" [Untriaged,Unconfirmed] http://launchpad.net/bugs/51799 [04:46] stub: the product series creation is done in browser/product.py, so it would be quite possible for other code to create products without a product series [04:46] Bleh [05:02] bah [05:02] What's name12's password? [05:04] I know Foo Bar's, and Mark's, and Carlos's, and no-priv's, but not name12's, which is the one I need === acesuares [n=ace@201.222.33.116] has left #launchpad ["Dang...] [05:08] mpt: test [05:09] doesn't work, jamesh [05:10] unless the e-mail address is something other than name12@canonical.com? [05:12] test@canonical.com [05:12] oh! [05:12] name12 is *that* guy! [05:12] thanks jamesh [05:12] no wonder I couldn't find "name12@" in the sampledata [05:12] we could really use some better short names in the sample data [05:27] Yer. But the fallout in the test suite will be monstrous so nobody has bothered ;) [05:32] Who is user_browser, really? [05:32] Is it name12? [05:33] yeah [05:33] dangit :-) [05:33] name12 is the owner of /products/bazaar [06:38] spiv: you marked my jamesh/launchpad/bug-45987 branch as merge-conditional, but didn't see any review. Does that mean that there isn't anything you want me to fix? === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [07:06] jamesh: it means I updated the wrong branch on the wiki page, I meant to update carlos' one. [07:07] okay === mpt_ [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad [07:17] Launchpad will be going down in 15 minutes for its regular code update. Estimated downtime is 20 mins. [07:17] will be good to see how the branch puller and scanner modifications improve things [07:30] soyuz publishing runs are taking > 30 mins again :-( [07:37] jamesh: Do you still need access to the production database from macquarie? [07:39] stub: Not right now. I do have a script to do zope3 spec metadata import that may get run in the future, but I guess I could ask you to run it [07:39] the bugzilla import is complete === cprov [n=cprov@monga.dorianet.com.br] has joined #launchpad [08:00] SteveA: Still getting that exception we saw last week on Production [08:01] And we can't roll back this time since we pushed out database changes [08:05] morning [08:07] ah, launchpad is taking a massage again, well I hope it's enjoying itself :-) [08:10] stub: are you rolling an prod copy to drescher as well ? [08:10] cprov: done [08:11] stub: 3737 ? [08:12] cprov: yes [08:12] HEAD [08:12] stub: good, thank you [08:15] stub: could you please check lp-errors ML drescher is facing locale issues :( [08:16] Looks like we need 'export LANG=C' in a few choice places. Can you have a look? [08:16] stub: actually was me and my damm pt_BR [08:17] stub: I can export it in the bashrc of LP relevant users, thanks [08:18] stub: additionally looks like LANG isn't enough, we need LC_ALL=C === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [08:19] The servers tend to be setup for locale of en_GB, but none of the locale files are installed so things blow up if you make he wrong Python calls without overriding the locale :-( [08:19] Or something like that. === carlos [n=carlos@208.Red-83-33-192.dynamicIP.rima-tde.net] has joined #launchpad [08:21] stub: makes sense, will set LC_ALL it won't hurt [08:21] morning === Calvin [i=Calvin24@67-150-215-185.sttl.mdsg-pacwest.com] has joined #launchpad [08:25] carlos: good morning [08:25] hello, how long is the website planning to be down? [08:26] morning Calvin [08:26] it's almost good night where I live [08:26] wops ;) morning carlos [08:26] Calvin: sorry, wrong nice completion [08:26] s/nice/nick [08:26] is ok [08:27] I order a free cd (I hope its free) but I entered a wrong address... [08:27] but the website is "Launchpad is offline at the moment for maintenance. It should be back, better than ever, soon. Thanks for your patience. [08:27] " [08:28] so I thought I'd stop by and see how things are going [08:28] it's back up! [08:29] nevermind... I think I got it all sorted out now [08:29] stub: Hi, did you add the DB restriction you removed to do the migration data for Rosetta? [08:29] carlos: Not yet. [08:30] ok, just asking to be sure that you don't forget it ;-) [08:30] carlos: Still need to rerun the data migration [08:30] ok [08:30] thanks [08:30] Launchpad is back up [08:33] yep... === robey [n=robey@ralph.lag.net] has joined #launchpad [08:35] launchpad question: how do i add another maintainer to a product? [08:36] Create a team and set the maintainer to the team. === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [08:40] stub: thanks... one more dumb question: how do i set the maintainer? [08:40] if i click "edit maintainer" on my product, it says i don't have permission to be there [08:41] That would be a bug :-( [08:42] oh no! [08:42] is it because i'm listed as the "registrant" and not "maintainer"? [08:43] is there anything i can do to fix it? [08:43] Give me the product name and the team name and I can sort it. Please file a bug too. [08:44] pycrypto for both [08:44] I'm not sure about what permission differences there should be between registrant and maintainer, but what you are trying to do sounds like it should be possible. So I call bug. [08:45] Actually... looks like registrant and maintainer are the same anyway. [08:45] If the registrant can't update the registration, that's definitely a bug, I think. [08:45] Fixed. [08:45] (this case, not Launchpad :) ) [08:47] thanks! reported as https://launchpad.net/products/launchpad/+bug/51802 [08:47] Malone bug 51802 in launchpad "can't change the maintainer of pycrypto" [Untriaged,Unconfirmed] [08:49] Ta ;) [08:50] spiv: I'm not so sure... If I register a product that is not mine and we transfer the ownership to the actual maintainer, I should not have the same rights that the maintainer... [08:50] carlos: Well, transferring ownership would mean you give up those rights, sure. [08:51] and in that situation, registrant and maintainer will be different [08:51] carlos: But clearly if you register a product, and make a mistake in that registration, you ought to be able to edit everything about it. [08:51] carlos: Also, I think "registrant" and "maintainer" are the same thing atm... [08:52] Although I think we're at least consistently calling it registrant now. [08:52] hmm, in that case, robey should appear too as the maintainer, right? [08:53] carlos: Well, there's no such thing as a product maintainer in launchpad that I know of, just registrants. [08:53] Except that the +reassign link is called "Change Maintainer" [08:54] Try a 'grep -Irni maintainer lib/canonical/launchpad/*/product*' :) === mdke_ is now known as mdke [08:55] spiv: yeah, the database just stores an 'owner' [08:55] carlos: source package releases have maintainers in lp, but not upstream products. [08:57] is launchpad in bzr? :) [08:57] spiv: right [08:58] robey: the source? yep. === mpt__ [n=mpt@203-173-177-223.bliink.ihug.co.nz] has joined #launchpad [08:58] stub: btw, with today's production update, Rosetta's karma should be more or less fixed, I guess that it would mean that karma numbers will be reduced a bit (just warning about people complaining because karma goes down ;-) [08:58] sweet :) [08:59] i have a bug open on the bad font sizes that hasn't seen any action... if i get time in the next month or so, i may try to cook up a patch [09:00] robey: it's in bzr, but not available publically [09:00] mdke: really? why? [09:01] robey: https://launchpad.net/faq [09:01] robey: look for "Is Launchpad open source? Will it be?" [09:02] carlos: I'm not sure that faq has the reason ;) === erdalronahi [n=erdal@p50876291.dip.t-dialin.net] has joined #launchpad === rpedro [n=rpedro@87-196-64-36.net.novis.pt] has joined #launchpad [09:06] mdke: well, that's what we have. If you think it's not enough, talk with Steve/kiko/mark.... [09:06] oh, so it's the traditional "we think our code is too ugly" excuse :) [09:06] robey: no [09:06] i recommend re-thinking that philosophy, given your target audience [09:06] anyway, back i go to lurking === robey [n=robey@ralph.lag.net] has left #launchpad ["Leaving"] [09:07] carlos: no, I didn't say it isn't enough... [09:08] mdke: I mean, that is not enough to say that it's the reason we don't have it as free/open source [09:08] carlos: i guess it is quite a frequently asked question, it might be worth adding an explanation. I've seen it several times in the forum and in this channel [09:10] mdke: then talk with Steve/kiko/mark, obviously, you don't think that faq covers exactly the kind of answer for that question ;-) [09:10] stub: hmmm, so we still have problems with the new virtual hosting code? [09:10] carlos: ok [09:10] carlos: i'll file a bug [09:11] ok, thanks [09:11] mdke: Mark has put up some FAQ looking item somewhere, I can't find it [09:11] carlos: yup [09:11] mdke: (re: Launchpad source etc) === mpt_ [n=mpt@203-173-177-223.bliink.ihug.co.nz] has joined #launchpad [09:51] carlos: ping [09:56] carlos, do you know what robey was referring to when mentioning font sizes? [09:56] (I was offline before and after) === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad [10:08] lifeless: pong [10:09] mpt_: no, sorry === ploum [n=ploum@ubuntu/member/ploum] has joined #launchpad [10:11] carlos: you have a branch marked wip in the review queue [10:11] I do not know what that means [10:12] can you either move it to the wip area, or mark it needs-review [10:12] hmmm, I think I did a mistake... [10:12] it should be needs-review [10:12] I will fix it no [10:12] now [10:12] lifeless: thanks for the warning [10:12] lifeless, the "copy and paste this text in the general queue" text has work-in-progress as its status [10:13] I was going to change it back to needs-review, but thought I should discuss it with you first [10:13] done === malcc [n=malcolm@host86-135-139-100.range86-135.btcentralplus.com] has joined #launchpad [10:13] because I don't yet understand the point of work-in-progress on PendingReviews [10:13] mpt_: well, the usual workflow is work-in-progress -> needs-review -> approved [10:14] I see that, but I don't know why [10:14] mpt_: it should say 'copy and paste this text into work in progress when you create the branch, or copy and paste to the general queue and change the text to needs-review' [10:14] mpt_: I guess it's to get a diff of your branch and its status while you work on it [10:14] mpt_: because having branches being worked on visible helps collaboration, lets managers help out with progress more easily, lets ad-hoc review be done [10:14] carlos, there are bzr commands for that :-) [10:15] lifeless, ok [10:15] mpt_: I know, but it's time consuming and others wouldn't know the name of your branch [10:16] i.e. if someone says 'can you tell me if I am going in he right direction, its easy to answer with the ready-to-use diff;) [10:16] fair enough [10:17] it also helps individuals remember what branches they have in progress [10:27] SELECT secret FROM secret [10:27] what on earth is that about === cprov finally can go to bed. see you in a bit [10:30] cprov-ZzZ: good night dude [10:31] mpt_: If we tell you it, it will not be a secret anymore... [10:31] :-P [10:31] carlos: thank you, won't be long enough ;) [10:31] all I'm doing is fiddling with pagetests === mpt_ whimpers === doko [n=doko@dslb-088-073-106-189.pools.arcor-ip.net] has joined #launchpad [10:47] Any reviewer that has some time to have a preimplementation VOIP call ? [10:51] carlos: I can in a minute or two if you like. [10:51] ok, thanks [10:51] spiv: please, ping me when you are ready [10:57] carlos: ping [10:57] carlos: I'm spivvo on skype [10:57] pong [10:58] I just added you [10:59] I don't see you yet, but try calling me anyway. [10:59] it fails [10:59] I'm carlospm_1 [10:59] try to add me, please [11:00] mpt_: We need a key shared between the appservers so we can encrypt and authenticate session information. That query is retrieving that key. [11:00] carlos: Ok, I'll try that. [11:01] Hmm, failed with "Reason unknown" [11:01] same thing here [11:02] let me restart skype... [11:02] I'll try that too. [11:03] I see you now [11:03] calling [11:04] carlos: I can't hear you. [11:04] hmm [11:04] I hear you [11:04] hmmm [11:05] try the echo test? [11:15] stub, turned out to be trying to run a pagetest while LP was still running [11:15] which broke the DB so badly I had to restart [11:15] (though no doubt there is a psql command that would have been quicker than restarting) [11:21] pg_ctlcluster 8.1 main stop; pg_ctlcluster 8.1 main start [11:22] thankyou :-) === jd_ [n=jd@wikipedia/Meanos] has joined #launchpad === svaksha [n=svaksha@unaffiliated/svaksha] has joined #launchpad === svaksha [n=svaksha@unaffiliated/svaksha] has left #launchpad [] === Yannig [n=yannick@AToulouse-254-1-80-153.w86-201.abo.wanadoo.fr] has joined #launchpad [12:09] Hello everybody :) [12:10] I hope you will be able to help me, I just cannot sign Launchpad code of conduct :( [12:10] yannick@kokoyaya:~/Desktop$ gpg --clearsign pouet.txt [12:10] gpg: no default secret key: secret key not available [12:10] gpg: pouet.txt: clearsign failed: secret key not available [12:10] I've never used gpg and I don't know anything more than what is written on https://launchpad.net/codeofconduct/1.0.1/+sign :( [12:12] Yannig: it seems that you did not create or don't have your GPG key where gpg can find it? [12:15] Indeed, I have never created such a key :$ [12:17] carlos, ping [12:17] mpt_: pong [12:18] carlos, where would I get a PO template for alsa-utils so I can test uploading it? [12:18] mpt_: export it from launchpad ;-) [12:18] aha [12:18] hmmm, actually, I suppose uploading is already tested somewhere [12:19] is it? [12:19] yeah, uploads should be tested [12:19] it's not in standalone/ that I can see [12:19] or in rosetta/ [12:19] either web interface and as a doc test [12:20] mpt_: xx-translation-import-queue.txt [12:20] has some tests for uploads [12:20] ah, excellent [12:20] thanks [12:21] you are welcome === matthewrevell [i=synchron@silenceisdefeat.org] has joined #launchpad [12:32] Hello [12:33] On the Ubuntu Marketing mailing list, we've discussed how to track our work. [12:33] Launchpad says that only admins can create projects. [12:33] Who do we contact to put our case forward for the creation of an Ubuntu Marketing project? [12:34] matthewrevell: you can either mail launchpad-users mailing list requesting it [12:34] or try directly with stub, kiko, SteveA or lifeless [12:34] but I think the mailing list option is better [12:35] carlos: Thanks, I'll join then mail the ML. [12:35] ok [12:35] matthewrevell, if you use Launchpad at all, you might find that it's better to set up a team [12:35] rather than a project [12:36] With a team you can list members and hold polls [12:36] With a project you have a bugtracker and a "translation group" [12:37] Neither of which would be relevant to marketing, really [12:37] mpt_: Hi Mpt, we have a team, but we were looking to do version tracking with bzr, which I understood required a project. [12:37] matthewrevell, no, that requires a product [12:37] mpt_: Talking of translation, we're looking to translate materials with the loco teams. [12:38] A product, you can set up without administrator intervention [12:38] mpt_: Ah, doesn't a product require a project, though? Or do you recommend we hook into an existing project? [12:38] It doesn't [12:39] You can group products into projects, but the large majority of products aren't in a project [12:39] Ah right. [12:39] (yes, this is confusing) [12:39] :-) [12:39] I'll create a product and see how we get on with that, then. [12:40] well, I was just going to say [12:40] A product would work best for a specific thing you wanted to have translations + bug reports about [12:40] e.g. a specific marketing document [12:40] then when you have several, you can use a project to group them [12:41] Right, that makes sense. Thanks. [12:41] hmmm, in fact... matthewrevell your project is Ubuntu ;-) [12:41] the version tracking wouldn't work so well if you were tracking multiple documents as the same product :-) === carlos -> out [12:41] see you later [12:42] mpt_: Yeah, that could be difficult. [12:43] mdke has offered us svn space on the doc team server. I suppose it's just a case of trying to work out which tools suit us best. [12:44] yeah [12:44] Thanks guys. [12:45] On the one hand, bzr launchpad rah rah, but on the other hand, there's probably a fair bit of, uh, "synergy" between the work of the docteam and marketing team [12:45] mpt_: Yeah, that's true. [12:46] bzr >>> svn [12:46] "Easy" solution: convince the docteam to switch to bzr :-) [12:47] the consistent story I hear is [12:47] 'after dapper releases' [12:47] so, IMO, they should switch now [12:47] But in fact, I have no idea how to create such a key for gpg :( [12:48] mpt_: :) [12:50] mpt_: It sounds as tho' a general purpose repository, rather than an individual product for each document we work on, may be more flexible. Unless I'm missing something. [12:50] I think something is confused here [12:51] perhaps you giys could restate the constraints and goals for me, and I can offer suggestions [12:52] you need a fair amount more definition about the projects first I think [12:52] lifeless: We're planning to write material such as press releases, articles, etc as a marketng team. [12:52] ok [12:52] lifeless: There's a discussion on the list as to how we organise that material, and track changes, etc. [12:53] ok [12:53] I wanted to investigate the best way to do that. [12:53] got a URL for me? [12:53] As mdke says, things are a touch up in the air. [12:54] It should be a trivial problem [12:54] unless you have several thousand documents. [12:54] lifeless: No URL, I'm afraid, yet. [12:55] matthewrevell: for the mailing list ? [12:55] Oh, sorry. [12:55] speifically, for the discussion that has the context [12:55] https://lists.ubuntu.com/archives/ubuntu-marketing/2006-July/000474.html [12:58] I've seen nothing in that conversation to justify having more than one product and one bzr tree (with many branches) [12:58] maybe I am missing something === jenda [n=jenda@ubuntu/member/jenda] has joined #launchpad [12:58] different projects might warrant doing so, I suppose [12:58] hi jenda [12:58] hello [12:58] we are just talking about the mt [12:59] lifeless: I think it more likely that I'm missing something. [12:59] :) [01:00] lifeless: I'm just trying to get to grips with Launchpad's terminology and how we can best use it. [01:00] matthewrevell: well the thing is, we can have a bzr branch up for you and running in about 10 minutes [01:00] and you can grow from there in any way you want [01:01] (and be nearly totally self managing too) [01:01] could someone pastebin me a log, please? ;) [01:01] oh! [01:01] Why did I think separate documents would need separate products? [01:02] mpt_: I have no idea [01:02] I suppose it would be slightly less confusing that way, but a fair bit more work [01:02] mpt_: I think a single product, single bzr tree, is by far the easiest and least confusing way to manage the documents [01:03] lifeless: Thanks, that makes sense. My gut feeling is that we should use the Launchpad tools, because we don't have a legacy system to port away from. [01:03] matthewrevell/mpt can you do the log for jenda please, as I'm juggling much right now [01:04] sure [01:04] Jenda, watch out for a pm window [01:04] I do have a gpg key now, I follow the instructions by when I validate, I'm told "Please fix the problems below and try again. [01:04] No public key" :( [01:04] Yannig: You've uploaded your public key to launchpad? [01:05] Yannig: or to a keyserver [01:05] matthewrevell: no!!! Please pastebin :) === svaksha [n=svaksha@unaffiliated/svaksha] has joined #launchpad [01:07] I just created my key on my computer [01:08] BjornT, ping [01:09] Guys, I've got to head off. Thank you for your input, it's been very helpful [01:09] pastebin's timing out on me, jenda, did you get it already? [01:10] Yannig: If you go to https://launchpad.net/people//+editpgpkeys it explains how to give your public key information to launchpad [01:10] mpt_: http://rafb.net/paste/ seems to be up. [01:10] mpt_: no problem with pastebin here, but there's nothing in it. [01:10] "there's nothing in it"? [01:11] jenda, http://rafb.net/paste/results/DTL2Mf44.html [01:11] mpt_: I was in the wrong bin ;) [01:12] thanks spiv [01:14] malcc> Thanks but I cannot find my key id with gpg --list-keys my@e-mail [01:15] I don't understand in which line it is (pub, uid, sub, etc.) [01:15] Sorry for being so long to understand :( [01:15] Yannig: do gpg --edit-key you@email [01:16] then look for [01:16] pub XXXXD/???????? created:... [01:16] the ??????? bit is your keyid [01:17] Thanks a lot lifeless :) [01:17] I tried with the whole XXXXD/???????? :( [01:17] yannick@kokoyaya:~$ gpg --send-key 2BCDE704 [01:17] gpg: sending key 2BCDE704 to hkp server subkeys.pgp.net [01:17] yannick@kokoyaya:~$ [01:17] I guess it's fine now :) [01:18] mpt_: pong [01:22] Thanks a lot for your patience :) [01:22] See you [01:23] BjornT, is there an example anywhere of using the new pagetest system to verify that a page returns a 403 Forbidden error? There doesn't seem to be such an example in README.txt, or in Google [01:23] lifeless: so... having read that log. If what I need is to keep track of a tree of files, let's say different mockups of the future Spreadubuntu site, each with a dir and subdirs, probably - and possibly other dirs of SU stuff, have URLs I can link people to to look at the material - can bzr+launchpad do all that in a single product / bzr tree? [01:23] BjornT, I have [01:23] what is SU ? [01:23] >>> browser.open('blah') [01:23] SPreadubnutu [01:23] Traceback... [01:23] oh right [01:23] ...403: Forbidden [01:24] so, right now (as in right this minute), yes, but people will need bzr to look at the material themselves. [01:24] but the test fails with a Forbidden error :-) [01:24] spiv: is working on integrating the bzr online web viewer with launchpad so that you can look at the material without bzr [01:25] you can run that yourself, if you have a server, while still using the launchpad bzr hosting [01:25] mpt_: We set the handleErrors (or somesuch) attribute on the Browser objects already in the page test namespace. [01:25] mpt_: so it gives the traceback direct from Zope, rather than an HTTP error. [01:25] mpt_: I think if you unset that, it will do what you wawnt. [01:25] want, rather. [01:26] lifeless: OK [01:26] spiv, so where my browser is called "unprivileged" [01:26] mpt_: yeah, try "browser.handleErrors = True" [01:26] ok [01:26] lifeless: That tips my favor in the direction of svn a bit. [01:27] mpt_: It'll change the behaviour, not sure if it'll be better or not ;) [01:27] spiv, mpt_: You can make it work without this, as in soyuz/99-build-record.txt. >>> browser.open("http://localhost:9000/+builds/bob/+admin") [01:27] Traceback (most recent call last): [01:27] ... [01:27] HTTPError: HTTP Error 403: Forbidden [01:28] jenda: well, it will be your choice in the end, but do consider that there is no svn integration with launchpad [01:28] malcc, that's just what I had, except "...403: Forbidden" at the end [01:28] lifeless: I'm aware. Very unfortunate. We might end up using both in the end. I'll try describe the issue on the ML and I might be back. [01:29] I'm not on the ML, so please give me a URL to read them on [01:29] malcc: Ah, ok, that seems sane enough as is. [01:29] spiv, that fails in exactly the same way [01:29] spiv: any news on teh bzr webviewer integration [01:29] lifeless: not yet, I have a note on my todo list to talk to Steve about it next time I'm in a call with him. === bradb [n=bradb@modemcable048.58-130-66.mc.videotron.ca] has joined #launchpad [01:30] it's the famous bradb! [01:30] spiv: please do so, I think it is really an important thing for us to do [01:30] My bad; that example was using a new browser, so handleErrors was never set to false in the first place, I only checked it wasn't explicitly set true [01:31] mpt_: :P [01:33] I found your Weblog the other day, bradb [01:33] mpt_: I have two. [01:33] yes, and the other one [01:33] Almost as neglected as mine :-) [01:33] indeed [01:34] I've been meaning to do a post about my front door. [01:34] (which few people /know I have/) [01:34] crapitude! [01:35] The test passes with "HTTPError: HTTP Error 403: Forbidden" passes, but fails with "...403: Forbidden" [01:35] mpt_: that's craptitude indeed. [01:36] mpt_: I think there's some doctest magic about exact match forms for catching exceptions [01:37] mpt_: What about "HTTPError:... 403: Forbidden"? [01:38] spiv, passes [01:38] mpt_: odd. probably a good enough compromise, though... [01:38] and so does "H... 403: Forbidden" === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad === mpt [n=mpt@203-173-177-223.bliink.ihug.co.nz] has joined #launchpad === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:59] i think i found an interesting bug in the publisher [01:59] https://launchpad.net/distros/ubuntu/edgy/+source/openais [01:59] this source was uploaded and it was NEW [01:59] but i did explicitly ask for it to be REJECTED [01:59] in theory there should be no track of it === lincao [n=lincoln@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:09] fabbione: I'm checking what happened [02:10] cprov: i am sure that the source has been rejected [02:10] i did ask forrejection [02:10] fabbione: it is REJECTED [02:10] cprov: and how does that differ from what i said? === kwwii [n=kwwii@likes.smoking.more.than.watching.spacenight.dk] has joined #launchpad [02:10] moin [02:10] cprov: i want to understand why LP is tracking it [02:11] cprov: tracking a source that doesn't exist is not nice [02:11] fabbione: https://launchpad.net/distros/ubuntu/edgy/+source/openais, it's not [02:11] cprov: https://launchpad.net/people/fabbione/+packages <- tells me i am openais maintainer [02:11] from there i found the other url [02:11] fabbione: big orange box saying: There is no current release of this source package in The Edgy Eft. You can still report bugs, make translations, and so on, but they might not be used until the package is published. [02:12] cprov: that package might never exists. It's pointless to create so much stuff around it if it will never hit the archive [02:13] I received an "oops" when trying to rename an already approved Spec in launchpad...anyone know if that is normal? [02:14] kwwii, an "oops" is never acceptable, please report a bug [02:14] fabbione: I can't see your point, since we had an upload with agiven name, it will show up in several places as a placeholder. [02:15] cprov: i might upload by mistake company-private-package that nobody must know about. I ask for rejection in souyz and i don't see why it should appear in LP everywhere [02:15] so i see very little point in creating all the placeholders for a package that might never hit the archive [02:15] (not in LP at least) [02:16] I don't know much about this end of things, but I agree with fabbione. There's not really anything useful to be gained by adding placeholders that I can see. [02:16] fabbione: so in you example the information would be embargoed anyway [02:17] cprov: but they are not [02:17] and openais is the proof [02:17] If we really want a package to show up as a placeholder, upload a placeholder package -- e.g. landscape-client. [02:17] so one way or another there is something happening that shouldn't [02:17] It's simply permitting the traversal because there is a SourcePackageName object of the right value [02:18] spiv: come on, I'd expect better oppinion from you, you know we do not "create" placeholders they are side effect of the current traversal architecture [02:18] cprov: Well, there's a record of it in the LP db somewhere. [02:18] cprov: Or it wouldn't be traversable :) [02:18] and that record shouldn't be there since it was rejected [02:18] NEW source -> rejected -> /dev/null === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:19] spiv: offcourse, there is also an SPR for openais, it was uploaded and them rejected [02:19] It doesn't really make sense to me that we allow bugs and translations and things for this sort of mistake. [02:19] eh [02:19] fabbione: maybe we can reach it with the SPR GC, but it won't be atomic anyway [02:19] not all REJECTions are final like this [02:19] cprov: i don't know what SPR GC is but it sounds scary [02:19] sourcepackagerecord garbage collection [02:20] cprov: Incidentally, the link to openais's 0.77-0ubuntu1 on https://launchpad.net/people/fabbione/+packages is a 404 [02:20] elmo: i am making a corner case really.. openais will be uploaded sometimes [02:20] fabbione: this is a local defect of +packages page [02:20] spiv: sorry ^^ [02:20] Guys, http://launchpad.net/distros/debian/+source/launchpad-integration should give you some indication that it's just a "this name exists, so we try and let it be traversable" [02:20] cprov: ah, ok. [02:20] don't blame the entire architecture for that [02:22] Kinnison: (not that I hold very strong opinions here) the traversability isn't really what bugs me, it's that there's an apparently invalid entity appearing in e.g. /people/fabbione/+packages reports and as a valid package name for bugs and things. === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [02:22] spiv: the mere fact that there's a SPN means it can be used to report bugs [02:23] The +packages artifact is that the selects are wrong [02:23] Kinnison: right, and I'm wondering if therefore that SPN existing is itself a bug. [02:23] ok so one more question [02:23] Kinnison: indeed [02:23] mpt: ok, thanks :-) [02:23] let say you don't show me that openais is in my package list [02:23] spiv: No [02:23] and people start filing bugs on it [02:23] spiv: It exists because there is an SPR in there pointing at it [02:23] what's the use case if the package will never ever hit archive? [02:23] spiv: there is an SPR in there because we record the history of the upload existing and being rejected [02:24] fabbione: That's an argument for only allowing bugs to be filed if the SPN is published in the archive [02:24] fabbione: Not for removing the SPN of rejected packages [02:24] Kinnison: make that also translations and so on === matthewrevell [i=synchron@silenceisdefeat.org] has left #launchpad [] [02:24] Kinnison: well as i said before.. who would you then handle a case where package for company foo should not have been displayed in LP? [02:25] Kinnison: i don't think i have a UI (as package maintainer) to ask LP to hide the upload i am going to do in about 5 minutes [02:25] or the upload i did 5 minutes ago [02:25] fabbione: this is another issue and it's covered by the SecurityInSoyuz [02:25] spiv, perhaps one day two or more distributions will have packages with the same name that are completely unrelated [02:26] It seems to me this is another instance of the general problem that launchpad makes it hard (or impossible) to delete things that were added by accident. [02:26] bingo [02:27] It perhaps be nice if Launchpad didn't even add it all in this particular case (although from the sidelines that's not clear to me), but it wouldn't matter if we could just delete stuff. [02:28] spiv: not add it in the first place > delete after [02:28] It's categorically NOT POSSIBLE [02:28] you can still track somewhere else that the uplaod was done and rejected [02:28] it got added because it was accepted into NEW [02:28] that's IN THE DB [02:28] fabbione: Well, I'm hearing arguments from Kinnison that there are good reasons why that shouldn't happen. I'm not familiar enough to judge that atm. [02:28] so, for that matter, is REJECTED [02:29] the only way we could remove the SPN is by GCing the queue, then the SPRs and then the SPNs [02:29] And we have been using "un-used" SPNs as anchor points for bugs anyway [02:29] like pseudo-packages [02:29] But it's safe to say Kinnison knows much more about this than I do :) [02:29] GC/SPR/SPN has no meaning to me [02:29] Garbage Collect, Source Package Release, Source Package Name [02:30] I think the non-jargon way to say what Kinnison is saying is "something happened, therefore it is recorded in Launchpad that it happened". [02:30] yes and i said.. it's ok to be logged [02:30] Launchpad == Hotel California [02:30] spiv: exactly [02:30] doesn't need to show everywhere [02:30] mpt: heheh [02:31] fabbione: That breaks a fundamental design assumption made a long time ago though, so we need to consider how to deal with it [02:31] Kinnison: but my question is, do you understand my usecase? or is it unclear? [02:31] https://launchpad.canonical.com/TotalExposure [02:31] because if we can't agree on the usecase, then there is very little point to discuss it [02:32] spiv: -ENOPASSWD [02:33] spiv, https://launchpad.net/products/launchpad/+spec/fair-exposure [02:33] fabbione: same as the Canonical one I presume, I'm only half-serious about that link anyway :) [02:33] spiv: hehe ok :) [02:33] mpt: haha [02:33] fabbione, same as chinstrap [02:34] fabbione: I can appreciate your viewpoint. And personally I think we shouldn't offer the +source/foo traversal if foo is not published in the distro/distrorelease but that's a decision to be made by the UI people, not me :-( [02:34] Kinnison: ok, so who should I bitch about it? [02:36] Kinnison: Hmm, maybe SourcePackageNameVocabulary should filter out that sort of thing? [02:36] fabbione: Well, to begin with, we need to better understand why we don't already perform this limitation, so I'd start by talking with bradb and/or bjornt about the use-cases for source-package-names which don't have associated packages being used for bug reporting etc. [02:36] spiv: I know nothing of the UI details :-) [02:36] Kinnison: ITP [02:37] Kinnison: ok thanks [02:37] Kinnison: That's the thing wot says what things of a certain kind of thing there are ;) [02:37] thanks everybody === niemeyer [n=niemeyer@200.140.238.18] has joined #launchpad [02:37] lifeless: Hmm [02:37] Kinnison: is a random thought ;) === kwwii [n=kwwii@likes.smoking.more.than.watching.spacenight.dk] has left #launchpad [] [02:38] Kinnison: I'm missing context on this conversation, but at bug reporting time, Malone asks Soyuz for package names. [02:39] so, if the user specifies package "foo", Malone asks Soyuz what it knows about "foo", i.e., a BP and SP, if applicable [02:39] Does malone give that routine a context? (distro, distrorelease, whatever) [02:42] yep [02:42] IDistribution.getPackageNames [02:43] Okay, so we're forcing it to use publishing records, cool [02:43] So we just need to fix that idiotic traversal from +sourc/e === Keybuk [n=scott@quest.netsplit.com] has joined #launchpad === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad [02:44] Kinnison: The traversal isn't really an issue. [02:44] Kinnison: It would never have been noticed if it wasn't linked to. [02:44] Kinnison: If you fix everywhere link +packages that are linking to it, then no-one will ever know, or care, that you can traverse it. [02:45] s/link +packages/like +packages/ [02:46] Not good [02:46] Fix the traversal so that any accidental link 404s [02:46] then fix all the 404s to not be there [02:46] Kinnison: Sure, fixing the traversal is still a good idea :) === lfittl [n=lfittl@83-65-242-161.dynamic.xdsl-line.inode.at] has joined #launchpad [02:48] Kinnison: the ISourcePackage traversal isn't really fixable, it is meant to do exactly what it does (DR + SPN) === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad [02:55] hmm === flacoste [n=francis@modemcable207.210-200-24.mc.videotron.ca] has joined #launchpad [03:10] SteveA, around? [03:14] or anybody familiar with the new virtual host stuff? [03:18] salgado: what's up [03:20] BjornT: I reported two bugs related to what you told me : bug #51835 and bug #51836 [03:20] Malone bug 51835 in launchpad "Content of a bug is missing in +text mode" [Untriaged,Unconfirmed] http://launchpad.net/bugs/51835 [03:20] Malone bug 51836 in launchpad "Search is not working in +bugs-text mode." [Untriaged,Unconfirmed] http://launchpad.net/bugs/51836 === bradb [n=bradb@modemcable048.58-130-66.mc.videotron.ca] has joined #launchpad [03:37] ploum: ok. i'm not sure that they will be fixed within your project's timeframe, though. the +text stuff was added for (and works for) a specific use case, and we have quite a lot of other things to do atm. [03:37] ok, thanks for the answer === mpt [n=mpt@203-173-177-223.bliink.ihug.co.nz] has joined #launchpad === svaksha [n=svaksha@unaffiliated/svaksha] has left #launchpad [] [04:48] spiv: around ? === bradb [n=bradb@modemcable048.58-130-66.mc.videotron.ca] has joined #launchpad [05:34] malcc: ping? [05:35] Keybuk: Pong [05:35] matsubara: do you want me to publish a fix for the edit-spec-name bug? [05:35] malcc: do you know anything about the buildds? [05:35] keybuk: A little [05:35] https://launchpad.net/distros/ubuntu/+builds?build_state=pending&build_text= [05:36] how do things in SECURITY or BACKPORTS get built? they don't seem to be using the currently idle buildds === mdz [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #launchpad [05:37] sabdfl: I'm looking at it atm [05:37] Keybuk: I don't know for sure, I'm checking with the other guys [05:40] also ... [05:40] https://launchpad.net/distros/ubuntu/+source/python-support/0.3.8 [05:40] why has that got "No builds recorded" ? [05:41] Keybuk: I'm guessing we don't have chroots for these pockets. I didn't think we built security in Soyuz at all, and this looks like a publically visible list of pending security builds, which would be bad [05:41] malcc: ok, we'll ignore those then [05:41] security isn't built by soyuz/launchpad yet [05:41] why isn't python-support being built? === Keybuk is trying to debug why our buildds are doing absolutely nothing [05:43] it seems like they fell flat on their face about 2 hours ago, and haven't moved since [05:43] is the "scanner" running? (that's the right term, yes?) [05:44] Keybuk: Yes that's the right term and I'll check === eduardoria [n=eduardo@monga.dorianet.com.br] has joined #launchpad === eduardoria [n=eduardo@monga.dorianet.com.br] has left #launchpad [] === seb128 [n=seb128@ubuntu/member/seb128] has joined #launchpad [05:56] Keybuk: I'm afraid I'm stuck, I've queued your question for Kinnison or cprov as soon as they're available, seems I don't know the right little about the buildds :( [06:00] thanks === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad [06:12] GOOD MORNING LAUNCHPAD [06:18] Kinnison: ah, you're available? === mdke_ [n=matt@unaffiliated/matt/x-000000001] has joined #launchpad [06:21] Keybuk: Me? Available? pah [06:21] Did malcc pass on my comments? [06:21] Kinnison: no, he did not [06:21] aah okay [06:21] one sec [06:22] BACKPORTS in the queue suggests missing chroots [06:22] SECURITY in the queue suggests incomplete arch set for security uploads [06:22] missing builds indicates the queue builder is causing a problem [06:22] right, those I didn't care too much about [06:22] it's the missing builds that's the problemn [06:22] infinity re-wiggled the queue-builder recently [06:22] so you'd need to check with him really [06:23] he's on holiday [06:24] I thought that was last week [06:24] am I a week out of sync? [06:27] R [ 35: Adam Conrad ] [VAC] July 1 - July 9 [06:27] Kinnison: yeah, "wait for infinity" is not an option at this point === mdke__ [n=matt@81-178-126-143.dsl.pipex.com] has joined #launchpad [06:29] Arrr, okay I'll go look [06:29] give me 5 [06:30] Okay, so the queue builder has been being run === Kinnison ponders [06:30] Can you give me an example of a package not being scheduled? [06:31] python-support was I think the one they were using [06:33] 0.3.8 ? [06:34] source published about three hours ago... hmm [06:38] As soon as this publishing run is finished I'll do a manual queue-builder run to see what's up === niemeyer [n=niemeyer@201.11.39.120] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === bradb finishes responding to jamesh's review, goes for lunch [06:50] where can I find the revision that is running in production? [06:51] flacoste: launchpad.canonical.com/ProductionsStatus [06:51] tnx! [06:52] s/ProductionsStatus/ProductionStatus/ [06:52] actually it's wrong [06:52] flacoste: https://launchpad.canonical.com/LaunchpadProductionStatus [06:52] that one worked! === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad [06:56] Keybuk: Interesting, the queue builder just ran fine [06:57] Keybuk: indeed there are now things building [06:57] Keybuk: looks like the queue builder wasn't running for some bizarre reason [06:57] Keybuk: it should be fine now [06:57] odd [06:57] thanks [06:57] Sorry about that === Kinnison is going to see over-the-hedge tonight, so if you need anything, leave me an SMS and I'll pop on when I get back [07:32] mdke__: ping [07:34] sabdfl: hi [07:36] mdke__: what number can i reach you on? [07:36] sabdfl: see query [07:37] sabdfl: ah, possibly I'm not getting through, hang on [07:37] i don't see nuttin' :-) === mdke__ is now known as mdke [07:37] sabdfl: hear me now? [07:37] goodnight [07:37] nup [07:38] night jerome [07:38] hey sabdfl =) [07:38] yeah night [07:50] sabdfl! === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [08:16] Keybuk: is queue-builder working as expected now ? [08:16] let me check [09:04] SteveA, around? === ploum [n=ploum@ubuntu/member/ploum] has joined #launchpad [09:22] cprov-afk, ping when you are around === glatzor [n=sebi@ppp-82-135-72-134.dynamic.mnet-online.de] has joined #launchpad [09:45] hey matsubara [09:45] when was the last rollout? [09:46] this morning? [09:46] ah, cool. === jelmer [n=jelmer@a62-251-123-16.adsl.xs4all.nl] has joined #launchpad [10:11] Hi [10:11] yo [10:11] Is there any way to see what happened to https://launchpad.net/products/launchpad/+spec/bzr-roundtrip-svn, it appears to have been removed [10:12] jelmer, it was moved to /products/launchpad-bazaar/ [10:13] Ah, thanks [10:16] The link on https://wiki.launchpad.canonical.com/BzrRoundtripSvn is broken in that case, but I don't seem to have write access to that page (nor to /products/launchpad-bazaar/) [10:19] Also, it should now be (if the spec hasn't changed) implemented by http://bazaar-vcs.org/BzrForeignBranches/Subversion [10:21] jelmer, should that wikipage be public? [10:25] The BzrRoundtripSvn one? It's always been, but I don't know if it should be. [10:31] I think it should be, but hmmm, where should it live. where's ddaa? === encompass [n=encompas@dsl-hkigw7-fe0df900-146.dhcp.inet.fi] has joined #launchpad === encompass [n=encompas@dsl-hkigw7-fe0df900-146.dhcp.inet.fi] has left #launchpad [] === jd_ [n=jd@wikipedia/Meanos] has joined #launchpad === lbm [n=lbm@82.192.173.92] has joined #launchpad [10:52] so lunchpadders, how's it hanging today? [10:53] kiko: any fallout from those blueprint landings? [10:53] i saw the spec-name-edit bug matsubara fixed, thank you [10:53] sabdfl, I need to see tomorrow's report -- so far, none has been reported here [10:53] cool [10:53] kiko: https://launchpad.net/projects/launchpad/+specs [10:54] ah, very nice [11:08] LastiQ: I will now give your patch a try [11:09] k [11:09] I didn't manage to improve on it, but the basics should work === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [11:16] guys, Ian wanted to put home-user-backup into "Pending Approval" but for some reason LP wouldn't let him, can someone do that for him ? :-) [11:17] hmm [11:17] sorry, no need [11:17] I was able to do so. weird [11:24] gnight [11:25] night lifeless [11:29] night folks === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has left #launchpad [] [12:09] LarstiQ: I don't see any differences with the previous behavior [12:09] what should have changed? [12:10] i went over the sample session that I attached to bug 4663, and I get the same exact output [12:10] Malone bug 4663 in bzr "bzr log does not work on merged revisions" [Medium,In progress] http://launchpad.net/bugs/4663 [12:11] only notable differences: I get warnings about change in configuration (rename branches.conf to locations.conf and other parameter changes)