[12:13] Merge to rocketfuel@canonical.com/launchpad--devel--0: [r=stevea] Compressing buildlogs before storing in Librarian. (patch-2651: celso.providelo@canonical.com) [12:14] rock on cprov === Kinnison bounces and dances around [12:14] matsubara, bug 3101 confuses me. sabdfl, you have a link in the ticket page, +editpriority, that has no trace of implementation [12:15] Error: I cannot access this bug [12:15] can I just nuke this link? [12:15] Ubugtu, bug 3101? [12:15] (bug ) -- Look up bug in the bugzilla associated with . [12:15] Error: I cannot access this bug [12:15] Seveas, that bug is public, isn't it? === kiko logs out [12:15] it forces me to log in [12:15] it works for me logged out [12:16] does not force me [12:16] and then hands me a forbidden [12:16] bug 3103, sorry [12:16] Malone bug #3103: Cannot edit the assignee and priority of a ticket Fix req. for: launchpad (upstream), Severity: Normal, Assigned to: Diogo Matsubara, Status: Accepted http://launchpad.net/malone/bugs/3103 [12:16] doh [12:16] kiko: hmm... no idea [12:16] bug 3103, sorry [12:16] Malone bug #3103: Cannot edit the assignee and priority of a ticket Fix req. for: launchpad (upstream), Severity: Normal, Assigned to: Diogo Matsubara, Status: Accepted http://launchpad.net/malone/bugs/3103 [12:16] sabdfl, but that code is yours.. [12:16] sec [12:16] I mean [12:16] nobody else will know if priority is supposed to be edited in a different page :) [12:17] kiko: looks like +priority [12:17] try that? [12:17] zcml/ticket.zcml suggests so, anyhow [12:17] am mid-commit and cannot fire up LP [12:19] dear gods, I've found the worlds worst docstring [12:20] sabdfl, hmrmph === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [12:21] welcome back salgado-with-new-power-supply [12:21] man it is hot today [12:22] and it's going to be even worst [12:22] kiko: you grumbled, sir? [12:22] you better buy 2 new power supplies for each one that burns [12:23] kiko: did you find it ther? [12:24] i suspect it got lost in the translation from actions portlet to menu [12:27] sabdfl: thanks, at least I was able to assign the ticket to myself [12:28] this started from an attempt to workflow import requests with the ticket tracker. [12:29] Looks like I'm like the first person to actually try using it in a while :P [12:29] ddaa: bug reports welcome [12:29] well, just what I did :) [12:29] ddaa: malone [12:29] lifeless: what malone? [12:30] I mean, "malone what?" [12:30] if its not in malone, it aint a bug report :) [12:30] ddaa! [12:30] niemeyer: ! [12:30] lifeless! [12:30] :) [12:30] how are you ? [12:30] lifeless: I'm the one who filed bug 3103 [12:30] Malone bug #3103: Cannot edit the assignee and priority of a ticket Fix req. for: launchpad (upstream), Severity: Normal, Assigned to: Diogo Matsubara, Status: Accepted http://launchpad.net/malone/bugs/3103 [12:30] ddaa: sweet [12:30] lifeless: Fine, thanks! [12:31] lifeless: Travelling on LP land.. :) [12:31] hey niemeyer, got my my sqlobject patch? [12:31] ddaa: Yep! [12:31] Making any progress? [12:31] ddaa: Got a few questions for you, have some time? [12:31] niemeyer: hows it feeling ? [12:32] niemeyer: well, it will be off hours, since I already sent my activity report for the day, so let's make it quick :) [12:32] lifeless: It's great to learn something new.. a huge amount of information in no time. [12:33] Is it bad that I have the pending reviews edit link in my bookmarks? [12:33] lifeless: I basically told him "hey, I'd like to write taxi" [12:33] ddaa: Nevermind then.. I'll bother you tomorrow. [12:33] niemeyer: grrr [12:33] niemeyer: watch out, he'll be taunting next [12:34] ddaa: There are several points, so I don't think I can manage to make it quick.. :) === niemeyer hides [12:34] :) [12:35] Well, just ask so I can think about it overnight and have a _really_ comprehensive anser ready tomorrow :D [12:35] ddaa: Only if you promise not to fix anything without me.. :) [12:36] ddaa: I'm curious about RevisionNumber, for instance.. [12:36] why my pagetest doesnt fail like my aplication??? [12:36] niemeyer: let's talk about it now while lifeless is around [12:36] we braintorming that up toghether in london [12:36] * brainstormed [12:36] ddaa: It doesn't seems to make sense, from my distant point of view, to have it being a many-to-many relationship table between revisions and branches. [12:37] That's because of how baz pull works. [12:37] hu bzr pull [12:37] s/seems/seem/ [12:37] phone... [12:37] lifeless, please take over === niemeyer shoots David [12:38] ok [12:38] in bzr, the individual revisions are revisions, not changesets [12:38] in bzr, they are changeset [12:38] s [12:38] sorry [12:38] in baz, they are changesets [12:38] Yes === SteveA [n=steve@office.pov.lt] has joined #launchpad [12:39] if two branches contain exactly the same bits, at some point, then they should have the same revision identifier === lifeless watches the knots emerge [12:39] in fact, they are identical [12:39] even if they got there by different roads [12:39] lifeless, it is in malone [12:39] if you have two related branches [12:39] except they may have a different path .. bingo [12:39] and you do a bit of mutual merging [12:39] they are then the same [12:39] so they will have the same revision identifier [12:40] now, to represent that in the db, it is not enough to have Revision.branch [12:40] you need to be able to have the same revision in multiple branches [12:40] presto [12:40] ciao all [12:40] how'd i do, lifeless? [12:40] sabdfl: good [12:40] hercules sword, dude, that's wots good for knots [12:40] sabdfl: gold star in fact [12:40] traditionally [12:41] that would be a slip knot, yes ? [12:41] sabdfl: Given the fields in these tables (revision, branch, revisionnumber), that logic doesn't seem to make sense to me. [12:41] But then, I'm just arriving.. :) [12:41] there may still be some leftover cruft, i don't know if those are clean [12:42] should be Branch, Revision, and BranchRevision. ddaa? [12:42] sabdfl: For instance, revision has the following fields: gpgkey, revision_author, committed_against, log_body, and more. [12:43] hmmm.... some of those are not going to make sense [12:43] niemeyer: still being cleaned up [12:43] they sound more changelogish [12:43] lifeless: Ah, understood.. [12:44] It's a bit hard to fix code which was half-changed, even more when you don't actually understand the original code, nor the way it's being changed. === ddaa reads backlog [12:44] That's an exciting challenge for me :) [12:45] niemeyer: the db is a roughly direct model of bzr [12:45] niemeyer: having the same revision in two places is simply 'branch convergence' [12:45] niemeyer: or in fact 'cp -r' [12:46] I was completely lost for hours looking at random bits of information until some of these bits started to make sense. [12:46] lifeless: Humm... I see [12:47] Hu, RevisionNumber is something I wrote today and yesterday from what we talked about in London. [12:48] I like RevisionNumber, because it says exactly what it is: something that assigne a number to a revision in a branch. [12:48] ddaa: I know.. but from what we're talking, we have a long road ahead to correctly populate tables with imported information. [12:48] niemeyer you do not need to populate the table fully right now [12:49] Though I think you can get most of the data easily with pybaz. [12:49] The gpgkey would be the difficult bit, but I'm not even sure it's right. [12:49] committed_against is a relatively tricky bit too [12:50] ddaa: Yes, but the model being used in taxi.py seems to be out of date, almost completely. [12:50] Well... yes. [12:50] Actually, no. [12:50] Right now, we are doing baz on top of a bzr model. [12:50] ddaa: For instance, we don't have an Archives anymore, right? We have branches, which in the baz model map to archive+category+... === camilotelles [n=Camilo@20132203203.user.veloxzone.com.br] has joined #launchpad [12:51] niemeyer: that's correct, the db needs no archive anymore. [12:51] ddaa: Right now we're doing a big mess.. hehehe :) [12:51] niemeyer: you and ddaa have the privilege of NUKING CRUFT [12:51] :) [12:52] lifeless: actually, I already nuked much cruft using a very powerful cruft-nuking tool: rm. [12:52] :) [12:52] speaking of crut.. [12:52] nobody said anything about crut [12:53] that was about the quickest way to fixed that code. [12:53] I like croutons [12:53] ddaa: And what's an url, for a pybaz archive? It looks like right now we're using the "name" bit information with a mangled archive+category+... to identify the baz archive. Is that right? [12:53] niemeyer: the url for a pybaz branch is the url of the archive + the c--b--v section [12:53] niemeyer: look at importd.archivemanager.ArchiveManager [12:53] I need to spec out the covering of bzr and bazaar branches at the same time. [12:53] I know baz works with url, but the archive_manager and other bits of infrastructure doesn't seem to be aware about this, are they? [12:53] Though I still think the better answer is to baz2bzr everything and be done with it. [12:54] the code included? :) [12:54] In that case the url will be archive_manager._mirror().url [12:54] except without the brackets [12:54] archive_manager._mirror.url [12:54] ArchiveManager works with pybaz.ArchiveLocation [12:55] which is something I wrote to (minimally) support baz urls. [12:55] Which is basically an url associated to an archive. [12:55] ddaa: About quickest and easiest way to fix it, I'm not criticising (or at least that was not my intention). I'm just lost in a changing code which was half-implemented, and tyring to understand what you think to be the way out to push together. :) [12:56] niemeyer: I was merely making a tentatively witty and quite jubilatory statement [12:56] we all hated this cruft with a passion [12:56] ddaa: Ah, ok.. that was another bit I was going to ask: mirrors. So there are no mirrors anymore.. only branches. Is it right? [12:56] Yes, i mean No. [12:57] We are still using baz. [12:57] So there are still mirrors. [12:57] But bzr there are no mirrors. [12:57] And what's a branch mirror? [12:57] A branch. [12:57] Ahh, I understand now. [12:57] Humm.. no, I don't. :) [12:57] That happens to be used in such a way that it always have the same revision history as its master. [12:58] At least not enough to reimplement taxi correctly :) [12:58] That's fine. [12:59] Is it? I'd really like to reimplement it. [12:59] So, those branch objects you will be creating bubble up to the launchpad webapp. Look at e.g. https://launchpad.net/products/samba [01:00] Currently branches are showed as hyperlinks, whose text is the branch title (I think) and whose href is the branch url. [01:00] The only url that's going to be useful to the user is the url at bazaar.ubuntu.com [01:00] that is the mirror [01:01] Right now, a mirror is an Arch mirror, so you need not worry much about bzr. [01:01] Most of your work will be modeling Arch into the this bzr-based schema. [01:02] I see.. but what I don't understand is: we have archive_manager, and archive_manager has (for baz) an arch namespace to identify the branch. But this won't help us to fill the branch information, so we get the mirror url. Now, the mirror url was used for the branch itself. Where are the baz mirrors? [01:02] Basically, revno(base-0)=1, revno(patch-1)=2, etc. [01:02] mh [01:02] ddaa: mmm [01:03] Good point. [01:03] Ok.. that's for revisionnumber. That's the easiest part indeed. [01:03] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Fix for bug 3110: Typo in template admin page. Fix another host of similar typos by using grep. Also cleared up whitespace and reduced the number of false positives for simple grep tests (patch-2652: christian.reis@canonical.com) [01:03] ddaa: iter_ancestors per favour [01:03] ddaa: I think what we want, to prep for bzr, is to invert the master and mirror relationship [01:03] lifeless: YAGNI [01:04] ddaa: by which I mean, is that the 'official' location we pass around is the output location, and we 'pull from there' to start work, and 'push when finished' [01:04] I think that what we *really* want is to rip out the baz code from launchpad and yield RIP! [01:04] mh... not YAGNI... [01:04] But we probably can't do that, so let's find a way to clean up that mess. :) [01:04] ddaa: I was thinking this as I reviewed the locations patch, but it was out of scope for that [01:05] and I thought we should really land that bastardo patch [01:05] anybody know if stub has announced a tag point? [01:05] not offhand [01:05] lifeless: improtd-archivelocation is merged all around [01:05] yay [01:05] it's not rolled out, but I see no compelling reason to do so [01:06] niemeyer: so, there are actually two mirror locations of interest to you. The one you use to mirror to (sftp://...) and the one you want to register into the database (http://bazaar.ubuntu.com/...) [01:09] I think you would have to add knowledge about the latter as public_mirror_base='http://bazaar.ubuntu.com/' in config.py, stick it in the Job (in master.cfg in botmaster) and use it in Taxi. [01:09] The rest of the branch url you can construct by appending archive_manager.version.fullname [01:10] niemeyer: am I being helpful? [01:10] ddaa: No doubts [01:10] Though, I might be wrong somewhere, maybe this knowledge is already there. [01:11] ddaa: You mentined that mirrors are branches as well, but we still have mirror* tables around. [01:11] ddaa: Are those leftovers as well? [01:11] hu... really... [01:11] right... maybe... [01:11] This stuff is related to the SuperMirror [01:12] ddaa: And, do we have a relationship table to connect mirrors already? [01:12] I think it would still make sense for the supermirror to know about multiple mirror location for a given branch. Even with bzr, you might want to check with jblack. When in doubt, nuke. [01:13] niemeyer: we do not have anything about mirror that was actually used meaningfully outside of taxi. [01:14] ddaa: So mirrors are not yet modeled according to the new scheme. Understood. [01:14] I think that for immediate taxi needs, you can entirely get rid of the mirror table (db patch!) [01:14] though I think we would need input from jblack about it [01:14] since he's the MirrorMaster === ddaa thinks that MirrorMistress would better conveys the connection to SM, but jblack may dislike it [01:16] niemeyer: do you have other questions? [01:17] ddaa: Probably, but I'll let you do something else besides explaining launchpad to me.. :) [01:17] At least tonight ;) [01:17] The next thing on my agenda involves a mattress and a pillow. [01:17] ddaa: snap :-) [01:17] ddaa: Thanks for the explanations [01:19] where's my magic wand? [01:19] argh, too late! === ddaa turns into a pumpkin === ddaa nevertheless grows a pair of hands [01:21] good night guys [01:21] night ddaa [01:21] night pumpkin [01:21] ddaa: Good night! [01:21] lol [01:21] gnight ddaa :-) === Nafallo looks for stuff to prepare for dapper :-P === segfault [i=carlos@prognus.com.br] has joined #launchpad [01:34] any lp dev around? [01:35] I'm trying to merge my personal account and a team's contact account, is there any constraint about it? [01:45] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Remove portlet-actions from templates and remove some dead *_legend template code. (patch-2653: christian.reis@canonical.com) === stub [n=stub@203-214-4-72.dyn.iinet.net.au] has joined #launchpad === john__ [n=john@c-67-175-52-127.hsd1.il.comcast.net] has joined #launchpad === mgalvin [n=mgalvin@cpe-69-205-47-165.nycap.res.rr.com] has joined #launchpad [02:34] night all [02:46] Merge to rocketfuel@canonical.com/launchpad--production--1.36: Cherry picks (patch-9: brad.bollenbach@canonical.com, stuart.bishop@canonical.com) === tambaqui [n=patricia@200.231.241.79] has joined #launchpad === tambaqui [n=patricia@200.231.241.79] has joined #launchpad [03:19] lifeless: Can you please mirror rocketfuel@canonical.com/launchpad--production--1.37 [03:21] apparently not [03:21] having trouble getting to the chinstrap [03:22] you have access to pqm - just run 'baz archive-mirror rocketfuel@canonical.com' please [03:23] ah, I got in [03:24] done === Dreamglider [n=regin@80.77.134.194] has joined #launchpad [03:33] ta [04:12] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Make logging to the librarian more informative when dealing with minimal or broken exceptions (patch-2654: stuart.bishop@canonical.com) === Dreamglider [n=regin@80.77.134.194] has left #launchpad ["Leaving"] === _maydayj_ [n=maydayja@ip101109.101.nas.net] has joined #launchpad === _maydayj_ [n=maydayja@ip101109.101.nas.net] has left #launchpad ["Leaving"] [04:47] Merge to rocketfuel@canonical.com/dists--devel--0: [trivial] production-1.37 config (patch-120: stuart.bishop@canonical.com) [05:26] Merge to rocketfuel@canonical.com/launchpad--production--1.37: Cherry pick patch-2654 into production (patch-1: stuart.bishop@canonical.com, rocketfuel@canonical.com) === Nafallo is now known as Nafallo_away === fabbione [i=fabbione@gordian.fabbione.net] has left #launchpad ["Leaving"] === ubuntulog [n=ubuntulo@port49.ds1-van.adsl.cybercity.dk] has joined #launchpad === Topic for #launchpad: Discussion with Launchpad users and developers. || https://launchpad.net/ || Includes Rosetta and Malone. || http://people.ubuntu.com/~fabbione/irclogs/ || Developers' meeting, Thursday 20 Oct, 12:00 UTC === Topic (#launchpad): set by SteveA at Thu Oct 13 14:05:58 2005 === fabbione [i=fabbione@gordian.fabbione.net] has joined #launchpad === LapTop006 [n=laptop00@sparc006.chriskaine.com.au] has joined #launchpad === freeflying [n=rockie@61.190.65.21] has joined #launchpad [09:05] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Add a robots.txt to the librarian that denies everything. (patch-2655: andrew.bennetts@canonical.com) [09:33] moin moin [09:33] stubarooney around? [09:45] morning, boss [09:46] so, today I'm starting the big FIVE HUNDRED PACKAGE test with the bzr version of hct/sourcerer === stub [n=stub@203-214-4-72.dyn.iinet.net.au] has joined #launchpad [09:59] Morning [10:02] Keybuk: cool, have you done any other tests on smaller numbres of packages? [10:02] Good morning [10:02] stubarooney! [10:02] question for you [10:02] how do i get a resultset ranked by ftq? [10:02] sabdfl: yeah, lots of tests on random packages I could think of [10:03] Keybuk: and what sort of results have you been getting? [10:03] it's verrrry fast :p [10:03] Check out the end of launchpad/doc/textsearching.txt - there are examples there. You need to ORDER BY rank(...) [10:03] sabdfl: ^^^ [10:03] Merge to rocketfuel@canonical.com/sourcerer--devel--0: [trivial] sync patch logs from stable branch (patch-31: scott@canonical.com) [10:04] stub: can i do that from inside of SQLObject? [10:04] >>> runsql(r""" [10:04] ... SELECT [10:04] ... name, rank(fti, ftq('gnome')) AS rank [10:04] ... FROM product [10:04] ... WHERE fti @@ ftq('gnome') [10:04] ... ORDER BY rank DESC, name [10:04] ... """) [10:04] sabdfl: perhaps [10:05] sabdfl: also I'm quite pleased with how efficient it is comparitive to the tla stuff === carlos [n=carlos@235.Red-81-41-210.staticIP.rima-tde.net] has joined #launchpad [10:05] sabdfl: If you can get sqlobject to order by an arbitrary function, then yes. Worst case is you need to create a view, using a query similar to the one I just pasted, and query that using sqlobject [10:05] should be, it's been a rather expensive exercise [10:05] all of the "dead" changesets to do things like make branches and move patch logs vanish -- which gives you a very clean bzr log output [10:05] morning [10:06] stub: I need to know what gina is doing when she gets those exceptions [10:06] stub: can you run her with her chatter turned sky-high? [10:07] stub: Since she should *NEVER* try to insert duplicated records [10:07] stub: so, if i can get it to ORDER BY rank(fti, ftq(query)) then that would be fine... but it would do the ftq twice, would it not? [10:08] once for the select, and once for the ORDER BY? [10:08] Kinnison: I had a look. I expect that the rules for determining the build differ in the 'does this package exist' method and in the 'ensureBuild' method [10:08] stub: how hard to make them match up properly? [10:08] stub: It's essential I know how much gina can't import [10:08] sabdfl: It won't run ftq() twice because it is an IMMUTABLE function - it will only get run once (per unique argument list) per statement [10:09] Kinnison: I got confused tracing it through [10:09] and does fti @@ ftq('foo') do the same as rank(fti, ftq('foo')) ? [10:09] Kinnison: I'll do another run of warty (the main bit) with verbosity on [10:09] stub: thanks [10:10] stub: a complete and reliable gina import is one of the things we're relying on for opening dapper [10:10] sabdfl: fti @@ ftq('foo') is the bit that returns results that match using the fti index. rank(fti, ftq('foo') examines the particular bit of the index and calculates ranking. You could do 'WHERE rank(fti, ftq('foo') > 0' or something but it would be really slow I think [10:12] ProgrammingError: ERROR: non-integer constant in ORDER BY SELECT DISTINCT DistributionSourcePackageCache.id, DistributionSourcePackageCache.name, DistributionSourcePackageCache.binpkgdescriptions, DistributionSourcePackageCache.binpkgnames, DistributionSourcePackageCache.sourcepackagename, DistributionSourcePackageCache.binpkgsummaries, DistributionSourcePackageCache.distribution FROM DistributionSourcePackageCache WHERE fti @@ ftq('browser') [10:13] WHERE fti @@ ftq('browser') ORDER BY 'rank(fti, ftq(\'browser\'))' [10:15] sabdfl: it is turning the function call in the ORDER BY into a string. I assume this is SQLObject mangling it? spiv might know if it is possible, but my guess is that SQLObject doesn't support it so you are stuck with a view. [10:15] yuck yuck [10:15] spiv: ? [10:16] is it a case of __sqlrepr__ needing to be overridden? [10:16] sabdfl: try: [10:16] class Rank: [10:16] def __sqlrepr__(self): [10:16] return 'rank(....)' [10:16] and then orderBy=Rank() === Kinnison is grasping at straws here, but knowing how broken-in-da-head some of sqlobject is, it might work [10:17] launchpad_dev=# SELECT DISTINCT DistributionSourcePackageCache.id, DistributionSourcePackageCache.name FROM DistributionSourcePackageCache WHERE distribution = 2 AND fti @@ ftq('browser') ORDER BY rank(fti, ftq('browser')); ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list [10:17] Kinnison: That is disgusting, but you could be right [10:18] sabdfl: :-( [10:18] sabdfl: DISTINCT is biting you there [10:19] sabdfl: ORDER BY max(rank(...))) might work, or it might need to be refactored into a GROUP BY [10:19] is this something that SQLObject could handle as a general case? [10:19] There were 1 imports of names not appearing in the __all__. [10:19] You should not import __doc__ from _strptime: canonical.archivepublisher.nascentupload [10:19] Anyone know why that might happen? [10:19] TTOTD: I'm *NOT* doing that [10:20] Kinnison: import facist vs. standard library I'm afraid. Need to ping SteveA about that [10:20] (_strptime is most likely the C implementation, and a python module does import * from it) [10:20] stub: so long as I won't get beaten for it, I'm happy [10:20] sabdfl: lifeless, ddaa, niemeyer: http://www.kernel.org/git/ [10:21] oops... gotta go. back in an hour or two. [10:21] does that not look like the launchpad branch listings i've been haranguing about since pre-UDU? [10:21] Kinnison: gina is running [10:21] the world is converging on the things we set out to create 18 months ago [10:21] it's entirely our fault if they don't converge on us [10:21] we had this vision way ahead of everyone else [10:22] now we need to deliver on it before other people invent it [10:22] that page is basically what we want to see at launchpad.net/products/linux-kernel/+branches [10:22] make sense? [10:23] then, see why i get so excited about branch activity visualisation? [10:23] the number of branches will explode, into the hundreds, thousands for large projects [10:23] we need to be the most effective index to it all [10:24] the race is on :-) [10:25] stub: if SQLObject had a selectAlso= option to select, then I could do: [10:26] sabdfl: randomly, I thought of another karmic event last night [10:26] we can tell now when someone takes a revision you've created and pulls or merges it into their branch [10:26] that should be karmic [10:26] Foo.select("fti @@ ftq('txt)", selectAlso="rank(fti, ftq('txt')) AS rank", orderBy='rank') [10:26] Keybuk: YES [10:27] very cool indeed === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad [10:27] "my code spreads fast" [10:27] That'll seriously help us spot vestigal branches for pruning and also finished branches [10:27] and if the branches themselves had some sort of relevance rating, then more karma for getting your bits into branches with greater consequence would work too [10:28] "sabdfl's quick patch to the kernel has been merged into LINUS'S TREE", sabdfl.karma += 10000000 [10:28] type thing [10:28] heh :) === zyga likes the way bzr + higher level tools are going [10:29] Keybuk: only if we can then do "Security patch #XXX to linux-source had to fix sabdfl's patch", sabdfl.karma -= 10000000 [10:29] Keybuk: ah, the joys of being root on the karma allocating system :-) [10:29] if Branch.revision.owner.name == 'sabdfl': ... [10:30] Ooohh... stub, this works a treat [10:30] SELECT DISTINCT DistributionSourcePackageCache.id, DistributionSourcePackageCache.name, rank(fti, ftq('browser')) AS rank FROM DistributionSourcePackageCache WHERE distribution = 2 AND fti @@ ftq('browser') ORDER BY rank DESC; [10:30] zyga, hi, around? [10:30] how hard would it be to add the selectAlso= to SQLObject? [10:30] spiv: ? [10:31] i need it, oh, in the next few hours would do ;-) [10:31] stub: did you set a tag point yet? [10:32] Kinnison: ping, real world [10:32] "Cache" ? [10:34] carlos: morning :) [10:35] zyga, morning [10:35] zyga, I forgot to tell you that now that breezy is released, the new language pack exports contain only updates since the release date [10:36] hmm so they are diffs basically? [10:36] could you md5sum the last tarball that was used for breezy [10:36] I'd like to be sure I've got the right one === ddaa [n=ddaa@marvin.xlii.org] has joined #launchpad === terrex [n=terrex@84-122-90-162.onocable.ono.com] has joined #launchpad [10:41] carlos: ? [10:42] zyga, no, those are not diffs [10:42] zyga, the tarball include full .po files [10:42] zyga, but only the ones that were updated since the release date [10:44] I see - that's even better [10:44] sabdfl: ack [10:44] I'll simply extract them over previous tree and voila [10:45] lifeless: cool, could you put that little commentary in a mail to your team, please? [10:45] zyga, right [10:45] 16869b7ac3fc95f08dd208d5f7738359 rosetta-breezy-2005-10-11.tar.gz [10:45] that's my final tarball [10:53] Merge to rocketfuel@canonical.com/hct--devel--1: [trivial] fix test case on machines without /etc/mailname (patch-21: scott@canonical.com) [10:54] heh [10:54] I submitted that one during the London sprint! [10:55] your laptop only just learned how to send mail again? [10:55] no, finally recovered the last bit of broken disk on my mail server [10:56] it's been spending the last week processing mail === Seveas [n=seveas@ksl403-uva-167.wireless.uva.nl] has joined #launchpad === Keybuk has a MTA-less pqm-submit-merge these days ... it uses nc and manually writes smtp [11:00] heh [11:00] complete with echo -e ... \r === sredojevics [n=slobo@fecske.stcable.co.yu] has joined #launchpad [11:04] Keybuk: yum [11:04] SteveA: ping [11:05] (because my mail server bitches if you don't end lines with \r\n ) [11:06] hehe [11:12] gah, no stub === Kinnison wantum blessing for https://chinstrap.ubuntu.com/~dsilvers/paste/fileMxlwj6.html [11:13] oh well [11:16] carlos: can you confirm the md5 sum? [11:18] sure, just a second... [11:19] 16869b7ac3fc95f08dd208d5f7738359 rosetta-breezy-2005-10-11.tar.gz [11:20] zyga, same checksum [11:28] spiv: ping === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad [11:33] carlos: thanks [11:46] sabdfl: "selectAlso" is an interesting idea, I'm not sure it's straightforward to do, but should be possible... [11:46] BjornT: pong [11:46] spiv: https://chinstrap.ubuntu.com/~dsilvers/paste/fileqsLxE1.html [11:46] i've mailed spiv with a request to review, polish, and land [11:47] he seems to be offline, could you handle it unless you can reach him? [11:47] You mean stub? [11:47] i'm depending on it for a landing due this weekend [11:47] spiv: sigh. yes :-) [11:47] :) [11:47] I'll take a look, and see if I can add some tests... [11:47] the patch is tiny. only thing i' not sure of is elegance and completeness [11:49] spiv: https://chinstrap.ubuntu.com/~dsilvers/paste/fileMlKHqk.html [11:50] spiv: is that intended behaviour? (i'm thinking of the type difference between existing_ticket.id and new_ticket.id) === sredojevics [n=slobo@fecske.stcable.co.yu] has joined #launchpad [11:51] The approach seems right to me, although I don't see how you'd extract the results with that. [11:51] BjornT: Hmm, seems a bit surprising to me. [11:52] BjornT: But the distinction between ints and longs generally doesn't matter any more... is it an issue for you? [11:54] spiv: it's not that big of a deal, but it's quite annoying that in tests, you have to append 'L' to some ids. [11:55] sabdfl: I can see how your patch modifies the query to request the extra columns, but I don't see how you'd get the results back. AFAICT, the extra columns will just be discarded. [11:55] sabdfl: What did you have in mind? [11:57] BjornT: Yeah, that is annoying. Hmm. [11:58] sabdfl: Oh, you don't *need* the extra results, because you're only using it for ORDER BY... I see. [12:00] what's trialsuite.py ? [12:00] Well, trial is twisted's test runner, so perhaps it's something to do with that? [12:01] dunno [12:01] it just randomly appeared in baz merge output [12:01] it was "deleted" apparently [12:01] when it wasn't in my tree, and baz status doesn't mention it [12:03] spiv: yes. it's just a way to get something into the query that orderBy can use. the WHERE could also have limits on it, for example "rank > 0.3" [12:04] I see. You'd only need this with SELECT DISTINCT, I guess. === pitti [n=pitti@mail.fbn-dd.de] has joined #launchpad [12:04] Hi [12:04] hey pitti [12:04] Does malone allow me to search for/display all bugs that I filed? === pitti can't find it in the advanced search [12:05] https://launchpad.net/people/$USER/+reportedbugs [12:05] if you to your homepage, click on "Bugs", it's in the list on the right [12:05] "Bugs Reported" [12:05] ah, thanks === pitti [n=pitti@mail.fbn-dd.de] has left #launchpad [] [12:09] sabdfl: One minor issue with your patch is that we shouldn't really have any keyword arguments on selectBy other than connection, because it potentially clashes with **kwargs. If we need special options there, we ought to use .selectBy(foo=bar).distinct().orderBy('foo'), or maybe .selectBy(foo=bar).clone(distinct=True, orderBy='foo'). So if you don't mind I'll leave that part of your patch out. [12:13] spiv: ok [12:13] can you use selectBy with ftq currently? [12:14] I don't think so [12:14] Unless someone overloaded something in a bizarre way to allow it [12:14] right, so it's moot. spiv: sounds fine [12:14] spiv: could you mail stub to let him know you are dealing with the thing i maile dhim about? [12:15] sabdfl: I'll do that now. [12:15] spiv: thanks [12:21] hmm, why did I never think about adding "baz archive-mirror" to pqm-submit-merge before? :p [12:22] cat bin/pqm-chinstrap-merge [12:22] #!/bin/sh [12:22] baz-mirror-here [12:22] exec arch-submit-merge "$*" $PQM_ADDRESS [12:23] :-) [12:23] where baz-mirror-here is essentially: baz archive-mirror $(baz tree-version | cut -d/ -f1) [12:24] which lets me just do: pqm-chinstrap-merge Some message with stuff in it, r=someone === Kinnison lazy in the unix sense :-) [12:26] I did: baz archive-mirror $(baz parse-package-name -a $(baz tree-version)) [12:26] heh === Kinnison grins === Kinnison could never be bothered with parse-package-name for the most part [12:27] cut -d/ -f1 was shorter :-) [12:27] there's probably some zsh pattern to do it too [12:28] ${$(baz tree-version)%/*} [12:31] there we go :-) [12:32] now all you need is a pattern which means "the contents of the {arch}/++default-version file somewhere here or upwards..." [12:32] and you can get it without invoking baz [12:32] :-) [12:33] What's the syntax to get a Person's default address? [12:33] aah, is it .preferredemail? [12:35] sabdfl: I think we can do better that this -- really, you just want orderBy='expression rather than a column' to Just Work, rather than having to tell SQLObject how to write SQL. [12:40] sabdfl: I'll stick with selectAlso for now, though. [12:41] spiv: ok. i'm happy as long as *something* lands in sqlobject today (our branch) that preserves the current semantics, if there is also a better way, then thats cool [12:42] if there are better semantics, i'm only using it in a few places [12:42] however, if i get a chance, i'm going to improve ALL the places we use FTQ to use ranking. stub will love me and give me brownie points if i do that, see [12:42] so let me know soonish if the semantics will change [12:42] sabdfl: hash brownie points? [12:43] Kinnison: something like that [12:43] sabdfl: Ok. I've already written a test for selectAlso, and I want to think a little more before I add magic to orderBy, so I'm going to be pragmatic and land selectAlso. [12:43] spiv: i have a rather large review coming up. can i ask you to handle it tomorrow, your time? [12:43] would credit time elsewhere [12:43] so i can land over the weekend [12:44] How large is large? :) [12:44] few thousand lines, but relatively straightforward stuff [12:44] mainly i would be looking for cut-and-paste bpb's [12:45] basically, finally reworking all the package UI and supporting classes [12:45] Okay, how do we send mails in a zopeless situation? [12:46] "bqb's"? [12:46] Er, "bpb's", I mean ;) [12:46] brown paper bag bugs === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [12:47] sabdfl: is that where you request a review, then put a paper bag on your head and go "lalalala" ? [12:47] Kinnison: when this has landed, could i ask you to clean up the organisation of your classes? [12:48] each into its own file [12:48] sabdfl: Sure, I can put that on my gardening TODO list [12:48] so someone else knows where to find sourcepackagepublishing etc [12:48] thanks === cprov says morning ! === terrex [n=terrex@84-122-90-162.onocable.ono.com] has joined #launchpad [12:51] sabdfl: Ok, I'll do it -- I assume it will ready for me by the time I wake up tomorrow? [12:52] spiv: how many hours till then? [12:53] does anybody know what stub's intended branch point is? [12:53] sabdfl: About 14 or so :) [12:54] I'm not usually an early riser. [12:54] spiv: no problem. might even fit in a release party between now and then too :-) [12:55] sabdfl: andrew.bennetts@canonical.com/sqlobject--selectAlso--0 is mirrored -- do you want to take a look, or should I just say it's [trivial] ? ;) [12:56] spiv: go for it [12:56] hmm [12:56] Kinnison suggested being careful only to add ', ' if there was a column already, or something [12:56] Ignoring the test, the diff is even smaller than yours, so [trivial] is appropriate. === Nafallo_away is now known as Nafallo [12:57] Hmm. [12:57] That's true, I guess -- if you ever get a table with no columns other than id. [12:59] otherwise, kinnison and i have both looked at that code. what had me worried was that there might be other places where a query is constructed that might also need to be told about it [12:59] it works for the current case though [01:01] Hah, that case is broken without selectAlso anyway. === heyko [n=heyko@p54844B11.dip.t-dialin.net] has joined #launchpad [01:04] Hmm, the only case that can happen I think is with an accumulation, e.g. Foo.select(..., selectAlso=...).count(). Hmm. [01:05] i guess what i'm saying is that there may be other ways to use SQLObject that might also need to know about it, like .count() or something, or the set operation stuff [01:05] .count() probably doesn't need it [01:05] because it does not affect WHICH rows are selected, and hence counted [01:05] It's the only other place in the code I can see that does it. [01:06] Yeah, doesn't make so much sense with count() [01:06] It could theoretically matter with .sum() [01:06] So I'll take the easy route and add an assert to that code path, seeing as we don't have a use-case for it. [01:10] what's the proper way to get a row to delete itself? foo.destroySelf()? [01:11] yup === freeflying [n=rockie@61.190.65.21] has joined #launchpad [01:13] Kinnison: you have something in the std library that is causing the import fascist to complain? [01:13] SteveA: yes [01:13] There were 1 imports of names not appearing in the __all__. [01:13] You should not import __doc__ from _strptime: canonical.archivepublisher.nascentupload [01:13] do you know what line of code produces the error? [01:13] I assume the call of time.strptime [01:14] sabdfl: So, is that r=sabdfl,Kinnison? [01:14] okay. don't worry about it, i'll tell the importfascist about it. [01:14] SteveA: ta [01:14] spiv: yes, thanks very much [01:14] erk, don't put my name on it === Kinnison hadn't had any caffeine [01:14] will you pass upstream for consideration too, please? [01:14] Kinnison: it's just causing you a bit of spew, not errors, right? [01:14] Kinnison: Heh, ok. [01:14] SteveA: aye [01:14] okay. it's all good. [01:17] sabdfl: earlier, you asked "is there a way to have a menu item in the overview menu of object A take you to a page for object B?" [01:17] yes? [01:17] so, that would be a menu item in the application menu for object A that is a link outside of object A's context? [01:17] if so, you just say def whateveritem(self): [01:17] return Link('/abs/url/to/wherever', text) [01:18] you can use canonical_url to get the link you want, or use an absolute link or whatever [01:18] ok, very cool. thanks SteveA [01:19] sabdfl: Merge sent. === spiv goes to watch a DVD [01:19] spiv: thanks [01:19] which one? [01:19] so, if you have a link target of 'foo', it is relative to the menu's context... '/foo' is relative to the launchpad root, and http://whatever/foo is that absolute url [01:19] Keybuk: "The Life Aquatic with Steve Zissou" [01:19] good choice [01:23] Merge to rocketfuel@canonical.com/hct--devel--1: [trivial] sync patch logs from stable branch (patch-22: scott@canonical.com) [01:23] aha, there we go [01:28] bug 3110 [01:28] Malone bug #3110: Typo in template admin page Fix req. for: rosetta (upstream), Severity: Normal, Assigned to: Christian Reis, Status: PendingUpload http://launchpad.net/malone/bugs/3110 [01:39] Kinnison, Could you tell me under which circumstances SecureSourcePackagePublishingHistory.status will be PENDING ? and, is it possible that we have more than one row for the same sourcepackagename and distrorelease with the status field set as PENDING or more than one set to PUBLISHED? [01:39] when uploads have come in but not yet gone to the archive [01:39] yes [01:40] Kinnison, but when it's PENDING, the sourcepackage is already built by the build farm, right? [01:41] no [01:41] we don't build PENDING (for now) [01:42] Kinnison, hmm, I'm confused, what's the point behind pending if it's not a queue to mark the ones that need to be built or are being built... [01:42] they've come in but not gone to the archive on disk [01:42] putting them on disk is expensive (takes some number of minutes) [01:42] so that's a periodic operation [01:42] Kinnison, what happens when an Ubuntu developer uploads a new sourcepackage? [01:43] new? [01:43] Do you mean NEW or new? [01:43] I.E. is it never-before-seen, or is it a new version of an existing one? [01:43] a new release is done and I'm as the maintainer, want to upload it to the archive [01:43] s/I'm/I/ [01:44] You upload it [01:44] It enters queue/accepted [01:44] at some point, it moves from queue/accepted to queue/done and the publishing records are made in PENDING [01:44] at some point, the publisher publishes your package and it's made PUBLISHED, having SUPERSEDED the old version [01:44] then it gets built [01:45] the exact time relationships between them are not defined and elmo and I will chat about that later [01:45] hmm [01:45] ok [01:46] then I think I will just kill the attach script completely to substitute it with your call to the API I wrote.. It's easier... [01:47] If the attach script is needed for breezy/hoary/warty updates then keep it [01:47] We won't be building the old stuff in launchpad for quite a while [01:47] Merge to rocketfuel@canonical.com/sqlobject--test--0.6: [r=sabdfl] Add selectAlso to SQLObject to allow SELECT DISTINCT with ORDER BYs that aren't plain columns. (patch-37: andrew.bennetts@canonical.com) [01:47] ka-ching [01:48] heh [01:49] Kinnison, no, we don't need it once all tarballs are imported [01:50] whatever you say [01:50] I'd not delete the scripts or anything, just turn them off though [01:50] just in case [01:53] Kinnison, I'm changing the way we attach files to Rosetta so I need to migrate that script or just remove it [01:53] if it's not too hard to, I'd migrate the script [01:53] so I think I will migrate the script only if I see it's needed [01:54] okay [01:56] Kinnison: daniel.silverstone@canonical.com--laptop/launchpad--upload-and-queue--patch-23 <-- does that still need a review from me? [01:57] if it's in the queue then ues [01:58] well, the output on https://chinstrap.ubuntu.com/~jamesh/pending-reviews/ is odd [01:58] maybe it is already merged [01:58] or maybe there is some other problem [01:58] ah -- missing version [01:58] version 0 ? [01:58] 1 [01:59] oops [01:59] :-) [01:59] okay, i'll change the page [01:59] thanks [01:59] do you need it super urgently, or can i wait for the script to give me a nice diff? [02:00] SteveA: didn't you forget my review from yesterday, did you ? [02:00] cprov: nope. doing it now. it's the builddUI one isn't it [02:01] celso.providelo@canonical.com/launchpad--builddUI--0 [02:01] SteveA: yes, I wonder if you can do the just added builder-action today too [02:02] okay [02:02] SteveA: you deserve some gift for Montreal, I'm accepting suggestions ;) [02:05] cprov: get dapper open, and i'll sleep better ;-) [02:05] SteveA: mine is blocking me a bit, but I need stub for my next patch [02:06] jamesh: is there a way to ask the pending-reviews script to run on demand, from chinstrap? [02:06] Kinnison: i'll get to it soon, then === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:06] SteveA: sorry dude, good sleeping is very rare also at this side of the world ;) anything easier ;) [02:07] good morning all === eruin [n=eruin@unaffiliated/eruin] has joined #launchpad [02:07] you know, the best things about brazil don't travel well: hot beach babes and fresh fresh fruit juice. [02:08] cprov: what's going to happen about the gina output that stub put on chinstrap? [02:08] matsubara: good morning [02:09] Kinnison, btw: https://chinstrap.ubuntu.com/~dsilvers/paste/fileavhAhj.html [02:09] carlos: "upstream" ? [02:09] SteveA: ohh man do you facinated by hot beach babes ?! [02:10] SteveA: honestly I don't know much about gina nowadays ... was I little bit far from the last patches, ask Kinnison === sabdfl brings hot oil to the snakepit [02:10] Kinnison, you should set ispublished=True always as your tarball comes from 'upstream', in this case, a published sourcepackage [02:10] carlos: how's it going today? [02:10] what's the focus du jour? [02:10] carlos: okay [02:11] Kinnison: do you need any assistance looking through the gina issues later? [02:11] Kinnison, ignore the importer argument, I will set it to rosetta admins if it's none and it's the same we need with those imports [02:11] sabdfl, hi [02:11] SteveA: It'd be handy [02:12] Kinnison: okay, i'll start looking at the output when i've done these reviews. [02:12] hopefully i'll be able to give you some more succinct information to work with [02:12] SteveA: I'd love for someone else to do it, but it seems, like everything else critical right now, everyone stuck their fingers in their ears and went "lalalala" when I asked to not be the only person who knows how it works [02:12] sabdfl, I'm working on the new import queue we talked to prevent the review-* templates to happen again [02:13] sabdfl, and at the same time I'm preparing my branch to get the translation tarballs directly from the builders [02:13] Kinnison: i think kiko has a fair idea how it works too [02:15] SteveA: if kiko and can do it and leave me free to get on with the uploader I'd appreciate it [02:15] Kinnison: i'll look at it, and let you know what needs to happen. [02:15] thanks [02:15] carlos: I'll be working on the review-breezy templates over the weekend. [02:15] if we can fix it without much of your input, all the better. [02:16] carlos: do you think you can give me a quick howto of what I need to do now that I have access? === stub [n=stub@203-214-4-72.dyn.iinet.net.au] has joined #launchpad [02:18] jordi, do you have rights to reach the potemplatenames page, right? === niemeyer [n=niemeyer@200.138.37.124] has joined #launchpad [02:20] yes === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:25] jordi, ok [02:26] jordi, then, it's just a matter of going thru all the review-* templates, look at the .pot filename (you can see it from the +admin page) [02:26] BjornT: ping [02:27] hi matsubara [02:27] and rename its potemplatename to that filename unless you know the translationdomain is not that one or it's something like 'template.pot' in which case you need to investigate it a bit more to get the right translation domain === eruin_ [n=eruin@unaffiliated/eruin] has joined #launchpad [02:27] Hello BjornT, do you have time to talk about bug 759? [02:27] Malone bug #759: re-duping an already duped bug causes system error. Fix req. for: malone (upstream), Severity: Normal, Assigned to: Diogo Matsubara, Status: Accepted http://launchpad.net/malone/bugs/759 [02:28] matsubara: sure [02:28] jordi, sometimes, instead of rename, you need to change the potemplatename link because you have already that translation domain in our database [02:32] carlos: ok, sounds good [02:32] is the idea, if we don't know the name of the potemplate, to put it into a queue [02:32] then through the web be able to connect the template to the existing one, or a new one, and have it imported [02:32] ? [02:32] Kinnison: There is now chinstrap:~stub/gina-logs/warty-verbose.out, which contains all the debug output. It doesn't seem to help much though. [02:32] sabdfl, yeah, more or less [02:33] carlos: run me through the plan? [02:33] stub: urgh [02:33] sabdfl, with this kind of queue we will be able to support too the zope layout or any package that have the .pot and .po files in different directories [02:34] sabdfl, we have a queue where all files (.po and .pot) will be 'attached' [02:34] all files? or just the ones we could not deal with? [02:34] SteveA: can you see what you can work out? [02:34] that's done by Kinnison scripts after the build is done [02:34] sabdfl, all === Kinnison wonders what the question is [02:35] Kinnison: yes, i will [02:36] sabdfl, then, we have a script that merges the files from the queue into the final POTemplate/POFiles if there is no pending imports (this solve the problem that one upload overwrites the previous one if the import is not done) [02:36] carlos: good. [02:36] I'll get started on this over the weekend. [02:36] I still have no internet at the new flat. This sucks. [02:36] Kinnison: i'm planning to do another cprov review and your review first, unless you tell me to go look at gina first. [02:37] SteveA: so long as gina gets looked at before stub goes to bed so if a fix is proposed he can try it out, I don't mind [02:37] SteveA: but right now, gina is worrying me [02:38] cprov: can your builder-action review wait a few hours? [02:38] SteveA: yes, in benefit of gina, of course [02:38] Kinnison: okay, i'm switching tracks to go look at gina. [02:39] cool [02:39] carlos: ok, so instead of attaching it to POFile or POTemplate, it always goes into a queue? [02:39] has gina been hacked on lately? [02:39] sabdfl, and then, we will have a web UI that will show that queue and we will be able to set some imports to 'ignore' (this solve the problem we have with gtk that has the same .pot file in many different directories depending on the kind of build we do) or to associate manually the .po/.pot files we were not able to automatically associate with already existing POTemplate/POFiles with already existing objects or create new ones [02:39] sabdfl, yes [02:39] the point of this, though, was to deal with files where we did not know which POTemplate or POFile to attache it to [02:39] SteveA: Changes landed yesterday [02:39] that way we can also show to the user the queue status [02:40] stub: where? production or RF or both? [02:40] carlos: is there a spc i can look at, please? [02:40] rf [02:40] cool [02:40] i'm a little concerned it will not be usable [02:40] stub: do you have any ideas about the constraint issues? [02:41] sabdfl, not yet, I'm doing both things at the same time. but I should have the spec done later today [02:41] I think the code that says 'does this BinaryPackageRelease' exist is broken [02:42] stub: all of that old code is horribly busted [02:42] sabdfl, it will not be usable? why? [02:42] i'm writing chunks of new broken code to replace most of it now [02:42] with tests this time? === SteveA goes into test fascist mode [02:43] carlos: too many things in the queue, too little information to go by i.t.o. fixing the issues [02:43] let me see the spec, and i'll comment, i'm sure its workable === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [02:45] sabdfl, ok, let me concentrate on the spec and stop the development and will send it back to you [02:45] mpt: hello [02:45] I'm falling asleep here. If you guys need to trial Gina, can you get elmo to give you access to launchpad@asuka and run it against the staging database? The database is all setup to accept connections as the gina user and there are suitable launchpad.conf files there already. [02:45] stub: can you mail me instructions or where to find instructions? [02:45] ok [02:46] stub: bear in mind, i've never run gina [02:46] sabdfl, in the mean time: https://chinstrap.ubuntu.com/~dsilvers/paste/fileX0JeF7.html <- That's the DB schema I'm using atm [02:46] hi SteveA [02:46] stub: is it safe to run gina multiple times? [02:46] mpt: so, the breadcrumbs stuff so far has landed [02:46] great [02:46] mpt: i'd like you to familiarise yourself with how to add breadcrumbs to things [02:46] it is very simple [02:47] SteveA: It had better be since we already have been [02:47] when i get a respite from code review / debugging with Kinnison and cprov, i'll be doing the trailing > and not-link-to-current-page features. [02:47] mpt: also, how's the menu coverage stuff going? [02:48] stub: is there a way to tell it to just try one particular thing? [02:49] SteveA: I'm going to start the menu checking when launchpad--design-fascism--0 lands, because otherwise the cleanup I'd be doing at the same time as checking the menus would be conflicting with the major cleanup I did in that branch [02:49] though yesterday I did tidy up the person menus a bit [02:49] mpt: when will the design fascism land? [02:49] SteveA: You can tell it to just import warty, or warty-updates, or warty-security etc. [02:49] SteveA: when kiko-zzz finishes reviewing it :-) [02:49] mpt: UBZ is drawing close, and i want us to have full menu coverage by then [02:50] fair enough [02:50] stub: okay, but not more granular than that? [02:52] SteveA: Nope [02:53] okay [02:55] I'm off to bed. I can look at it in 8 hours if people want. But I won't be around Sunday so I should try and finish off whatever needs doing on Saturday. === eruin [n=eruin@unaffiliated/eruin] has joined #launchpad [02:56] stub: i'll be around somewhat tomorrow [02:56] so, i'll ping you then. [02:56] or you ping me or whatever [02:57] ok [02:59] stub: sec [02:59] what's the tag point? [03:00] hey mpt [03:00] what's in design-fascism? [03:00] hi sabdfl, congratulations on breezy [03:00] stub, please, could you remove again the cache that prevents to import some pofiles on production? we have 122 files that are not imported and I need to know if it's because that cache or because a bug in our import code [03:00] ah. thanks, credit to #-devel mostly :-) [03:00] sabdfl: lots of markup and text fixes [03:00] cool [03:00] landing soon? [03:00] Making explanations tighter and more explanatory [03:00] yes, I'm pestering kiko about it every day [03:00] carlos: eh? [03:01] i want to do a big weekend push and land polish monday for stub to roll out tuesday [03:01] that's why i;m hoping stub will reveal his tag point plans :-) [03:01] sabdfl: patch-2654 [03:01] stub: marvellous, thanks [03:01] sabdfl: It should be in your email ;) [03:01] ok. my mail was a little scary this morning so i've just been coding [03:02] stub, I'm talking about the code you added to ignore, until next day, the import of a file if it fails === bradb_ [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad [03:02] stub: i have duplicated the distribution source package cache with a distrorelease binary package cache. ok? [03:02] in -41-0 [03:02] with comments [03:02] carlos: oh. ok. It is automatically removed every day but I'll do it manually now. [03:02] sabdfl: ok [03:02] stub, hmmm, ok [03:02] salgado: any idea where kiko is today? [03:03] stub: thanks muchly [03:03] SteveA: brazil [03:03] SteveA, he must be coming shortly [03:03] sabdfl: that's a relief [03:04] carlos: removed [03:04] stub, thanks [03:04] stub: for future reference, where is it? [03:04] carlos: scheduled removal is 10 past midnight [03:04] stub, BST? [03:04] SteveA: /var/tmp/rosetta-poimport-seen.pickle - it is in the crontab [03:04] .pickle (!) [03:05] carlos: yes. or whatever dodgy timezone elmo runs the servers in [03:05] tmp! [03:05] ok [03:05] :) [03:05] SteveA: yeah - yeah. it is a hack. [03:06] good night stub [03:06] kiko [03:06] it [03:06] hurt! [03:06] man it is hot today === SteveA goes to make a cup of tea before diving into the gina logs [03:07] carlos: what are ignore and ispublished? [03:08] ooh [03:08] PTRuntimeError [03:08] A server error occurred. [03:09] why do I get that instead of a normal traceback, SteveA? [03:09] it was just an HTML error [03:10] when did you get that error? [03:10] sabdfl, 'ispublished' is to know if the upload is or not published (like the pofile.published field). I'm planning to let users to do the initial .po and .pot upload for productseries too so we only need to handle the request from that queue and jordi does not needs to look for the po files, create the tarball and do the upload by hand [03:10] when rendering the page, or when starting the server? [03:10] when rendering the page [03:10] sabdfl, that way we introduce that kind of uploads in our workflow and people don't need to send any email, the system will tell us when we have work to do [03:10] probably, you made an error so that the page was so far outside of parseable html / xml that the page template machinery could no longer make sense of it [03:11] ah [03:11] unbalanced
for example [03:11] All I did was leave out the end " for an attribute [03:11] ah [03:11] that's kinda gross [03:11] from a parsing perspective [03:11] do you use syntax highlighting? [03:11] unbalanced
s I get told off for explicitly [03:11] yes, I do [03:13] sabdfl, about 'ignore', there are sometimes when we get the same .pot file more than once inside a .deb's source package, it's just a way to mark it as something that we are not interested on so next time we see it, we don't need to expend time with it. That way we don't need to have POTemplate objects hidden or 'disabled', we just ignore them before the import happens [03:13] sabdfl, I'm explaining all things in the spec [03:21] mpt: well, we could add a nice error page for it, but i don't really see the point === RapSinna [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad [03:22] SteveA: No, no worries, I was just wondering if it was a symptom of something more serious === RapSinna [n=hunt-pre@dsl-253-122.monet.no] has left #launchpad ["Leaving"] [03:22] ddaa: i wonder if it's possible to get a bzr tree of zope3? just wondering, because their svn server just went down again... [03:23] well, do not even have a baz import of it === trax [n=stefan@strongbad.dsp.sun.ac.za] has joined #launchpad === Nafallo is now known as Nafallo_away [03:23] that's a small tragedy ddaa [03:23] but we do have zope3 imported in rocketfuel :) [03:23] is there an easy way to view all the bugs you have reported in launchpad? [03:23] hmm... it uses svn:externals a lot [03:23] kiko: no history to speak of [03:24] trax: yes [03:24] that is true [03:24] trax: go to your own page on launchpad [03:24] done [03:24] go to the "bugs" tab [03:24] what is /up/ with my firefox fonts [03:24] those are only for bugs assigned to you [03:24] it says "No bugs assigned to ...." [03:24] there's a link to see that [03:24] SteveA: what's the magic to get action menus? [03:24] aaah! [03:24] thanks! [03:24] I missed that [03:25] ddaa: the magic to get them? [03:25] I mean, to get them on the .pt === jinty [n=jinty@205.134.224.215] has joined #launchpad === gneuman [n=gneuman@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [03:25] ddaa: you need to write an action menu, and register it in zcml [03:25] I removed the section about portlet-action === ddaa is confused [03:25] Why do we set nowrap on the 'target' of our bug listings? [03:25] I thought that the @@+portlet-action should die... [03:25] ddaa: yes [03:25] portlet-actions must die [03:26] alo gneuman [03:26] kiko: can you help ddaa out please? i'm supposed to be scrutinizing gina output [03:26] sure [03:26] sure I can [03:26] thanks man [03:26] how may I help you ddaa [03:26] probably... checking out the LaunchpadMenus spec again [03:26] ddaa: that's a tad out of date [03:27] sorry [03:27] ddaa: see LaunchpadMenusInProgress [03:27] at the bottom [03:27] alo [03:27] kiko [03:27] but yeah, the spec needs finishing up now [03:27] yeah, my job, i guess === SteveA --> gina [03:29] Duplicates of this bug: [03:29] * Bug #1975 [03:29] * Bug #2185 [03:29] * Bug #2200 [03:29] * Bug #2414 [03:29] * Bug #2749 [03:29] Error: I don't have a bugzilla Bug. [03:29] * Bug #2921 [03:29] Error: I don't have a bugzilla Bug. [03:29] * Bug #3146 [03:29] Error: I don't have a bugzilla Bug. [03:29] maybe it's time we fixed bug 1419, or at least worked around it [03:29] Malone bug #1419: Rosetta fails to locate second_lang_msgset message ID when changing alternate language. Fix req. for: rosetta (upstream), Severity: Major, Assigned to: Nobody, Status: Accepted http://launchpad.net/malone/bugs/1419 [03:29] carlos? [03:29] Seveas? [03:30] meh, what broke this time [03:30] (didn't get to complete the rewrite yet) [03:30] kiko: product-index.pt overrides portlets_two, that's the cause of my confusion I think [03:30] kiko: do you think that sholud be fixed? [03:31] Bug 1419 [03:31] Error: I don't have a bugzilla Bug. [03:31] bug 1419 [03:31] Seveas: maybe you want to try out bzr for ubugtu? [03:31] Malone bug #1419: Rosetta fails to locate second_lang_msgset message ID when changing alternate language. Fix req. for: rosetta (upstream), Severity: Major, Assigned to: Nobody, Status: Accepted http://launchpad.net/malone/bugs/1419 [03:31] right -- case sensitive crud [03:31] SteveA, is there a join-like pattern in TAL? [03:31] mh. [03:31] kiko: what does that mean? [03:31] No... I'm confused [03:31] SteveA, hehe, I'm just reading baz/tla/arch docs and have not yet setup an archive :) [03:32] ",".join("[foo", "bar"] ) [03:32] kiko, ? [03:32] Seveas: nooo... look up bzr. jblack can help you [03:32] SteveA, to avoid the bug I'm seeing at https://launchpad.net/products/launchpad/+spec/shipit-workflow [03:32] SteveA, where the sprints end with a comma [03:32] Well... I was confused but right. [03:32] carlos, can you hack a workaround for bug 1419 today? [03:32] Malone bug #1419: Rosetta fails to locate second_lang_msgset message ID when changing alternate language. Fix req. for: rosetta (upstream), Severity: Major, Assigned to: Nobody, Status: Accepted http://launchpad.net/malone/bugs/1419 [03:32] kiko, today I'm a bit busy to have the new attachment infrastructure ready for dapper import next week [03:32] hmmm, right [03:32] ok [03:33] carlos, do you have a hint for a workaround at least? [03:33] the problem doesn't seem to be very difficult to solve [03:33] kiko: there is, but this is better done in the view class. [03:33] SteveA, any hint? [03:33] !reload Bugzilla [03:33] The operation succeeded. [03:33] Bug 1419 [03:33] Malone bug #1419: Rosetta fails to locate second_lang_msgset message ID when changing alternate language. Fix req. for: rosetta (upstream), Severity: Major, Assigned to: Nobody, Status: Accepted http://launchpad.net/malone/bugs/1419 [03:33] kiko: mpt knows about the sequence/name/last and all that [03:33] SteveA, but then the view class would have to return s too? [03:33] yes [03:33] so? [03:33] SteveA, what's so great about bzr compared to baz? [03:34] SteveA, it cramps my style [03:34] faster, better ui, better merging, IT IS THE FUTURE [03:34] hehe [03:34] and I quote "IT IS THE FUTURE"! [03:34] is bzr bazaar-ng yet, or is that still going to happen? [03:34] kiko: okay, you can do it in tales. ask mpt about the 'sequence' thing [03:34] i've tried bzr, but I prefer mercurial [03:34] is bzr included in Ubuntu? [03:34] Seveas, batteries and nuclear warheads included [03:34] trax: when did you last try it -- loads of work on it recently [03:35] kiko, hmm, I think I did something about that problem already... [03:35] we're converting development of launchpad to use bzr in a few weeks [03:35] SteveA: that was about 3 months or so ago, maybe I should take a look again [03:35] carlos, not in production you didn't :) [03:36] SteveA: is this bazaar-ng or bzr we're talking about? [03:36] kiko, no, it's not on production [03:36] trax: wow... loads has changed over the last three months. bazaar-ng is bzr [03:36] trax: yes :-) [03:36] kiko, but the fix was not too hard [03:36] carlos, want to send me a diff? I'll handle the rest [03:36] let me check if it's inside my language pack branch [03:36] please [03:36] sabdfl: who should be able to edit a support ticket? (at the moment it seems that not everyone can) [03:36] SteveA: how does bzr compare to mercurial? [03:37] trax: they're now using a neat 'weave' format at the back end, sftp support arriving soon... pop over to #bzr sometime perhaps [03:38] jblack can compare bzr to hg. i haven't used hg, just read about it. [03:38] SteveA: weave? [03:38] weaves are also the future [03:39] trax: roughly feature equivalent (no real push in bzr though), slower but the gap is closing [03:39] recent assessment by jblack gave hg the speed edge [03:40] ddaa, are your problems sorted? [03:40] BjornT: i'm happy to let AnyPerson edit a ticket [03:41] kiko: my problem is: how do I add a context menu to the product-index.pt as this page overrides the overrides portlets_two [03:41] I'm working on adding a context menu to Branch, not blocked there yet [03:42] ddaa: you just register context menus and application menus. you don't need to explicitly include them in your page templates. [03:42] ddaa: you can still use other portlets. [03:42] ddaa: it just works. [03:42] sabdfl: ok, i'll change the permissions then. [03:42] thanks! [03:42] ddaa, does what SteveA said make sense to you? [03:42] SteveA: I must be confused, because my product page does not have the "add branch" link... [03:43] ddaa: did you register the menu in zcml? === trax is now known as arkalon [03:44] I added ProductCodeMenu between ProductsBugsMenu and ProductSetContextMenu in the product.zcml [03:44] BjornT: mpt@canonical.com/launchpad--translation-form--0510 has just finished mirroring with conflicts resolved [03:45] mpt: cool, i'll review it later on today [03:45] thanks [03:48] ddaa: tell me a branch to look at perhaps [03:49] okay, I'll commit the relevent changes [03:49] BjornT: https://launchpad.net/products/launchpad/+bug/3148 seems like your field of expertise [03:49] Malone bug #3148: Strip hard-wrapping newlines from e-mail only if it's actually e-mail Fix req. for: launchpad (upstream), Severity: Normal, Assigned to: Nobody, Status: New http://launchpad.net/malone/bugs/3148 [03:49] kiko, yeah, I have a patch [03:49] mpt: thre [03:50] SteveA: fou? [03:50] carlos, send it to meex [03:50] or give me a patch id [03:50] mpt: there's a zope3 discussion about making page templates use xhtml only (or other xml... but not non-xml html) [03:50] kiko, I'm on that, just waiting for this fucking slow connection... [03:50] mpt: do you see any problem for us with that? [03:50] I cannot believe that we were using 56K modems some years ago... [03:51] SteveA: Apart from the fact that the browser used by ~90 percent of people doesn't support XHTML? [03:51] kiko, https://chinstrap.ubuntu.com/~dsilvers/paste/filedIRRHR.html [03:51] then again, that's not one of our target browsers ;-) [03:51] kiko, please, ignore the changes to the imports sections [03:52] kiko, in fact... I think I should be able to merge that branch directly [03:52] carlos, can you explain why the second language wouldn't have that message id? isn't the potfile the same? [03:52] kiko, it's reviewed but I had a weird error running tests and I was not sure if it was my fault or one of those random errors that we see from time to time [03:53] carlos, I can handle it for you so you don't loose any more time, really [03:53] kiko, because it's a pomsgset and we only create it if we have a translation [03:53] kiko, I can request a merge now [03:53] and if it fails, ask you to merge that small patch [03:54] kiko, for instance, we import a pofile [03:54] and then a potemplate that adds a new potmsgset [03:54] that old pofile will not have a pomsgset related to that new potmsgset unless someone adds a translation === heyko_ [n=heyko@p548461D5.dip.t-dialin.net] has joined #launchpad [03:55] carlos, understood, I hadn't realized it was a pomsgset [03:55] mpt: i think it supports xhtml 1 enough. the point is, the document must be well-formed XML. [03:55] SteveA: XHTML (and XML in general) is much more brittle than HTML, such that minor escaping bugs could easily cause an unreadable front page [03:55] IE6 doesn't support XHTML at all [03:55] that's what tests are for [03:55] david.allouche@canonical.com--2004/launchpad--branchdatastorage--0--patch-5 [03:55] http://localhost:8085/products/thunderbird [03:56] but, we don't have to tell the browser it is xhtml [03:56] SteveA: We don't, and probably never will have, perfect test coverage [03:56] kiko, it's normal, I'm renaming many variables to note if it's a potmsgset or a pomsgset to make it clear [03:56] the point is, we need to write our pages in xhtml [03:56] we can tell the browser anything we like [03:56] the point is to have page template processing require xhtml as input [03:56] and produce valid xml as output [03:56] but we can put whatever doctype etc. we want on it [03:57] SteveA: ok, if you're sending XHTML-as-HTML, then that's faintly silly, but I have no objection if it makes parsing etc easier [03:57] carlos, cool, thanks [03:57] mpt: hmm, that's a though one. i'll add some comments to the bug later. it will have some implications to the formatting of outgoing emails as well. [03:58] Kinnison: i have a gina-debuggery question for you [03:58] go on. [03:59] Kinnison: i want to check all the .dsc files in the archive to see if there is spurious stuff in them. can i do this on some machine somewhere? [03:59] kiko, merge request done [03:59] or do i need to go over http? [04:00] You want to look at the katie-produced-archive? [04:00] if so, look on mawson in /srv/archive.ubuntu.com/ubuntu/ [04:00] Kinnison: i want to look at whatever gina is using as input data [04:00] check it out on mawson then [04:01] ta === sredojevics [n=slobo@fecske.stcable.co.yu] has left #launchpad [] [04:04] Kinnison: is that just breezy on there? === Kinnison looks [04:05] it should have the full pool [04:05] it may only be source+i386 though [04:05] dunno [04:06] where would i find hoary and breezy? [04:07] the dists? [04:07] in dists/ [04:08] argh... they're talking about making you add explicit xmlns declarations to all page templates and fragments thereof [04:09] hmm [04:09] bzr IS easier than baz.... [04:09] thanks SteveA and all other bzr cheerleaders :) [04:11] ddaa: Where do we get the owner for new objects in taxi? [04:11] ddaa: Hello, btw :) [04:11] mh [04:12] I think the owner should be the owner of the corresponding product. [04:12] what's the "now" constant we should be using [04:12] ? [04:12] niemeyer: but TBH I do not have a good answer for that, maybe the owner should be the Lanuchpad Admin team... [04:13] ddaa: Ok, 1 sounds like a good value for now then.. :) [04:13] since arguably, if a product is first assigned to Alice, then reassigned to Bob, there's no reason that the rcs-imported branches and revision still belong to Alice... [04:14] niemeyer: please make it 25 (launchpad admins) [04:14] Done [04:14] ddaa: Indeed.. the whole concept of branch owner seems strange. [04:15] niemeyer: it makes sense in the webapp stuff I'm doing. When you can register a third-party branch. === carlos -> lunch [04:15] see you later [04:15] carlos, rock on! [04:15] thanks dude [04:15] see you later [04:15] I appreciate it [04:15] ddaa: If I register your branch, is it mine? [04:15] will be back in an hour or so [04:15] But the launchpad owner concept is awkyard for stuff that is grabbed from out there... that's why branches have "owner" and "author". [04:16] kiko, np [04:16] ddaa: Understood [04:16] If you register my branch, it's owner=you, then you can set author=me. [04:17] then the page does various sorts of magic to collate ownership and authorship. [04:18] Actually, I'm starting to think that revision.owner should be dropped. [04:18] :-) [04:18] it's not a useful granurality [04:18] lifeless: ping? [04:18] Having it always == 25 doesn't seem useful indeed. :) [04:19] Perhaps we should change to 42? [04:19] With branches, it makes sense. [04:19] As when you register a third-party branch, the owner will be set to you. [04:19] I'm hacking on the revision code now (not sure if I mentioned it) [04:19] But the revisions will be populated by taxi anyway. [04:20] niemeyer: bah, unless your turning it upside down, we can handle the potential conflicts. [04:21] ddaa: On taxi.py? Yes, turning it upside down. [04:21] No, I mean revision.py [04:21] Not teaching it (uff) [04:22] Please turn this taxi bitch upside-down, inside-out and teach it how to live. [04:22] Hehehe :) [04:27] ddaa: Do you have a couple mins to help me with porting a critical fix to mainline (from a cherry-pick-compatible branch that got rolled out yesterday)? [04:28] bradb: how can I help you? [04:28] ddaa: so, i made a branch of prod yesterday to make sure that my patch was cherry pickable... [04:29] (particularly because it changed sample data, at the same time as other recent patches have also done so, etc.) [04:29] bradb@oxygen:~ $ baz branch $rocketfuel launchpad--malone-priority-fix--0 [04:29] bradb@oxygen:~ $ baz get --link launchpad--malone-priority-fix--0 malone-priority-fix-for-mainline [04:29] bradb@oxygen:~/malone-priority-fix-for-mainline $ baz merge launchpad--malone-priority-cherry-pickable-fix--0 [04:29] please give me the full name of your branch [04:30] ddaa: brad.bollenbach@canonical.com/launchpad--malone-priority-fix--0 [04:30] when merging, it hangs: [04:30] ... [04:30] * Scanning for full-tree revision ............................................................................................................................................. done. [04:30] * from archive cached: christian.reis@canonical.com--lozenge/launchpad--devel--0--patch-86 [04:30] ... [04:30] there [04:31] mh, it's not hanging [04:31] it's just being veeeeeeeery slow [04:31] As usual :)) [04:31] ddaa: it appears to be haning [04:31] hanging even [04:31] no disk space being taken up or anything === ddaa checks [04:31] bradb: Have you waited for a few hours already? :) [04:32] bradb: apparently your branch is not up on chinstrap [04:32] ddaa: should i go with a reverse replay approach instead? [04:32] ddaa: oh, i guess it isn't [04:32] cannot tell, I do not know what you are trying to merge... [04:33] ddaa: is it worth me mirroring the branch then for you to explore this further? [04:33] if you want me to do anything more than vague hand-waving or hip-shooting, I'm afraid that is necessary [04:33] Kinnison: found one problem with gina that looks easy to fix. [04:33] wait [04:34] ? [04:34] you probably want to "uncacherev base-0" from your cherrypick branch [04:34] SteveA: cool, can you and stub try it out? [04:34] ddaa: is that just to save diskspace? [04:34] Kinnison: that is, the tagfiles parser misses out the 'files' if the .dsc file isn't signed, perhaps because it ends with no NL char. [04:34] so you we will not wait for 15 mins or so why baz uploads a stupidly huge tarball using a stupidly slow network implementation [04:35] * when baz [04:35] Kinnison: i'm going to ensure that all dsc files can be parsed properly and then maybe do another run [04:35] SteveA: cool [04:35] ddaa: so you mean i should do that for my porting-to-mainline branch, right? [04:35] Kinnison: is there any point doing another run while there are still DB constraints problems? [04:35] (the "cherry pick branch" is the branch i want to merge into this branch) [04:35] bradb: from whatever new branch you created by branching from rocketfuel [04:35] right [04:36] stevea: anything it fails to insert can clearly not harm things in the future [04:36] SteveA: gina is additive [04:36] Kinnison: is a .dsc file allowed not to be signed? [04:36] yes [04:37] i see [04:37] okay, i'll ping you when i have news [04:37] cool [04:38] i can't do the gina run until i get sudo access on asuka, btw [04:38] i have an account there now, but karl is awaiting confirmation that i'm allowed that access [04:38] do you have access there? [04:39] I don't [04:39] elmo is in front of me [04:40] shall I ask him? [04:40] ddaa: mirrored now [04:40] Kinnison: if he's going to remain around, i'd say don't disturb him now [04:40] okay [04:40] Kinnison: the "usual channels" will take their course [04:40] if i have things ready to run again, and still don't have access, i'll ping you [04:41] it'll be a while debugging and fixing though [04:41] oh and my indian takeaway has arrived [04:42] bradb: okay, I see a branch freshly tagged from rocketfuel. I presume you want to cherrypick a patch from another branch. [04:42] bradb: right? [04:42] has anybody merged from rf today? [04:43] bradb: generally speaking cherrypicking is done by "baz replay $REVISION" [04:43] ddaa: i want to port a cherry picked patch into the mainline so (i *think*) i want to merge that branch on which i created the cherry picked patch *into* the freshly tagged rf branch, if you see what i mean [04:43] ddaa: yeah, that's what i thought, seeing as the other alternative appears to hang :/ [04:43] please specify "a cherrypicked patch" [04:44] a patch that was cherry picked into production. made possible because it was a branch off production. [04:44] friggin bugs.kde.org [04:44] bradb: okay, it makes sense... where is that patch? [04:45] ddaa: i called it brad.bollenbach@canonical.com/launchpad--malone-priority-cherry-pickable-fix--0 [04:46] SteveA, is it trivial to add an inline doctest to be run when make check runs? [04:46] fairly [04:46] SteveA, in particular malone/externalsystem.py [04:46] look in webapp/tests [04:47] hmmm it's a bit unfortunate that it's dangerous to depend on it [04:47] bradb: mh... okay, your fix was written on the malone-priority-cherry-pickable-fix branch, right? [04:47] kiko: we shouldn't have stuff in malone/ any more really [04:47] SteveA, components/remotebugwatch.py ? [04:47] ddaa: yeah, and has been cherry picked, and now i want to get that same code merged into mainline [04:47] is it adapters / utilities? [04:47] is it a script? [04:47] is it script support code? [04:48] it's a library [04:48] support code [04:48] for use by scripts, or just in general? [04:48] bradb: baz replay brad.bollenbach@canonical.com/launchpad--malone-priority-cherry-pickable-fix--0--patch-1 (or some equivalent) is the only way to get that patch into rocketfuel without dragging in launchpad--production--1.36--patch-1 to patch-4. [04:49] merge will... merge... that is carry in all the changes in the ancestry of what you are merging from. [04:49] ddaa: i just did a get-changeset/apply-changeset here. should that be an ok alternative? [04:49] that's exactly what replay REVISION does [04:49] cool === SteveA adds comments to the tagfile parser === bradb deautomates the process! [04:50] conflicts in the sampledata, unsurprisingly [04:50] ddaa: thanks for clarifying. i'm think i'm back on the golden path. [04:50] yellow brick road? [04:51] more or less === SteveA notes that the variable names don't do what they say they do [04:51] SteveA: OOI what file is that? [04:52] lib/canonical/archivepublisher/tagfiles.py [04:52] this_variable_is_lying = 42 [04:52] true = False [04:52] SteveA: right, for the most part that's taken direct from james' tagfile parser [04:52] mr troup? [04:52] yes [04:53] I have a patch to allow unsigned files sat in my branch here [04:53] that's what's currently causing breezy's gina run to die [04:53] oh? [04:53] well, maybe i can get it? [04:53] I'll do a file-diff and nopaste it, one sec [04:53] ta [04:53] you can try it [04:54] If you think it's a lack of trailing newline then my patch won't fix it [04:54] i'll still add comments and improve variable names i think [04:55] or, just nopaste the whole file [04:55] and i'll diff [04:56] https://chinstrap.ubuntu.com/~dsilvers/paste/fileOdmqnl.html [04:56] that's my patch [04:56] I.E. really teeny [04:56] ta [04:56] carlos: ping [04:57] oh, he's not here [04:57] I'm not sure how the dsc being moosed is breaking the binary adder though [04:57] serves me right for not using tab-completion [04:58] ddaa: strangely, there appear to be no diff markers in the conflicted files. maybe that's a feature unique to {get,apply}-changeset. "feature". [04:58] Kinnison: i hope you don't say 'moosed' at UBZ [04:58] bradb: yes [04:59] bradb: this works using diff-patch, you have rej file [04:59] bradb: it works differently [04:59] bradb: you can use apply-delta do do cherrypicks with diff3 [05:00] like "baz apply-delta --three-way $BRANCH--base-0 $BRANCH--patch-1" === bradb feels the noose tighten [05:01] I read that as "moose" [05:01] ewww [05:01] mmmmm, mousse [05:01] ouch [05:01] SteveA: you sick sick man === freeflying [n=rockie@61.190.65.15] has joined #launchpad [05:04] Kinnison: that's the badger. [05:04] Kinnison: what does "moosed" mean ? :) [05:04] all .dscs can be read now [05:04] SteveA: rock on! [05:04] sivang: broken [05:05] SteveA: done [05:05] Kinnison: ah [05:06] thanks elmo ! [05:06] elmo: you can probably kick me off it after the weekend === carlos_ [n=carlos@41.Red-81-41-210.staticIP.rima-tde.net] has joined #launchpad [05:16] I have something that reads [05:16] [05:16] 1 [05:16] but I get NotFoundError: (, 'rev_no') [05:17] I sort of guess I forgot to setup some security-proxying stuff to allow accessing the attribute [05:17] (it's properly there in the interface) [05:17] ddaa: what kind of objects does latest_revisions give to you? [05:18] ddaa: do you have a Ha... that must be it... [05:18] where should that go? [05:18] I'm sure I knew that in London, but I have already forgotten [05:22] SteveA: thanks [05:23] Yay! [05:24] SteveA: thanks for your patch (a bit buggy, it should have used stepto instead of stepthrough), I now have a (mostly) working branch-index page [05:24] what patch? [05:24] cool [05:24] The traversal thing. [05:28] cool [05:33] Did the u/p change for wiki.canonical.com? [05:39] n/m [05:39] spiv: ping === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad [05:47] jblack: hiya [05:47] there were some bzr and hg questions on here earlier [05:49] does anyone know why series change from a product to another? [05:50] ddaa must know [05:50] or jblack [05:50] or lifeless the asleeper [05:51] because different products have different series [05:51] but maybe i do not understand your question [05:52] ok,hold on [05:53] I think he's asking why the code allows for changing series from a product to another [05:53] well, because that's useful... [05:53] there's an historical use case, which was moving series out from the "unassigned" product [05:53] when u go to /products/(productname)/+series/(seriename)/+review u change the serie form productname to another porduct [05:54] wich you choose form the form [05:54] unassigned? [05:55] ddaa, anything apart from the unassigned product that you can see? [05:55] and a current use case which is when a user create multiple unrelated series in a product instead of multiple products, or when a user creates a product "silva" and a an admin creates a product "sylva" with a productseries in it. [05:56] it's rarely used, but it still proves very useful now and then [05:56] or when a user create noise productseries, so we can reassign them to a garbage product and get them out of the way [05:57] i got [05:57] good [05:57] i will be back with more questions [05:58] thx ddaa [05:58] the "change project" feature of products is similarly useful [05:58] For example when a single product is created, and then the use finds out he wanted a project. [05:59] BTW, I remind everybody, when you want such an admin change to be done, ASK ME [05:59] because it will break RCS imports [06:00] ok, so when u change a serie from product1 to product2, should the pae be redirected to prod2/+series/serie? or go to product1/+series? [06:00] pae=page [06:00] mh [06:01] I think the former is more useful [06:01] the latter can be obtained with "back". [06:01] ok [06:01] but hey, it's a rarely used admin feature, it's no biggie if it ends in a 404 [06:01] (just annoying) === Nafallo_away is now known as Nafallo [06:03] gneuman: you might want to add some comments about that somewhere, so the use cases are documented [06:03] because it's understandably surprising at first [06:05] mpt: don't you think that the html source of launchpad pages look like shit? [06:06] ddaa: who cares? ;-) we should remove all unneeded whitespace to reduce the size of the pages ;-) [06:06] I care, because that makes writing page tests painful [06:07] also, there's indeed a lot of wasted bits [06:07] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] port the fix for #3077 (null priority causing exceptions to be raised on two pages) to mainline (patch-2656: brad.bollenbach@canonical.com) [06:08] congrats bradb [06:08] scary, but i survived (i think) === matsubara is now known as matsubara-launch [06:09] ddaa: Learn the wonder of "..." === matsubara-launch is now known as matsubara-lunch [06:09] mpt: I know of it, but it's still painful [06:09] How would you improve it? [06:10] ddaa i will spend a lot of time on it!!! [06:10] mpt: get all those empty lines back in control, for starts [06:11] have discipline with page templates so emptylines are introduced in the source only where they are significant [06:11] that should address most of it, actually :) [06:12] remove pointless [06:12] remove uneeded and
[06:12] etc. [06:12] I'm sure you know all of them [06:13] same, remove (use strong and em instead of b and i) === Nafallo is now known as Nafallo_away === carlos [n=carlos@188.Red-81-41-208.staticIP.rima-tde.net] has joined #launchpad === voidz0r [n=voidz0r@i115202.upc-i.chello.nl] has joined #launchpad [06:28] hello [06:44] ddaa: You around? === SnakeBite [n=SnakeBit@84.242.143.100] has joined #launchpad === roy_ [n=roy@ACD17DC7.ipt.aol.com] has joined #launchpad [06:51] hello everyone === bradb & # lunch [06:55] jordi, hi, around? === GoRoDeK [n=gorodek@p5083D2FE.dip.t-dialin.net] has joined #launchpad [06:59] hey roy_ [06:59] hi [07:00] what's up mate? [07:02] carlos: ok, good plans [07:03] sabdfl, ? [07:03] sabdfl, dude your lag is really big :-D [07:03] the queue, for people to attach files [07:03] sorry, bits flying in the office, and code to be written [07:04] don't worry [07:04] sabdfl, https://wiki.launchpad.canonical.com/TranslationUploads [07:04] sabdfl, there is the initial braindump I'm doing [07:04] i need a girl in here to model in the ubuntu thong for me :D [07:05] sabdfl, I'm now dumping the implementation details, but more or less I think you can get the idea of the problems I'm trying to solve [07:07] that would so turn me on [07:07] kiko, the merge failed due conflicts, I have fixed them and requested a new merge [07:07] ddaa: Agreed on the s (there's too much that should be [07:07] ddaa: But more s in Launchpad do not mean , and most s in Launchpad do not mean [07:08] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] One more fix to externalsystem -- make it cope with bugs.kde.org's weirdness. Also add tests and improve PEP8ness (patch-2657: christian.reis@canonical.com) [07:09] Kinnison, cprov: i'm getting back to code reviews. which of your reviews is more urgent? [07:09] SteveA: daniel's one [07:09] okay [07:09] SteveA: I'm happy to land builder-action during the weekend [07:10] cprov: i'll do them both today === matsubara-lunch is now known as matsubara [07:10] SteveA: okidoki [07:10] ddaa: Most of the blank lines will be from that gets stripped out by the processor. I always wondered how HTML source of dynamic sites got so full of blank lines, and now I know. [07:11] SteveA, where should we register specifications about Rosetta? inside Rosetta or Launchpad products? [07:12] can we say that a rosetta spec depends on a launchpad one? [07:13] i think we should make them all launchpad specs [07:13] it will be easier to manage them that way [07:13] and track their progress at the conference etc. [07:14] this split between launchpad / rosetta / malone / buildd / etc. products is sometimes useful, but often a bit of a pain [07:16] SteveA, well, my spec does not depends on any launchpad spec, not sure if the system allows you to do that... [07:16] anyway, I'm happy adding the specs directly to Launchpad [07:16] BjornT: When you reviewed launchpad--translation-form--0510, did it include any pagetest changes? [07:17] SteveA, perhaps we should create a 'Launchpad' project that has all products as part of it so people can see the relation easily [07:17] that's a good idea [07:18] do specs for products get aggregated under their project? [07:19] jblack: pong [07:19] carlos: That already exists [07:19] ddaa: I'm going over your post quite heavily. [07:19] SteveA: ohhh, https://launchpad.net/projects/launchpad/+specs [07:20] jblack: the one about BranchLineage? [07:20] Yeah. === mpt reports a bug [07:20] cool [07:20] mpt, Rosetta is not member of any project [07:20] What does a revision mean to you these days? How are you defining it? [07:20] carlos: https://launchpad.net/projects/launchpad says it is [07:20] then we have a bug [07:20] mpt, because products/rosetta does not says anything [07:20] jblack: more specifically? [07:21] A revision is a row in the Revision table... [07:21] carlos: and so does https://launchpad.net/products/rosetta [07:21] Yeah, exactly, if possible. [07:21] I mean conceptually. [07:21] carlos: I know it's in a portlet so it's invisible, but it actually does say that :-) [07:21] Conceptually, a revision is a revision is a revision... [07:21] Damn the torpedos, abentley is wrong? [07:21] I'm sorry, but I do not know what you want to know. [07:21] "the launchpad suite:" [07:22] Well, put another way [07:22] Revision form an append-only DAG. [07:22] SteveA: if I do foo = dict(bar) [07:22] mpt: no, no pagetest changes. should there have been any? [07:22] SteveA: will that use __iter__ and __getitem__ [07:22] SteveA: or will it attempt .iteritems() ? [07:22] mpt, oh!, I was not on the main page O:-) [07:23] BjornT: yes, I think I'll get carlos to review them [07:23] carlos: I've got a branch ready for landing that alters the Rosetta newline pagetest. Can you check it before it lands? [07:23] so that I don't break anything [07:23] mpt, sure [07:23] mpt, branch? [07:24] carlos: mpt@canonical.com/launchpad--translation-form--0510 [07:24] thanks carlos [07:24] Kinnison: iter [07:24] funktastic [07:25] i think... [07:25] I have a thing which smells a bit like a dictionary y'see [07:25] hmm [07:25] class dict(object) [07:25] | dict() -> new empty dictionary. [07:25] | dict(mapping) -> new dictionary initialized from a mapping object's [07:25] | (key, value) pairs. [07:25] | dict(seq) -> new dictionary initialized as if via: [07:25] | d = {} [07:25] | for k, v in seq: [07:25] | d[k] = v [07:25] | dict(**kwargs) -> new dictionary initialized with the name=value pairs [07:25] | in the keyword argument list. For example: dict(one=1, two=2) [07:25] | [07:25] [07:25] so, if you provide __getitem__ [07:25] right [07:25] you are a mapping [07:26] but, maybe it does use keys() and __getitem__ underneath [07:26] i'd have to peek at the source [07:26] s'okay I've just realised I have to do it explicitly anyway [07:35] mpt: i'm looking through the design-fascism patch [07:35] I prefer Welcome to The Bazaar [07:35] "bazaar" is the tool [07:36] "the bazaar" is the launchpad-hosted marketplace of branches [07:36] hmm.... want me to review this for you? [07:36] sabdfl, please do [07:36] kiko: have you started? [07:38] sabdfl, not yet [07:39] this is design-fascism, right? === niemeyer misses joins on launchpad's sqlobject.. [07:41] sabdfl: ok [07:48] kiko: yes === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad [07:50] ok [07:55] Merge to rocketfuel@canonical.com/launchpad--devel--0: r=mpt Fix for bug 3128: 'Homepage' information should be at least 96 pixels high. (patch-2658: christian.reis@canonical.com) [08:00] mpt, https://chinstrap.ubuntu.com/~jamesh/pending-reviews/mpt@canonical.com/launchpad--translation-form--0510/filtered-diff does not shows me anything that changes the textareas nor any test update and the full checkout is taking a lot of time here.... [08:01] SteveA: thanks for that === BjornT [n=bjorn@84.32.140.183] has joined #launchpad [08:01] ciao all [08:01] Kinnison: r=SteveA with tests, or r=SteveAUnderProtest without adding those tests ;-) === Kinnison nods [08:01] we need to do them, so it's like taking out a loan [08:02] with high interest rate [08:02] mpt, if you didn't touch anything inside textareas, that's ok. If you touched something... I will not be able to check that until tomorrow morning because I'm leaving now [08:02] if they're not done [08:02] sabdfl, I will try to finish the spec for you tomorrow too [08:02] see you, time to leave! [08:02] carlos: ok, that diff is out of date, thanks anyway [08:02] mpt, I will take a look to it tomorrow then [08:02] ok [08:03] oh, mpt, this could be painful [08:03] we are going to disagree on capitalisation [08:03] page headings need to use capitals [08:03] they give the page stature [08:03] it does need to be more consistency === carlos -> shower [08:03] but [08:03] Add a milestone [08:04] should be [08:04] Add a Milestone [08:04] i agree with some of your changes [08:04] Create a New DistributionRelease [08:04] should be [08:04] Create a new Distribution Release [08:04] cprov: just want to check i'm goingn to be reviewing the right thing: celso.providelo@c.c/launchpad--builder-action--0 [08:04] it's a subtle thing, but i'm not happy with turning everything into sentence case [08:04] title case is important [08:06] sabdfl: are you saying that you want to capitalize "pillars" or rather "names of kinds of content in launchpad" ? [08:06] I Don't Want Everything Capitalised [08:06] but I do want more cpaitalisation in titles than mpt does [08:06] the fascism patch turns every title into sentence case [08:06] ideally, we'd be able to write down Guidelines on the Hackers' FAQ [08:06] "Register a new product release" [08:06] it should be [08:06] Reigster a new Product Release [08:07] so Reviewers can make it so for new Pages [08:07] there's a certain cadence to it [08:07] -

Welcome to Rosetta!

[08:07] +

Welcome to Rosetta

[08:07] Why drop the ! [08:07] because it looks lame [08:07] it's a welcome page [08:07] one way to look at it is this: if you keep only the capitalized words, do you understand what's going on? [08:08] haha no [08:08] then I'd say "I'm not rosetta" [08:08] SteveA: I prefer: Are there any more words you can remove and have it still make sense? [08:08] mpt: i know this has been a lot of work [08:08] and most of the other changes i see, i like [08:09] but since you were changing my capitalisation in tons of places, it might have been worthwhile checking on a policy before doing it [08:09] NYT capitalization is good for menu items, because they're almost always 3 words or less [08:09] bugger, and most of these are changed in both page and tests [08:09] so its going to be a lot of work to undo [08:12] sabdfl (or anyone), that logout button really looks just like an input field, I even accidentally logged out trying to change the text >.< =) [08:12] voidz0r: that's Plone styling [08:13] ah [08:13] i kinda dislike plonk :p [08:13] which I could quite happily get rid of right now [08:13] since I'm hacking the style sheet [08:13] yay :) === Virtuall[BZA] [n=virtuall@who.is.virtuall.info] has joined #launchpad [08:14] the apple websites seem to use the same kind of "title case, but for important words only" thing [08:15] sure, they're not presenting huge amounts of data [08:16] imo "Bugs assigned to Steve Alexander" is easier to scan than "Bugs Assigned to Steve Alexander" [08:16] because Bugs Assigned isn't a person [08:16] mpt, have you put an example online? [08:16] voidz0r: An example of what? [08:17] of your stylesheet :) [08:17] a demo [08:17] no [08:17] :'( ok... [08:18] I'd say "Bugs assigned to Steve Alexander" if we're reading it as a sentence. If there's a concept "Bugs Assigned" that is used throughout then i'd capitalize both, because "Bugs Assigned" has become an important term in its own right. [08:18] voidz0r: And if you want buttons to look like buttons, you will need to help me persuade sabdfl :-) [08:18] but, "Bugs" should be capitalized a lot, because it is an important thing. [08:18] no, I was just curious [08:19] i like creating nice stylesheets :) [08:19] with least amount of hacks possible [08:19] SteveA: it's just one of what should eventually be many Malone reports [08:19] "Bugs Steve Alexander is subscribed to", "Bugs reported by Steve Alexander", etc [08:19] "Translations made by Steve Alexander" [08:21] hey, i just got an idea === Hirion [n=Hirion@p5487F27F.dip.t-dialin.net] has joined #launchpad [08:21] launchpad has 3 columns, and all of them are fluid === Hirion [n=Hirion@p5487F27F.dip.t-dialin.net] has left #launchpad [] [08:22] mpt: people don't read web pages [08:22] structured information is better [08:22] so the columns can get wider then they're supposed to be, and the middle column also gets kinda stretchy [08:22] let me see some button designs... agree the current one looks too form like [08:22] sabdfl: right, scannability is at a premium === BjornT [n=bjorn@84.32.140.183] has joined #launchpad [08:23] so what if the left and right colums have em units for width, and they're position uses percentages, creating a fluid gutter between the side columns and the middle one [08:23] sabdfl: which means Each Word Capitalized for things that are about three words or fewer (e.g. menu items), and sentence case elsewhere [08:23] mpt, still downloading your branch... I will review it tomorrow [08:23] later! [08:23] mpt: not for titles and headings [08:23] or, [08:23] look, this is a style thing. we need to agree a policy, and then be consistent [08:24] there was clearly a policy in place, with some inconsistency [08:24] but instead of simply addressing the inconsistency and querying the policy, your patch sets a new policy [08:24] if you can get the middle column to have a max-width (which is hard to do), then it would be even easier, and it won't get really stretched [08:25] sabdfl: Sorry, I didn't see any policy -- I saw sentence case in some places, and even words like "to" capitalized in other places [08:25] -

Create a new Team

[08:25] +

Create a new team

[08:25] h1 is correct, but Team should be capitalised [08:27] salgado, you got mail [08:28] voidz0r: I'm not sure what you mean by "their position uses percentages", but I think a fluid gutter would look odd [08:29] the columns vary in width because we have some pages with primary stuff that is too wide to fit in the 3-column layout, and some pages with portlets that are too wide also [08:30] hi [08:30] mpt: what's the difference between class="actions" and class="controls" ? [08:30] hm, maybe that can be addressed with an id or class on the body tag [08:30] I'm trying to create a new calendar entry [08:30] but I cannot reassign the start date [08:30] for some obscure reason it keeps setting itself back [08:30] but a fluid gutter should look ok, or just have them on the far left and right sides [08:30] sabdfl, note that this "policy" stated should really be written down -- why don't you go over it with mpt so he can specify or LaunchpadHackingFaq it? [08:30] I've set it to 12:00 [08:30] and I keep seeing 12:36 [08:31] any clues? is this a know inssue? [08:31] it's kindof a tradeoff... [08:31] zyga, hmmm, possibly [08:31] kiko, mpt: sure, at UBZ [08:31] sabdfl: Where's class="controls"? There's no such class in the style sheet in my current branch [08:31] kiko: now I've set 12:30 and I've got 12:06 [08:31] imho it's a good idea to keep often used things close to the browser controls [08:31] it smells like some parse error + calculation error [08:32] oh, weird [08:32] errorservice-* [08:32] sabdfl, I thought it was a simple rule.. [08:32] I mean, do we need a bof to discuss capitalization? [08:32] a page with like 420px fixed width, centered and scrollbars way further on the right edge of the screen is kinda lameish :p [08:32] kiko: no, it ends up being more subtle than that [08:33] in some cases, i agree with mpt's patch [08:33] (imho) [08:33] but mostly, on the capitalisation, not [08:33] Its Not All Title Caps === BjornT [n=bjorn@84.32.140.183] has joined #launchpad [08:36] voidz0r: all Launchpad pages are 100% wide, so the only way you'll get a 420px-wide page is in a 432px-wide browser window [08:37] no, i mean in general [08:37] as an example [08:39] cprov: you have a review [08:41] SteveA: thank you === Virtuall[BZA] [n=virtuall@who.is.virtuall.info] has joined #launchpad === Virtuall[BZA] is now known as Virtuall [08:43] one more thing, if i may... [08:43] dudes, PQM looks like stalled on salgado's patch ... === SteveA looks [08:44] i dont want my email adress shown on my profile, because of spam [08:44] can i change it? [08:44] cprov: yes [08:44] voidz0r: No, but there's a bug report asking for that [08:44] ah ok :) [08:45] cprov: elmo can unhang it. i'll send an RT request about it... [08:45] tnx [08:45] mpt: https://launchpad.net/malone/bugs/3163 [08:45] Malone bug #3163: Smeg - No Translatable Templates Available Fix req. for: rosetta (upstream), Severity: Normal, Assigned to: Nobody, Status: New http://launchpad.net/malone/bugs/3163 [08:45] voidz0r: https://launchpad.net/products/launchpad/+bug/1360 [08:45] Malone bug #1360: Inappropriate display of personal data Fix req. for: launchpad (upstream), Severity: Normal, Assigned to: Nobody, Status: New http://launchpad.net/malone/bugs/1360 [08:47] SteveA: RT for restart PQM, aren't we being extremmely bureaucratic ? [08:47] cprov: got a better suggestion? [08:47] kiko: hmmm? [08:48] ok lets get on with it then (working on an gcbspci :) [08:48] cprov, SteveA, It doesn't look like it's staled [08:48] I've got a better suggestion, how about we not bother with bogus requests that just waste time? [08:48] cya [08:48] mpt, what's this smeg thing? :) [08:49] because it's pretty obviously not stalled [08:49] Elmo The Friendly One [08:49] kiko: It's the horrible name for the menu editor in 5.10 [08:49] kiko: with some effort, you could make that recursive [08:49] mpt, I don't believe you [08:49] and you guys please leave my branch there. I've been trying to merge it the whole morning [08:50] Is there a particular component name I need to use to look for bugs in the +poll thing? [08:50] jbailey, launchpad. [08:50] tx [08:50] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Say in the /requests page if an order was already sent for the shipping company or not. (patch-2659: guilherme.salgado@canonical.com) === cprov ok, ETA for merges extended to 2 hours ... [08:50] kiko: yeah, it really is that bad [08:50] i think we should have just 'rosetta' and 'launchpad'. it's rather confusing otherwise. [08:50] kiko: look to your own, your boy's the one who started with the "beureaucratic" stuff [08:50] My girlfriend was asking me about it yesterday [08:50] but at least it's called "Menu Editor" in the menus [08:53] at least he can spell! [08:54] mpt, I thought smeg was something offensive [08:54] No, smegma is something icky [08:54] salgado, sent /to/ the shipping company. english is tricky [08:54] I think stub referred to it as "dick cheese", cheese not being a surname in this case [08:55] kiko: Smeg is a TV replacement expletive used in Red Dwarf, widely believed to be inspired by smegma [08:55] not fridges? [08:55] (for another example of TV replacement expletives, see "rack off" in Australian soap operas) [08:55] thank god [08:56] can you imagine being "Richard Cheese" === bradb practices the art of hand-adding rocketfuel revisions to his revlib [08:56] because 1.2G Just Ain't Enough for 80 some-odd revisions to be applied, it seems [08:56] http://www.iloverichardcheese.com/ [08:56] (1.2G /memory/ that is) [08:57] mpt: Tell me you had to google for that, rather than knowing it off by heart... [08:57] aw poo... another problem with gina [08:58] sabdfl: john cleese from monty python, fish called wanda, etc. was originally "john cheese" [08:58] which is almost as bad [08:58] mpt: can you show me this branch running somewhere, please? [08:58] i want to look at the specification listing change you made [08:59] i deliberately wanted not to use a table, and put quite a bit of work into that listing format [08:59] i'd like to see how it looks after your patch [08:59] can you send me a screenshot? [08:59] ok [09:01] SteveA, he changed his name? === lamont__ [n=lamont@15.238.6.220] has joined #launchpad [09:01] kiko: apparently so [09:04] mpt: ok, done [09:04] in general, excellent work, i'm very pleased with 90% of your changes [09:04] crisp and clear [09:04] thanks [09:05] there are some things that i'd like to review by seeing the pages in action. please organise for me to be able to see it one a web server runing over there [09:05] and the capitalisation i'm afraid gets a veto [09:05] please put a spec in place with your ideas, and mine, as a starting point for a UBZ bof [09:05] will mail shortly === SteveA thinks he's fixed gina... importing breezy on staging again to make sure [09:11] SteveA: could you look into something for me with gina? [09:11] i noticed in the dump of dogfood (kinnison's) that it imports multiple identical builds of a sourcepackage [09:11] so the model is: source package release -> build -> binaries [09:12] it imports a build for hoary, and a build for warty, and a build for breezy [09:12] when in fact, it could look and say "all the binaries, exactly, are already there in build X, i'll just use that instead of creating a new one" [09:12] would it be hard to fix that? [09:13] SteveA: btw, nice breadcrumbs! [09:14] is this for a sourcepackage with architecture=ALL ? [09:14] ta [09:14] actually, mpt designed it, i was just the codejockey [09:14] there's a couple of refinements still on the breadcrumbs [09:14] to be done [09:15] i don't see that the binaries would be the same, unless architecture=ALL. and even then, i don't see that they would be the same. === Mez [n=Mez@cpc4-lich4-3-0-cust247.brhm.cable.ntl.com] has joined #launchpad [09:15] but then, i don't have a deep understanding of the building stuff [09:15] it imports warty [09:15] and creates build + binaries [09:15] then hoary [09:16] ed | 0.2-20 | breezy | source, amd64, hppa, i386, ia64, powerpc, sparc [09:16] and instead of saying "i've seen those before" it appears to create a new build + binaries [09:16] ed | 0.2-20 | hoary | source, amd64, i386, ia64, powerpc, sparc [09:16] ed | 0.2-20 | warty | source, amd64, i386, powerpc [09:16] SteveA: ^-- example of binaries being the same across all 3 suites [09:16] they are different by arch [09:16] but the same across releases [09:16] and gina seems to miss that [09:16] i see. [09:16] ah [09:17] that's why we're getting dupe inserts! [09:17] I wonder how deep the short-circuit needs to be [09:17] kiko: can i punt this to you? you know gina way better than i do. === SteveA takes a quick look nonetheless [09:17] kiko: i don't know how gina collects info before it decides to put it in the db [09:17] but i'm guessing.. [09:17] it finds all the bin packages for the arch, from the source package [09:17] then creates a build for those [09:17] SteveA, noooooo [09:17] it should first look to see if the bin package is there already [09:18] if it finds one, it should find them all [09:18] a classic case of LBYL [09:18] then just reuse their build [09:18] so the new "upload" is just an upload of the same build [09:18] SteveA, it should be an easy fix [09:18] does that make sense? [09:18] ah - i see, the version is 0.2-20 in each case [09:18] all makes sense now [09:18] SteveA: not just the version, the actual sha1's should match too [09:19] i have a suggestion [09:19] spiv will review my work tomorrow [09:19] and i'll keep polishing it [09:19] (his review will cover all the heavy lifting, the rest is just polish) [09:19] but my branch makes it much easier to see, through the web, what the database says is going on in the archive [09:19] accurately [09:19] so [09:20] monday morning, we can look do the gina run on staging, with my branch running on it, and see if it all looks right [09:20] then we can go if it looks good [09:20] wow, great plan [09:20] okay, i'll mail that to stub and Kinnison [09:20] just delay the actual production rollout till tuesday [09:21] ddaa: I have another good one for you [09:21] sabdfl, the production rollout happens on tuesday :) [09:21] (please don't hurt me) [09:23] ddaa: https://chinstrap.warthogs.hbd.com/~dsilvers/paste/fileZo7PGV.html [09:23] i'm really nervous about this gina run [09:23] evening mark, long time no speak :D [09:24] hey Me [09:24] z [09:24] ok [09:24] release party time! [09:24] night all [09:24] night mark === sabdfl [n=mark@pdpc/supporter/silver/sabdfl] has left #launchpad [] [09:25] stupid 6000 emails to download [09:25] jblack: feel free to have a look at the link above too, if you have time [09:26] it's happened twice in a row, even after i went to the trouble of manually adding revs to my revlib to make sure i'd be able to fork for diffs and all [09:27] bradb, network failure? [09:27] i'm back to do that now, a few revs at a time, in the hopes of getting up-to-date with rf in my revlib [09:27] kiko: i thought of that too, but it seems unlikely. this machine is on a wired connection too (as opposed to all the interference i get with wireless here) [09:28] fuck, again [09:28] even applying just 9 revisions [09:28] oh, he's gone === mpt switches from public-lp-instance-ing back to style-sheet-massacre-ing [09:32] kiko: i hope it's not dodgy memory? [09:33] bradb, almost surely not [09:33] kiko: https://chinstrap.ubuntu.com/~dsilvers/paste/file2co4i2.html [09:34] i still have 1,3G on that partition [09:36] ddaa, jblack? [09:37] lifeless? [09:38] hmm [09:38] anyone here wanna do me a favou [09:39] what is the favor [09:39] explain to someone how the bzr system works [09:39] I find it hard to explain [09:39] i cant do that favor [09:39] jblack: ? [09:39] i dont even know what bzr is [09:39] roy_ - in #katapult [09:39] jblack is away [09:40] Mez: #bzr is a good place to ask [09:40] I cant find the log I had with him either [09:40] SteveA, no response in there [09:40] well, it is the weekend [09:40] is there something specific you want to know? [09:40] at least in .au [09:42] SteveA, just a general overview :D and maybe a Q&A [09:42] It's to explain to someone else [09:45] Mez, doesn't the bzr homepage clear up most questions? [09:46] kiko - it should but... *shrugs* [09:46] I HATE +BUG [09:46] @#@!$!@#@!#@! [09:49] it was an amazingly strange decision [09:49] like, intentionally weird, it would seem [09:50] bradb: Where can I see the table view bug listing in action nowadays? [09:50] mpt: too bad sucker! you CAN'T! === terrex [n=terrex@84-122-90-162.onocable.ono.com] has joined #launchpad [09:51] "tables aren't working for us", as mark said in his email. of course, users will perish without a table layout, so we'll bring them back soon enough. [09:51] Mez: try to catch up with jblack sometime [09:51] bradb: meh [09:52] mpt: there are still table layouts for other listings though, like in the FOAF namespace, but those aren't the "official" ones, AFAIK [09:52] ah, thanks [09:52] for now, i won't be landing *anything* until my SCM software works [09:53] SteveA, will do [09:56] matsubara, ping [09:56] oh, never mind === Seveas [n=seveas@seveas.demon.nl] has joined #launchpad [09:57] matsubara, ping [09:57] kiko: pong [09:57] matsubara, you know your fix for bug 2478? [09:57] Malone bug #2478: Un-duplicating a bug leaves no indication of the change Fix req. for: malone (upstream), Severity: Normal, Assigned to: Diogo Matsubara, Status: Accepted http://launchpad.net/malone/bugs/2478 [09:58] well [09:58] matsubara, I think you forgot to update the mailnotification code [09:59] kiko: can you try this command: baz get-changeset "$rocketfuel--patch-2656" somerandomdir [09:59] assuming you have $rocketfuel set to the rf archive [09:59] i.e. rocketfuel@canonical.com/launchpad--devel--0 [09:59] sure [09:59] i ran out of disk space during a commit, which might have corrupted the archive [10:00] (when i later mirrored it) [10:00] the revlib or archive? [10:00] the archive [10:00] rocketfuel [10:00] on chinstrap [10:00] if you succeed in grabbing that changeset though, then i'm probably wrong [10:02] I succeed [10:02] do you want it? [10:02] wow [10:02] matsubara? silence? === kiko throttles matsubara [10:03] kiko: i just need to update my revlib properly [10:04] kiko: what versions and tar and gzip are you running? [10:04] are you seriously asking this question? this is stock hoary [10:05] sorry, I was checking mailnotification code [10:05] kiko: yes i'm seriously asking this question. got a better idea for why it would fail with a "gzip: stdin: unexpected end of file ..." for me but not for you? :) [10:05] but, if you're using hoary, that pretty much says it [10:06] Can people submit their projects to launchpad, like on sourceforge? [10:06] Seveas, yes, and you don't even need to ask permission [10:07] cool [10:13] hmm, the 'Specifications' link does not work for new projects [10:13] I get a 404 [10:13] Seveas: file a bug please [10:13] Merge to rocketfuel@canonical.com/launchpad--devel--0: [r=SteveA] BuilddUI missing pages reusing code from BuildRecordsView. (patch-2660: celso.providelo@canonical.com) [10:14] unless it is already filed [10:14] i think mpt may have filed that earlier today [10:14] Seveas, what's an example link? [10:14] https://launchpad.net/projects/dynamite/+specs [10:15] I suspect projects don't have specs per se, do they? [10:15] this bug is not filed [10:16] no, I didn't get around to reporting it, sorry [10:16] it should work [10:16] Should I file it? [10:16] please [10:18] filed as bug 3166 [10:18] Malone bug #3166: New projects cannot create specs Fix req. for: launchpad (upstream), Severity: Normal, Assigned to: Nobody, Status: New http://launchpad.net/malone/bugs/3166 [10:19] thanks Seveas you're a rocker === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad [10:22] kiko, as a matter of fact I am ;) [10:23] ddaa: ping === Seveas is listening to Rammstein now :) [10:23] bradb: sorry, I'll have to leave in a couple of minutes [10:23] ok [10:23] looks like your running out of memory or something [10:24] I've never seen a corrupt tarball in all my use of tla or baz. [10:24] mh... star-merge... [10:24] i've got 1.25G of memory and i'm only getting one changeset [10:24] Applying 16 revisions [10:24] the second URL [10:25] ddaa: i.e. https://chinstrap.warthogs.hbd.com/~dsilvers/paste/file2co4i2.html [10:26] even baz get-changeset "$rocketfuel--patch-2656" alsdjfasd gives the same error [10:26] you can get the tgz changeset and try by hand [10:27] looks like you really have something botched [10:27] i'm slightly worried that my memory may be corrupt but, at the same time, that seems somewhat remote [10:28] this one you mean? [10:28] bradb@chinstrap /home/warthogs/archives/rocketfuel@canonical.com/launchpad--devel--0/patch-2656 $ ls [10:28] checksum launchpad--devel--0--patch-2656.patches.tar.gz log [10:29] SteveA: I'm here [10:29] fwiw, that one untars fine [10:30] mez: What's up? [10:30] hi jblack [10:33] SteveA: I'm talking to them now === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has left #launchpad [] [10:51] kiko: btw, if i can't find a good mountain bike, pignon sur roues has a 53" miele gara road bike. would that be ok if i can't find a good mountain bike? [10:53] bradb, yes, that's perfect. what are the components, and how much? [10:54] kiko: no idea about the components; what bits are you most keen to know about? [10:54] well, usually a road bike is either shimano or campagnolo, and either one has a few options (shimano 105, ultegra, dura-ace; athena, record, ...) [10:55] I'm curious if it has STIs === terrex [n=terrex@84-122-90-162.onocable.ono.com] has joined #launchpad [10:55] and if it's a real (I mean, training-grade) road bike (I've never heard of miele gara) [10:56] ah [10:57] http://www.mielebicycles.com/2005/en/velo_adultes.asp?BIKE=GARA&COLOR=JAUNE,MINUIT -- *no* idea if that's the one they have though [10:58] any idea of cost? [10:58] nice bike [10:59] free dude, free ;) [10:59] STI and shimano tiagra === kiko rubs eyes [10:59] bradb, huh? [10:59] free?! [10:59] it's the interest accumulated on the network card + late bday present + etc. [11:00] as long as it's only you and bjorn, i'll pay for the bikes [11:00] ! [11:00] but you paid for the card! [11:01] i did? when? [11:01] well, when you bought your new one I guess [11:02] heh [11:02] ok ok whatever [11:02] this rocks and rolls [11:02] do you have a road bike? [11:02] no. just the mountain bike. [11:02] no pedals yet; might not get any this year [11:04] bah, I've crashed launchpad again [11:04] I've been creating a pool option [11:04] and the name contained spaces and non-ascii characters [11:04] if anyone is interested in checking the logs [11:04] https://launchpad.net/people/moturuby/+poll/elect-team-leader/+vote-simple [11:05] the pool is now totally borked [11:06] jblack: around? [11:07] Right here, buddy [11:08] sweet [11:08] jblack: i repeatedly get this error: https://chinstrap.ubuntu.com/~dsilvers/paste/fileNvATQg.html [11:08] why do i get that error and what can i do to apply that CS to my revlib? [11:09] zyga, can you file a bug so I can paste in the error? [11:09] kiko: sure [11:10] lookin === mantiena [n=AKL@ctv-84-55-0-52.init.lt] has joined #launchpad [11:10] Hi all [11:11] hey mantiena [11:11] bradb: can you check your browser password list, and msg me the chinstrap user/pass? [11:11] https://launchpad.net/products/launchpad/+bug/3168 [11:11] Malone bug #3168: Creating pool option crashes the pool Fix req. for: launchpad (upstream), Severity: Normal, Assigned to: Nobody, Status: New http://launchpad.net/malone/bugs/3168 [11:11] when i try to do an upstream RCS import, it ust sends me bck to the same page,k any idea why [11:12] Mez, hmmm, what URL? [11:12] https://launchpad.net/products/katapult/+series/0.3/+source [11:12] or do you mean what I'm trying to import [11:12] jblack: are you in? [11:13] Anyone could help me import sources of one small product (live-installer udeb) into Bazaar ? [11:13] look at https://launchpad.net/products/live-installer/+series/stable [11:13] Mez, it appears that the form is successfully posting, but gives no feedback? or what are you changing there? [11:14] It just comes back up the same page [11:14] as if i ad first gone there, just with the svn url filled in [11:14] bradb: I was taping up a box. ;) [11:15] Bradb. got it [11:15] tar failed. [11:16] is tar missing, did you run out of diskspace, or memory? [11:16] me? [11:16] Actually, the problem isn't tar itself. [11:16] Its a bad gzip. [11:17] jblack: lots of diskspace and memory [11:17] Mez, what data are you filling out there? [11:17] bradb: Could you library be corrupted? [11:17] svn://svn.berlios.de/kubuntupult/trunk [11:17] jblack: maybe, but if that's what's causing it, my mental model is shattered [11:17] check out your revision library by running baz my-revision-library [11:18] jblack: check it out how/ [11:18] Well, something was ungzipped, and that gzip faile.d [11:18] i can get other patches, just not that one [11:18] which in turn caused tar to fail, which in turn cause baz to failed. [11:18] Yeah. Its a corrupt library or corrupt arch cache. [11:18] Lets check the arch cache first. [11:19] jblack: that's weird, because i've been step-adding revs to my lib to play nice with baz [11:19] cd .arch-caches/archives/rocketfuel@canonical.com/... the branch you're pointed at. [11:20] yup [11:21] presumably, ~/.arch-cache/archives/rocketfuel@canonical.com/launchpad--devel--0--patch-2256 [11:21] Is that there? [11:21] 2656, yeah [11:21] Ok. Kill it [11:21] people, please help me [11:22] jblack: killed [11:22] mantiena, jblack and ddaa are the people to help you, and ddaa is the better one [11:23] kiko, thanks [11:23] bradb: Now, there will be another cache.. the revlib one. [11:23] mantiena: What sort of problem is it? [11:23] bradb: I don't know where your library is, because its user defined. [11:23] I need to import sources of one small product (live-installer udeb) into Bazaar ? [11:23] look at https://launchpad.net/products/live-installer/+series/stable [11:23] mantiena: I can give you a hand with that as soon as I'm done with brad [11:23] Bazaar Publishing is Testing for about 4 days :( [11:24] jblack, ok, thank you very much [11:24] Oh, so you've already started the import, but its still running. [11:24] bradb: However, it should have the same path style as your .arch-cache, but based off of whatever baz my-revision-library tells you === stub [n=stub@203-214-4-72.dyn.iinet.net.au] has joined #launchpad [11:24] jblack: in my revlib, i see stuff like launchpad--devel--0--patch-2655, but no 2656 [11:25] Ok. it could be failing on 2655, to take that one out [11:25] ok, removed [11:25] Ok. try get-changeset again [11:26] jblack, I meant "more appropriate" when I meant better -- but only because IIRC ddaa has been doing work on the imports recently, sorry [11:26] mantiena: What product? (and is it affiliated with a project?) [11:26] kiko: Oh, I'm not offended at all. :) [11:27] and if he's already got an important thats running - but -isn't, then I may have to punt to ddaa anyways. [11:27] I miscommunicated [11:27] Regardless, I can triage the problem for him, so that he can spend less time on it. [11:27] jblack: mm [11:27] bradb@oxygen:~ $ baz get-changeset "$rocketfuel--patch-2656" [11:27] unable to rename "launchpad--devel--0--patch-2656.patches" to "../launchpad--devel--0--patch-2656.patches" (Directory not empty) [11:27] did i miss something there? [11:27] jblack, I don't understand what you are asking :( I told product name to you 3 minutes ago [11:27] Its trying to create the directory, but it exists from the last thing you ran. [11:28] mantiena: Ahh, I'll scrollback for it then. [11:28] ah, live-installer. [11:28] ;) === mantiena thinks, that jblack is overloaded ... [11:29] how can i get the new context and url from a serie that has changed product? [11:29] spooky. Why did searching for "live-instaler" work for "live-installer" [11:29] jblack: ah, ok, yeah, that was me manually going onto chinstrap and grabbing it. removed that dir...and it works!! [11:29] woo! [11:29] jblack, because of the way fti works [11:29] jblack++ [11:29] I'm all about wooing on friday nights [11:30] mantiena: Its a failed job. [11:31] hey stub [11:31] It failed because the webserver gave a 301 Moved Permanantly (http://ftp.ak1.lt" [11:31] yo [11:31] hi stub [11:31] i think i filled up the librarian [11:31] jblack, where you see this message ? [11:31] on staging [11:31] SteveA: did you enjoy it? [11:31] jblack: it was an experience [11:31] mantiena: I saw it on a backend maintenance page. [11:32] guys, good night, I'll melt at home, got full of melting in office (still 32 degrees and it's already dark) [11:33] mantiena: If you find me the right location, then I can fix that for you and get the import started up. [11:33] jblack, but I can go without problems to http://ftp.akl.lt/users/mantas/live-installer/live-installer-0.1 [11:33] cprov: come to lithuania. it's like montreal. [11:33] jblack: in closing, i wouldn't be surprised if the corruption happened when i ran out of disk space right at the end of a commit [11:33] SteveA, hehe, you are from pov.lt ? [11:33] bradb: Thats my suspicion. [11:33] SteveA: should I say "heaven";) [11:33] mantiena: i'm squatting in their offices [11:34] :) [11:34] SteveA, it seems I know your wife ... :) === cprov really goes, bye lucky cold hackers [11:34] mantiena: Perhaps its a missing file that the webserver can't find (that pysvn needs, that your client doesn't), and it redirects. [11:35] mantiena: I'll forward an email to ddaa for you though, ok? [11:35] jblack, ok [11:35] mantiena: would you like a carbon? [11:36] jblack, maybe there could be problem because http://ftp.akl.lt/users/mantas/live-installer/live-installer-0.1/ really isn't SVN, but simpy unpacked sources ? [11:36] what is carbon ? [11:36] carbon copy. CC: [11:36] ok [11:36] Where to? [11:36] mantas@akl.lt [11:37] oh, .lt. That's why you asked about the pov.lt ;) [11:37] yes [11:40] mantiena: While writing ddaa, I gave that listed url a try. [11:40] It doesn't work for me either. [11:40] Are you _sure_ that svn co http://ftp.akl.lt/users/mantas/live-installer/live-installer-0.1 is right? [11:42] jblack, http://ftp.akl.lt/users/mantas/live-installer/live-installer-0.1/ really isn't SVN, but simpy unpacked sources ;) [11:42] Oh, that's right. You mentioend that. Yeah. We need an actual svn server to talk to [11:43] jblack, but live-installer project doesn't have nor SVN nor CVS, only tar.gz and unpacked sources [11:43] sveikas mantai. trbut tau rekia paisti viso pov.lt. [11:44] mantiena: That's cool. We have tarball import method too [11:44] jblack, how ? [11:44] What directory has the tarballs? [11:44] Seveas, nesupratau k norjai pasakyti :( [11:44] mantiena, ?!? [11:44] Stop saying I smell bad! [11:45] jblack, almost the same - http://ftp.akl.lt/users/mantas/live-installer/ === Mez [n=Mez@cpc4-lich4-3-0-cust247.brhm.cable.ntl.com] has joined #launchpad [11:45] Mez, care to restate your problem? [11:45] mantiena: There's only one tarball? [11:46] when trying to import a svn branch, it just brings me back to the same page as if i hadnt clicked submit [11:46] mantiena: tik "sveikas". [11:47] Mez: Give me a moment to finish up with mantiena, and I'll lend you a hand [11:47] jbailey, yes - in tallball are the sources [11:47] But thats it. This is the only version. There's no 0.0.9, no 0.0.1, etc? [11:48] mantiena: Ok. You've already got the ftp info there, but the svn stuff is in the way. I don't have the permissions to fix that, so I'll mail this to ddaa. [11:49] only one last (and first public) version is there - noone needs not working live-installer ;) === arkalon [n=__@mtngprs7.mtn.co.za] has joined #launchpad === BjornT [n=bjorn@84.32.140.183] has joined #launchpad [11:50] mantiena: Mail sent. ddaa has gone to bed for the night though, so he may not see it until tomorrow or monday. [11:51] Mez: Ok. Which product, and is it associated with a project? [11:51] jblack, ok, thanks for help [11:51] jblack: katapult [11:51] btw, thanks for the help [11:51] Mez: I should have guessed. :) [11:52] mez: Give me a moment to look at it [11:52] jblack :P [11:52] Mez: Ok. The page isn't as clear as it could be. [11:52] ...? [11:52] You probably didn't notice, but on the bottom right of https://launchpad.net/products/katapult/+series/0.3, a new box showed up showing an import status of Testing [11:53] Mez: However, I can tell you that its in the import system now, and because you're one of those cool guys, I've forced it to the top of the list. ;) [11:54] aw :D [11:54] Bazaar Publishing: Test Failed [11:54] Yes. [11:55] Give me a moment to look at it a little closer. [11:55] hmmm. I'm guessing you left the arch fields blank? [11:56] arch fields? [11:57] It may have asked you for an archive, a branch, a category. Perhaps not. [11:57] But they're in there now, and its testing [11:58] Mez: importing. === BjornT [n=bjorn@84.32.140.183] has joined #launchpad [12:00] Mez: Unfortunately there's a bug in import that will need fixing. [12:00] lol [12:00] trust me to find the bugs [12:01] Good job, man [12:01] lol [12:01] I always seem to do this [12:01] try something new [12:01] find a bug [12:01] like when I first tried to package something [12:01] and found a bug in findutils