/srv/irclogs.ubuntu.com/2006/07/21/#launchpad.txt

=== flacoste [n=francis@modemcable207.210-200-24.mc.videotron.ca] has left #launchpad ["Bye"]
=== Spads [n=crack@host-87-74-89-130.bulldogdsl.com] has joined #launchpad
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad
=== BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad
=== xenru|clone [n=Miranda@85.192.13.4] has joined #launchpad
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad
=== _mholthaus [n=mholthau@johnny33.dersbach.ch] has joined #launchpad
=== mholthaus__ [n=mholthau@johnny33.dersbach.ch] has joined #launchpad
=== raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad
=== dsas [n=dean@host81-158-222-31.range81-158.btcentralplus.com] has joined #launchpad
=== lfittl [n=lfittl@85-125-227-78.dynamic.xdsl-line.inode.at] has joined #launchpad
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad
lifelessspiv: is your review load ok ?02:17
lifelessspiv: I'd like to giveyou stubs pillar02:17
=== rpedro_ [n=rpedro@87-196-15-181.net.novis.pt] has joined #launchpad
=== LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad
=== stub [n=stub@ppp-58.8.2.20.revip2.asianet.co.th] has joined #launchpad
=== mpt__ [n=mpt@203.118.156.188] has joined #launchpad
spivlifeless: I'm only partway through malcc's branch, and I also need to reply to stub's librarian-layer review reply, so I think I'd prefer if you gave it to somebody else.03:09
lifelessok03:11
lifelessjamesh: hows your load ?03:11
jameshlifeless: two branches which I plan to do today.03:12
lifelessboth tiny:003:12
jameshlifeless: I'll be at the sprint next week though03:12
lifelessah right03:12
lifelessalso, dyson is approved. Yay.03:12
=== lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #launchpad
=== BjornT [n=bjorn@84.32.240.183] has joined #launchpad
=== bradb [n=bradb@modemcable048.58-130-66.mc.videotron.ca] has left #launchpad []
=== mpt_ [n=mpt@203.118.156.188] has joined #launchpad
=== lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #launchpad
stubDoes that dyson fix also handle unreachable urls? Or is that still pending.05:28
=== milosz [n=dem@ninkendo.org] has joined #launchpad
jameshstub: they'll get logged and skipped06:12
jameshstub: at least at the level of the HTTP walker code, which now follows os.walk() behaviour closer06:12
mpt_Gooooooooooooooooooooood evening Launchpadders!07:02
ajmitchand such a lovely warm evening it is too07:06
jameshit'll be warmer once I get to London ...07:07
mpt_Warm evening?07:26
mpt_Out of Dunedin again, ajmitch?07:26
=== rraphink [n=raphink@ubuntu/member/raphink] has joined #launchpad
ajmitchmpt_: hardly, I'm trying to keep warm here :)07:29
jameshlifeless: any progress on packaging the tickcount extension?08:01
lifelessjamesh: aw shoot, I forgot.08:02
lifelessI'll do it Monday08:02
jameshthought you might have :)08:02
=== Fujitsu [n=Fujitsu@c58-107-168-5.eburwd7.vic.optusnet.com.au] has joined #launchpad
=== raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad
mpt_cprov, ping08:28
mpt_ugh08:35
mpt_Any test in any branch is failing with "__init__() got an unexpected keyword argument 'prejoins'"08:36
mpt_spiv, do I need to update sqlobject or something?08:36
mpt_oh, spiv's away08:36
mpt_jamesh?08:36
jameshmpt_: yeah?08:36
lifelessupdate sqlobject yes08:36
mpt_ok, ta08:36
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad
spivmpt_: just got back, actually :)08:37
mpt_0 revisions pulled08:37
lifelessoh :(08:37
mpt_Is it still sqlobject/0.6/test/ ?08:37
jameshmpt_: what do you get if you run "(cd sourcecode/sqlobject; bzr revno)"08:38
jamesh?08:38
mpt_jamesh, 6608:38
spivThat's the right number.08:39
jameshmpt_: are you sure that's the copy of SQLObject that's being used by the tests?08:39
mpt_No, but I haven't consciously done anything to change it08:39
mpt_How would I tell?08:39
jameshdoes the lib/sqlobject symlink point to that copy?08:39
spivCheck the paths in the tracebacks you're getting.08:40
mpt_sqlobject -> ../sourcecode/sqlobject/sqlobject/08:40
spivMysterious.08:41
mpt_actually maybe I'm conflating two branches08:42
mpt_Aha, that branch has revno 5508:42
mpt_Whereas the recent one has a different error08:42
spivAh :)08:42
mpt_sorry for the confusion, I'll pastebin the new error08:43
=== SteveA [n=steve@219.Red-81-35-132.dynamicIP.rima-tde.net] has joined #launchpad
mpt_spiv, https://chinstrap.canonical.com/~dsilvers/paste/filecrSEwC.html08:45
SteveAmorning08:45
mpt_hi SteveA 08:45
spivmpt_: "make build"08:46
jameshmpt_: when you have some time, you might want to look at the new bug page changes from the bug tags branch in case there are some improvements you'd like to make08:47
mpt_spiv: eh. How anticlimactic. thanks :-)08:48
mpt_So is that a bug that a doctest fails unless you do a make of some sort first?08:48
mpt_(08:49
mpt_(I guess every other time I've done one, it's been after a make run)08:49
spivmpt_: you basically can't import any significant amount of launchpad code with running 'make build' first.08:51
spivmpt_: Because the security proxy code in Zope is C code, and nearly everything relies on them one way or another.08:51
mpt_I mean, is it a bug that the test system doesn't do make itself just in case08:52
spivI don't think so.  'make check' depends on 'make build' already.  It would be complicated to make test.py invoke make, because then you'd have make invoking test.py invoking make...08:54
spivIt is arguably a bug that the error you get is so unhelpful.08:54
lifelesstest.py could import zope.interfaces08:56
lifelessor some other C module08:56
jameshSteveA: I'm doing another test import of the SF data on demo.lp.net (with bug tag support now).  I think after this runs successfully, I'd like to get a fresh production dump on demo.lp.net and announce it08:58
spivYeah, it could be done, but it would still be fragile.  I don't the minimal benefit is worth the effort.08:58
lifeless[trivial]  it; )08:59
jameshhttps://demo.launchpad.net/products/python/+bugs <- tags portlet on the left08:59
spivTyping "make build" isn't hard.  For new branches you really need to do "make schema" anyway, in case someone's merged some schema changes, and that already implies "make build".08:59
jameshmpt_: you can see the bug page changes here: https://demo.launchpad.net/products/python/+bug/65477 -- a <fieldset> around the description and a list of tags below that09:01
SteveAjamesh: that's great09:03
=== rpedro_ [n=rpedro@87-196-105-178.net.novis.pt] has joined #launchpad
=== carlos [n=carlos@175.Red-88-9-38.dynamicIP.rima-tde.net] has joined #launchpad
=== danilos [n=danilo@82.117.204.173] has joined #launchpad
jameshSteveA: also, do you know of a list of the main Python developers preferred email addresses?09:19
=== carlos [n=carlos@175.Red-88-9-38.dynamicIP.rima-tde.net] has joined #launchpad
=== carlos [n=carlos@175.Red-88-9-38.dynamicIP.rima-tde.net] has joined #launchpad
carlosmorning09:22
=== mpt_ growls at the "You're already logged in" page
=== carlos is sooo happy to have his laptop back ;-)
mpt_jamesh, thanks for pointing it out, I'll make it a bit lighter09:38
jameshmpt_: now all we need is one of those pages with lots of different size fonts and we'll be that much closer to being web 2.0 compatible09:39
=== stub [n=stub@ppp-58.8.2.20.revip2.asianet.co.th] has joined #launchpad
mpt_jamesh, "tag clouds"09:50
mpt_But we don't have enough gradients yet09:51
stublifeless: Any reason you want to link SourcepackageRelease to (revision, branch) instead of just revisionnumber?09:58
lifelessyup09:58
lifelessif someone does 'uncommit' the revision will disappear from the branch09:59
lifelessbut SPR must still have a handle to it09:59
lifelessone way to do that is to have revisionnumber have a field for 'really is present', but a cleaner way is to record that the SPR was 'from this branch and this revision', whereas revisionnumber is saying 'right now, these are the revisions in this branch' with no assertion about what *used* to be in it.10:00
stubIf someone does uncommit, the revision and branch the Sourcepackage was generated from is just noise anyway because it no longer actually exists (?)10:01
lifelessnope10:01
lifelessif they do uncommit, we still have a copy of the revision contents.10:01
stubBut what good does that do anyone? Does it serve a purpose besides chewing up space in the DB?10:02
lifeless(in the supermirror) - though we can be more tightly integrated between the db and what the supermirror contains in the future, to set constraints on revision cleanup10:02
lifelessit lets us display the diff between the releases10:02
lifelesseven a push --overwrite will remove teh revisionnumber record for the revision from the branch, but still does not invalidate the SPR's reference.10:03
stubok. I had assumed you couldn't do operations like that just from the db information.10:03
lifelesswell, we need both the db information and the supermirror10:04
lifelessif we were to lose the db information we cannot do the operation at all10:04
jameshstub: any chance of getting a fresh production dump for the launchpad_demo db?10:05
stubjamesh: Sure.10:05
stublifeless: I  might need to get you to write table comments for these tables - it is difficult for me to work with the model when I have neither documentation nor advanced bzr theory.10:07
lifelessstub: sure. I've tried to give some comment like text in the spec, but I'll be happy to enlarge on it.10:07
jameshstub: thanks.  The SF import script along with one to setup python-dev and python-infrastructure teams should give a good final import10:07
stublifeless: I'll check out the spec in more details later and refresh my mind on the related ones. Do you know what timeframe we are looking at for implementation?10:08
lifelessstub: well, once the db patch is in place, I'll make a branch10:09
lifelessI'll spend a few hours a week on making tests pass with the new db shape10:09
stubjamesh: Do you want the same snapshot restored or a fresh production snapshot?10:09
lifelessonce thats done, its implemented :)10:09
stublifeless: ok. So nowish is good.10:10
jameshstub: a fresh snapshot would save me from having to run the posubmission duplicate removal script, so I'll take that one if it is as easy to do10:10
lifelessstub: yes please!10:10
jameshlifeless: ddaa reports that the branch scanner is running a lot faster now.10:12
lifelesssweet10:12
jameshthe next rollout should make it slightly faster still: it was trying to scan never-mirrored branches every run10:12
jameshI guess the next area for optimisation is to make the interval at which branches get pulled a bit smarter10:13
jameshtaking failures and last modified dates into account10:13
lifelessright10:14
lifelesswe have all the data to do that10:14
=== malcc [n=malcolm@host86-134-233-12.range86-134.btcentralplus.com] has joined #launchpad
=== mpt [n=mpt@203.118.156.188] has joined #launchpad
=== doko [n=doko@dslb-088-073-104-250.pools.arcor-ip.net] has joined #launchpad
=== danilo__ [n=danilo@82.117.204.4] has joined #launchpad
=== dsas [n=dean@host81-158-222-31.range81-158.btcentralplus.com] has joined #launchpad
=== jinty [n=jinty@213-156-52-99.fastres.net] has joined #launchpad
elmojamesh/stub: ?12:30
jameshelmo: yeah?12:31
elmojamesh: carbon's running out of disk, is it all right if I take it down to move postgresql to a different array?12:31
stubYo12:32
stubI can clean out a big chunk once this dbrestore is done, or now if it is urgent (I have a spare launchpad database loaded we don't really need).12:33
stubI wasn't going to bother with disk reorg until after the demo was done12:33
elmo/dev/cciss/c0d0p1      65G   60G  1.3G  98% /12:33
elmothat's my only concern ;-)12:34
elmoI don't mind if it runs out of space, just assumed you would12:34
stubSorted now - back to 84% and will drop further in a short while12:34
elmook12:35
stub(restore is done, ready to swap old db for new db)12:35
jameshshould I kill the LP instance?12:35
elmowell, the external array is sat idle, so I'm happy to bring it online for you if you want, to avoid this again12:35
=== Zomb [n=eb@x118.rhrk.uni-kl.de] has joined #launchpad
jameshif the db restore is done and you want to move things round you may as well 12:36
stubjamesh: New db is there now12:38
stubjamesh: You might want to rerun update.py, security.py to ensure it is in sync with your codeline.12:38
jameshstub: thanks12:39
stubelmo: Don't worry about it.12:39
elmostub: okay12:39
=== ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad
=== Zomb [n=eb@x118.rhrk.uni-kl.de] has joined #launchpad
=== Zomb- [n=eb@x118.rhrk.uni-kl.de] has joined #launchpad
daniloshey guys01:14
danilosif I want to check differences between dir(IPOFile) and dir(DummyPOFile), is there an easy way to do that?01:15
danilos(I want to see what is missing in DummyPOFile, which "implements IPOFile")01:15
BjornTdanilos: zope.interface.verify.verifyObject(dummy_po, IPOFile)01:16
danilosBjornT: hum, I want to do that only once, so how do I get all the machinery up to test this and print it at stdout?01:17
SteveAit's important to verify the object, not the class01:17
SteveAbecause it really is the object we care about01:17
danilosSteveA: yeah, but the thing is that I am implementing a class and need to implement missing methods, as in bug #44860 (if we don't want to wait for the other oopses like that)01:18
UbugtuMalone bug 44860 in rosetta "Crash when we try to pass a query string to a POFile that doesn't exist yet." [High,Confirmed]  http://launchpad.net/bugs/4486001:18
SteveAdanilos: yes.  you implement the methods in the class so that the object will have the methods available01:18
danilosI mean, implementing just the missing stuff for 44860 is simple, and I've did that already01:18
danilosSteveA: but I just want a list of stuff I am missing, not to have to look at it by hand :)01:18
SteveAthis is a good case for an interface tests, perhaps, like francis did for something recently01:19
SteveAyou can use dir, Interface.names and set operatoins01:19
SteveAyou'll need to remember to get all the names, taking into account parent interfaces01:19
SteveABjornT: would you point danilos at the right APIs for this please?01:20
SteveAI need to go and take part in a meeting now01:20
danilosok, where do I look up for interface tests?01:20
danilosSteveA: ok, thanks01:20
BjornTdanilos: sorry, it should be verifyObject(IPOFile, dummy_po)01:21
danilosBjornT: ok, but where do I go to put that? do I implement something like a pagetest?01:22
jameshBjornT: https://demo.launchpad.net/products/python/+bugs <- bug tags in action01:23
BjornTdanilos: for now, i'd suggest adding it to pofile.txt, or create a new dummypofile.txt which would test DummyPOFile.01:27
danilosBjornT: ok, will do that then01:28
=== BjornT- [n=bjorn@213.226.190.253] has joined #launchpad
BjornT-danilos: for now, i'd suggest adding it to pofile.txt, or create a new dummypofile.txt which would test DummyPOFile.01:36
=== BjornT- has some problems with his internet connection
danilosBjornT-: yeah, ok, I've seen that bit, I'll do that01:37
BjornT-jamesh: looks good. how do you generate the tag names? 'core--c-code-' and 'library--lib-' looks a bit strange.01:38
jameshBjornT-: convert everything that isn't a valid name character to a dash ...01:38
jameshnot the best algorithm, but it can be cleaned up later01:39
jameshso I think the original text was "Core (C Code)" and "Library (lib)"01:39
=== matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
mptcollapse multiple dashes01:45
=== glatzor [n=sebi@ppp-82-135-83-247.dynamic.mnet-online.de] has joined #launchpad
ddaauser ask about webspace to host release tarballs on launchpad from time to time02:00
ddaaor project home pages02:00
ddaais that still true that the vocation of Launchpad is to centralise metada and that this sort of bandwidth intensive stuff should be stored somewhere else?02:01
=== LeeJunFan_ [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad
=== mholthaus_ [n=mholthau@johnny33.dersbach.ch] has joined #launchpad
=== Ubug2 [n=bugbot@ubuntu/bot/ubugtu] has joined #launchpad
=== ajmitch [n=ajmitch@ubuntu/member/ajmitch] has joined #launchpad
=== sivang [i=sivan@muse.19inch.net] has joined #launchpad
=== xenru [n=Miranda@85.192.13.4] has joined #launchpad
=== lfittl [n=lfittl@85-125-227-78.dynamic.xdsl-line.inode.at] has joined #launchpad
=== Spads [n=crack@217.205.109.249] has joined #launchpad
ddaaYay! New cscvs/bzr-native branch up for review02:24
ddaaBjornT: if you could review that before going on leave (I understand you are the guy who always get the bzr-native reviews), I would be grateful.02:24
lifelessddaa: hes not02:25
lifelessddaa: let the process do its thing02:25
ddaayes Mr. Process02:26
ddaatime to tackle importd/bzr-native :)02:28
ddaaMh02:28
=== cprov [n=cprov@201-43-146-30.dsl.telesp.net.br] has joined #launchpad
=== salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
=== bradb_ [n=bradb@209.217.74.66] has joined #launchpad
elmosalgado: can groups arbitrarily add other groups to themselves?02:36
=== carlos -> lunch
carloselmo: in launchpad, yes02:36
salgadoelmo, yes, team admins can do that02:36
carlosbut I think you should be admin02:36
carlosright02:36
elmosalgado: meep, that's kind of unfortunate02:38
salgadoelmo, why?02:38
elmowell, I could for example create a group called DEBIAN-Is-T3H-SUCK, and then add ubuntu-members to it02:38
elmoor, in a real world example, a joke translation group called ubuntu-l10n-en-us-fargo added a non-joke translation group ubuntu-l10n-en-gb to themselves, making the en-gb look like the joke en-us-fargo is02:39
elmo[and obviously when you visit the en-gb team's page, you see "this team is a member of en-us-fargo"] 02:40
salgadoyeah, I see what you mean. :/02:42
ddaaFrom a purely technical/security perspective, team membership has positive value: it does prevent you from doing anything you could do before, it can only add rights.02:42
ddaaI find it interesting that from a human perspective it can have negative value, in the eye of the beholder.02:43
ddaa* it does _not_ prevent you02:43
ddaaI find it somewhat similar to bug 29863 as opposed to bug 4163902:45
Ubug2Malone bug 29863 in launchpad "Workflow to transfer ownership" [Medium,Confirmed]  http://launchpad.net/bugs/2986302:45
Ubug2Malone bug 41639 in launchpad "Product owner should be able to reassign ownership to another user." [High,Fix committed]  http://launchpad.net/bugs/4163902:45
ddaaIn that, in general, membership and ownership have a cost.02:46
=== ploum [n=ploum@ubuntu/member/ploum] has joined #launchpad
bradb_Maybe you should be able to add only teams of which you're a member (directly or indirectly) to other teams.02:49
salgadoso, maybe we should always require the confirmation from an admin of the team that is being added as a member?02:49
ddaasalgado: see bug 2986302:49
Ubug2Malone bug 29863 in launchpad "Workflow to transfer ownership" [Medium,Confirmed]  http://launchpad.net/bugs/2986302:49
ddaabradb_: that would be a worthwile optimisation02:50
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad
salgadoddaa, yes, I saw it. that's why I thought of requiring the confirmation02:50
ddaawhen the user has the necessarry rights to both propose and accept the transfer/membership, the validation could be shorted out.02:51
elmosalgado: sounds good to me02:51
salgadookay, /me files a bug02:54
ddaasalgado: maybe just edit bug 29863, I already added comments02:55
Ubug2Malone bug 29863 in launchpad "Workflow to transfer ownership" [Medium,Confirmed]  http://launchpad.net/bugs/2986302:55
ddaabradb_: the new "add attachement" UI in the comment form is nice, but it makes it harder to post a comment. Previously I could just do tab-return to post a comment, now I need to tab across the attachement form...02:57
salgadoddaa, although we're going to solve both bugs similarly, they're in fact different bugs and will probably not be fixed at the same time, so I'd prefer to have separate bugs. (I'll mention 29863 on the new one, though)02:57
bradb_ddaa: yeah. i wonder if tab should skip over the attachment form? i wonder what mpt thinks.02:57
ddaabradb_: do you need me to file a bug?02:58
bradb_ddaa: sure02:58
=== radix [n=radix@209.217.74.66] has joined #launchpad
ddaabradb_: bug 5363503:06
Ubug2Malone bug 53635 in malone "attachement form makes it harder to post comment" [Untriaged,Unconfirmed]  http://launchpad.net/bugs/5363503:06
ddaaWow! Palindrome post!03:06
bradb_ddaa: thanks03:18
=== flacoste [n=francis@modemcable207.210-200-24.mc.videotron.ca] has joined #launchpad
=== mdz [n=mdz@152.Red-83-35-137.dynamicIP.rima-tde.net] has joined #launchpad
=== Keybuk [n=scott@quest.netsplit.com] has joined #launchpad
=== milosz [n=dem@ninkendo.org] has joined #launchpad
bradb_I want to be precise in my API documentation about the default value for a datecreated column. Is it appropriate to reference canonical.database.constants.UTC_NOW in interface documentation?04:23
bradb_It seems accurate and precise, but I don't see any reference to that constant in any other launchpad interface documentation.04:24
=== fabbione [i=fabbione@gordian.fabbione.net] has joined #launchpad
carlosbradb_: Well, it's a constant.... I guess is ok to do it04:53
bradb_carlos: Yeah, I think I'll go with it.04:56
=== cprov [n=cprov@monga.dorianet.com.br] has joined #launchpad
=== flacoste [n=francis@209.217.74.66] has joined #launchpad
=== DongkraX [n=perkasa_@202.152.4.146] has joined #launchpad
=== mdz [n=mdz@178.Red-81-35-130.dynamicIP.rima-tde.net] has joined #launchpad
=== danilos [n=danilo@82.117.204.4] has joined #launchpad
=== Enverex [i=user@host-84-9-189-109.bulldogdsl.com] has joined #launchpad
=== bradb_ [n=bradb@209.217.74.66] has joined #launchpad
=== carlos -> out
EnverexDoes anyone know how the Karma on Launchpad works? Is it automatically given or is it assigned by people?06:02
malccIt's automatically given06:03
ddaaIt's given automatically06:03
ddaaThough, you could possibly bribe stub to get a higher karma, if you really wanted to :)06:03
Enverexlol, awww, I thought it was people showing their appreciation =/06:04
ddaaThe idea of allowing people to donate or substract karma to/from other people has been bounced already.06:04
ddaaI personally do not care enough about karma to tell you much more.06:05
EnverexNot really subtract, just add (like answering stuff, etc) but yeah, it normally doesn't work, heh06:05
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad
=== SteveA [n=steve@178.Red-81-35-130.dynamicIP.rima-tde.net] has joined #launchpad
=== Kamping_Kaiser [n=kgoetz@easyubuntu/docteam/kgoetz] has joined #launchpad
Kamping_Kaiserhi all, i just copped ID  OOPS-202C253  trying to jump to a bug. is this me doign somethign wrong or is malone broken?06:10
Ubug2https://chinstrap.ubuntu.com/~jamesh/oops.cgi/202C25306:10
BjornTKamping_Kaiser: it's a bit unclear, but that's a 'not found' page, and means that the bug doesn't exist. you mis-typed the bug number, it contains one digit too much.06:23
BjornTKamping_Kaiser: i think there's a bug open on that a nicer page should be shown, saying that the bug doesn't exist.06:23
matsubaraBjornT, Kamping_Kaiser: fwiw, it's bug 601006:25
UbugtuMalone bug 6010 in malone "Custom bug not found page for inexistent bugs." [Medium,Confirmed]  http://launchpad.net/bugs/601006:25
Kamping_Kaiser BjornT thanks, i suppose i must have copied a debian bug into the LP bug number spot... damn shared changelogs06:26
=== jsgotangco_ [n=jsg123@125.212.122.231] has joined #launchpad
=== milosz [n=dem@ninkendo.org] has joined #launchpad
=== ubuntulog [i=ubuntulo@195.22.207.161] has joined #launchpad
=== Topic for #launchpad: https://launchpad.net/ | developer meeting: Thu 20 July, 1200UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39
=== Topic (#launchpad): set by mpt_ at Sat Jul 15 11:21:55 2006
=== mholthaus_ [n=mholthau@212.98.50.33] has joined #launchpad
=== LeeJunFan_ [n=junfan@69.210.207.5] has joined #launchpad
=== doko [n=doko@88.73.104.250] has joined #launchpad
=== fabbione [i=fabbione@195.22.207.162] has joined #launchpad
=== Zomb [n=eb@131.246.89.118] has joined #launchpad
=== radix [n=radix@209.217.74.66] has joined #launchpad
=== Keybuk [n=scott@quest.netsplit.com] has joined #launchpad
=== SteveA [n=steve@81.35.130.178] has joined #launchpad
=== spiv [n=andrew@218-214-66-203.people.net.au] has joined #launchpad
=== #launchpad [freenode-info] help freenode weed out clonebots, please register your IRC nick and auto-identify: http://freenode.net/faq.shtml#nicksetup
=== rpedro [n=rpedro@87.196.105.178] has joined #launchpad
=== malcc [n=malcolm@86.134.233.12] has joined #launchpad
=== lamont [n=lamont@mib.fc.hp.com] has joined #launchpad
=== ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #launchpad
=== Topic for #launchpad: https://launchpad.net/ | developer meeting: Thu 20 July, 1200UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39
=== Topic (#launchpad): set by mpt_ at Sat Jul 15 11:21:55 2006
=== rpedro [n=rpedro@87.196.105.178] has joined #launchpad
=== atomsk [n=radix@209.217.74.66] has joined #launchpad
=== fabbione [i=fabbione@195.22.207.162] has joined #launchpad
=== lamont [n=lamont@15.238.4.198] has joined #launchpad
=== matsubara [n=matsubar@200.171.140.32] has joined #launchpad
=== Kinnison [n=dsilvers@217.155.91.117] has joined #launchpad
=== spiv [n=andrew@218.214.66.203] has joined #launchpad
=== jamesh [n=james@203-59-20-109.dyn.iinet.net.au] has joined #launchpad
=== mholthaus_ [n=mholthau@johnny33.dersbach.ch] has joined #launchpad
=== JanC [n=janc@lugwv/member/JanC] has joined #launchpad
=== frodon_ido [n=patrick@213.49.212.229] has joined #launchpad
=== glatzor [n=sebi@ppp-82-135-83-247.dynamic.mnet-online.de] has joined #launchpad
=== milosz [n=dem@ninkendo.org] has joined #launchpad
=== [PUPPETS] Gonzo [i=gonzo@80.69.47.16] has joined #launchpad
=== ajmitch [n=ajmitch@203.89.166.123] has joined #launchpad
=== sfllaw [i=sfllaw@debian/developer/coleSLAW] has joined #launchpad
=== Spads [n=crack@217.205.109.249] has joined #launchpad
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad
=== malcc [n=malcolm@host86-134-233-12.range86-134.btcentralplus.com] has joined #launchpad
=== BjornT [n=bjorn@213.226.190.220] has joined #launchpad
=== sladen [i=paul@starsky.19inch.net] has joined #launchpad
=== jordi [n=jordi@115.Red-213-96-69.staticIP.rima-tde.net] has joined #launchpad
=== mpt [n=mpt@203.118.156.188] has joined #launchpad
=== auth00 [i=auth@evot.olf.sgsnet.se] has joined #launchpad
=== Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #launchpad
=== #launchpad [freenode-info] if you're at a conference and other people are having trouble connecting, please mention it to staff: http://freenode.net/faq.shtml#gettinghelp
=== sivang [i=sivan@muse.19inch.net] has joined #launchpad
=== elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #launchpad
=== LarstiQ [n=larstiq@cust.7.157.adsl.cistron.nl] has joined #launchpad
=== lifeless [n=robertc@dsl-116.3.240.220.rns01-kent-syd.dsl.comindico.com.au] has joined #launchpad
=== kgoetz [n=kgoetz@easyubuntu/docteam/kgoetz] has joined #launchpad
=== ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad
=== Starting logfile irclogs/launchpad.log
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #launchpad
=== Topic for #launchpad: https://launchpad.net/ | developer meeting: Thu 20 July, 1200UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39
=== Topic (#launchpad): set by mpt_ at Sat Jul 15 11:21:55 2006
=== raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad
=== lifeless [n=robertc@dsl-116.3.240.220.rns01-kent-syd.dsl.comindico.com.au] has joined #launchpad
=== asw [n=asw@karuna.med.harvard.edu] has joined #launchpad
=== ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad
=== rpedro_ [n=rpedro@87-196-69-135.net.novis.pt] has joined #launchpad
=== atomsk_ [n=radix@209.217.74.66] has joined #launchpad
=== Enverex [i=user@host-84-9-189-109.bulldogdsl.com] has joined #launchpad
=== Spads [n=crack@host-87-74-89-130.bulldogdsl.com] has joined #launchpad
LarstiQwuh, karma sure is jumping around a lot lately09:46
=== BjornT_ [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad
=== BenC [n=bcollins@debian/developer/bcollins] has joined #launchpad
BenCCan someone check OOPS-202B278 and let me know what I did to break lp? :)09:59
Ubugtuhttps://chinstrap.ubuntu.com/~jamesh/oops.cgi/202B27809:59
salgadoBenC, it takes a few minutes for OOPSes to show up. I'll check as soon as it shows up10:02
BenCthanks10:03
salgadoBenC, that's a known bug, for which a fix is already committed but not yet in production10:08
=== salgado tries to find the bug
salgadoBenC, bug 5347610:10
UbugtuMalone bug 53476 in malone "OOPS while assigning karma to a person when changing a DistroRelease bugtask status" [Medium,Fix committed]  http://launchpad.net/bugs/5347610:10
BenCso if I don't set the status, it should work?10:11
BenCyep, that worked10:12
BenCthanks10:12
salgadonp10:12
=== newz2000 [n=matt@12-216-147-124.client.mchsi.com] has joined #launchpad
newz2000is launchpad translated to different languages? I'm writing documentation and was curious if people will see different things depending on their native language.10:22
mdkenewz2000: no, all English afaik10:24
newz2000ok. Thanks. That actually makes things a little easier for me.10:24
mdke:)10:24
=== BenC [n=bcollins@debian/developer/bcollins] has left #launchpad ["Ex-Chat"]
=== newz2000 [n=matt@12-216-147-124.client.mchsi.com] has left #launchpad ["Talk]
=== jamesh [n=james@203-59-20-109.dyn.iinet.net.au] has joined #launchpad
=== daq4th [n=darkness@netstation-005.cafe.zSeries.org] has joined #launchpad
=== Enverex [i=user@host-84-9-189-109.bulldogdsl.com] has joined #launchpad
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad
=== BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad
=== Enverex [i=user@host-84-9-189-109.bulldogdsl.com] has joined #launchpad

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!