/srv/irclogs.ubuntu.com/2008/10/14/#launchpad.txt

=== salgado is now known as salgado-afk
=== kiko is now known as kiko-afk
mwhudson_hey, can someone who's not a launchpad dev go to this page please? https://code.staging.launchpad.net/launchpad01:07
stgrabermwhudson_: done, logining in now01:09
stgraber*loging01:09
stgraberNot allowed there01:09
mwhudson_stgraber: do you still get a "not allowed here" page?01:09
mwhudson_right01:09
wgrantmwhudson_: It 403s due to ~launchpad-pqm/launchpad/devel01:10
mwhudson_did either of you get an oops id?01:10
wgrantNo.01:10
wgrantIt's a forbidden.01:10
mwhudson_ok01:10
wgrantI'll give you a traceback, wait a sec...01:10
mwhudson_uh01:10
wgrantIIRC it tries to access .product on the branch.01:10
wgrantWhich naturally fails.01:10
wgrantDamn. No dogfood today.01:10
mwhudson_wgrant: i'm sure _you're_ not supposed to get a traceback01:11
* mwhudson_ brb01:11
wgrantmwhudson_: No on production or edge, no.01:11
mwhudson_ah01:12
wgrantI'm fairly sure it's due to a ForbiddenAttribute on <Branch ~launchpad-pqm/launchpad/devel>.product, but I can't check it right now...01:12
mwhudson_wgrant: it still 403s for you, but not with a traceback?01:13
wgrantmwhudson_: Staging doesn't give mortals tracebacks either.01:13
wgrantNow, there was another project with private branches which you probably can't see... But I forget which.01:14
mwhudson_it's something to do with the development focus being private01:14
wgrantAh yes, that's right.01:14
wgrantThe TAL traceback said that.01:14
wgrantI'm sure I have a copy of it saved somewhere, but can't find it.01:15
wgrantI'd always presumed it was quite intentional...01:17
mwhudson_nope, though i can see why you might01:17
mwhudson_ah well, it's probably easy enough, though a bit tedious, to reproduce locally01:18
wgrantIt was definitely relating to the template trying to render the development series' branch.01:19
wgrantSo shouldn't be hard to reproduce.01:19
wgrantIt's unfortunate the Forbiddens don't generate OOPSes.01:20
=== mwhudson_ is now known as mwhudson
mwhudsonthey do, i think, they just aren't displayed to the user01:21
wgrantAh.01:21
matsubarawgrant: do you see tracebacks on dogfood?01:25
wgrantmatsubara: Yes. Nobody seems concerned.01:26
matsubarawgrant: are you part of some team that allows that?01:26
wgrantmatsubara: No.01:26
wgrantIt's a bug in the config that is known by the relevant people, I believe.01:27
matsubarastrange, you shouldn't see tracebacks there. the config should be the same as lpnet/edge/staging01:27
wgrantAnd has been for some time.01:27
matsubarayep, I thought soyuz guys had that fixed01:27
mwhudsonah, found some oopses01:27
* wgrant would of course prefer it unfixed.01:27
wgrantmwhudson: Great.01:27
wgrantI still can't find my copies.01:28
mwhudsonit's a different problem, i think01:28
mwhudsoni've fixed it once this cycle already :)01:28
wgrantHeh.01:28
matsubarawgrant: well, it shouldn't be open to whole world.01:28
=== mwhudson is now known as mwh
wgrantI guess it is a bit of information leakage... a few lines of code and potentially some branch names...01:29
matsubarawgrant: yeah, that's the point. I'll talk to them. thanks for the info01:30
=== mwh is now known as mwhudson
wgrantspiv: Aha, I see you have my g-p-m bug. Do you also see g-p-m freeze for 42.5 seconds when pulling in/out AC?02:03
spivwgrant: don't know.  Let me find out :)02:04
wgrantspiv: The key problem is seemingly common to other models, but I've not seen anybody with the freezing problem not on a 630m.02:05
wgrant(I also know precisely why that one happens)02:05
spivwgrant: looks like the answer is "yes"02:09
spivwgrant: I don't know how you measure 42.5, but I did just see a delay between 12:08:08 and 12:08:51 when I run gnome-power-manager --verbose --no-daemon and remove the AC.02:11
wgrantspiv: OK, I must get a workaround for that added to g-p-m at some point.02:11
spivPlus the OSD half-appeared and didn't redraw during that time.02:11
wgrantRight, that's what I thought.02:11
wgrantYep.02:11
wgrantIt's because it's setting the brightness level 7000 times.02:11
wgrantAnd sleeping 5ms between each setting.02:11
wgrantTo create a nice fade.02:11
wgrantExcept it expects there to be like 10 steps, not 15000.02:12
spivOh.  "Oops."02:12
wgrantMy 'fix' is to make it just set the value if it's going to have to make more than 100 steps, but that number is arbitrary and it's a hack.02:13
* spiv nods02:13
spivA slightly nicer hack may be to just cap the maximum number of ms the total fade can take.02:13
wgrantPerhaps.02:15
wgrantOf course the ideal solution is to fix XRandR or the hardware, whichever is at fault. Probably the hardware.02:15
wgrantDell laptops aren't meant to support setting it through that method, but it does actually work... if you set the RandR backlight property manually, the backlight will get to that value in a bit under a minute.02:15
wgrantVeeeeery slowly.02:15
spivWhich is essentially the same thing, but doing it in terms of total time will make it independent of e.g. the 5ms step delay.  Which is possibly a good idea in case someone changes the step size.02:16
wgrantYes.02:16
spivNice to know there's a cluster of bugs here :)02:17
wgrantI originally filed it as one, but there are clearly at least 3.02:17
wgrantThe hardware, g-p-m trusting the hardware with its 5ms delay, and the key repeating.02:18
* spiv nods02:18
spivWhatever hardy did for all those would be fine with me ;)02:18
wgrantAll of which worked fine Feisty->Hardy.02:18
wgrantIndeed...02:18
leonel_hello : I've  uploaded a package to my ppa  and has 58 minutes building and the previous time took less than 5 minutes ..  is launchpad too busy right now ??02:22
wgrantGiven that the rest of the buildds have been updated appropriately recently, maybe your buildd has wandered off to another world.02:23
leonel_wgrant: should I re upload ?02:26
wgrantNo.02:27
wgrantSomebody with appropriate superpowers might eventually notice that something is wrong, and fix it.02:27
leonel_wgrant: thanks ..02:30
wgrantspiv: You have no further issues with Ubuntu on the 630m?02:43
spivwgrant: not that I've noticed so far :)03:00
spivwgrant: I haven't tried the mic port recently, I know a few releases back it didn't work.  (I have a USB headset now)03:00
wgrantI last tried the mic last UDS, and it worked.03:01
wgrantHaven't tried with 2.6.27 yet... good point.03:01
spivI have a perhaps superstitious fear of closing the lid while suspending, because that used to cause resume to fail under hardy.03:02
spivBut I've only had intrepid installed for less than 48 hours, so my experience with suspend/resume glitches in it is pretty minimal so far :)03:02
wgrantspiv: I find it's fine to close the lid after the VT switch on suspend.03:09
wgrantBut I haven't tried doing it while X is still visible for a few months...03:10
Hobbseecprov: ping?04:01
Hobbseeor other buildd admins who have power?04:01
spmHobbsee: I *may* be able to assist?04:04
Hobbseespm: is there any chance of getting sbuild upgraded on the buildds?04:04
persiaNo.04:04
Hobbseeat some point in the nearish future?04:05
Hobbseepersia: why?04:05
persiasbuild on the buildds bears only slight resemblance to sbuild in the archive, and so requires lots of manual effort to adjust.04:05
Hobbseepersia: i realise that, but it's hitting http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=39527104:05
ubottuDebian bug 395271 in sbuild "sbuild: doesn't handle dependancies resolution correctly for libmail-box-perl" [Important,Closed]04:05
persiaIndeed.  Bother infinity about that.04:05
Hobbsee(and other builds)04:05
persiaConceivably it would be possible to use distro sbuild, but that's a significant transition, and probably should be done near some archive-open for a new release: mind you there's the potential of breaking SRUs.04:06
Hobbseepersia: yeah, i thought it might be an infinity thing, or a lamont thing, hence the request for buildd admins with power :)04:06
Hobbseepersia: that's true.  I wasn't expecting it to be done now04:07
Hobbseewas just wondering if it would get done...say in the next couple of months or so.04:07
persiaI think it's just infinity and elmo, but it might also be lamont.  In practice, I think it's really just infinity.04:07
Hobbseeahhh04:07
persiaGetting a patch to fix the bug is significantly easier than "upgrading sbuild".04:07
persiaThat wouldn't require such significant changes.04:08
Hobbseeoh, what the...04:13
wgrant... wow.04:14
wgrantThat's... broken.04:15
Hobbseehttp://launchpadlibrarian.net/18521115/buildlog_ubuntu-intrepid-i386.mime-tools_5.426-1ubuntu2_FAILEDTOBUILD.txt.gz looks kinda special.04:15
lamontpersia: note that debian also doesn't use the sbuild that is in debian...06:25
lamontand yeah, versioned provides are b0rked06:27
wgrantAren't versioned provides forbidden?06:29
RAOFCan one even specify versioned provides?06:29
wgrantI thought they were illegal.06:29
lamontRAOF: exactly06:29
wgrantI think the problem is that sbuild isn't installing something to satisfy a versioned dependency when something already provides that dependency.06:30
wgrants/provides/Provides/06:30
RAOFDoes "Provides: foo-interface >= 2.0" actually mean anything?06:30
lamontRAOF: not really06:30
wgrantThat doesn't make sense.06:30
wgrant'Provides: foo-interface 2.0' might make sense, but is not legal.06:31
lamontand not sure what the underlying issues are, but the likelihood of ubuntu (or debian, for that matter) using the sbuild from the archive in this century?  near zero.06:31
lamontfor "near zero" == "small, and possibly not finite"06:32
* RAOF suspects lamont means "non positive"06:33
lamontHobbsee: and buildd == infinity, followed by elmo (who may dump it on me)06:33
lamontRAOF: no.06:33
lamont"small but finite" has a _very_ specific meaning06:33
RAOFlamont: Aah.  You're a devotee of that new-fangled non-standard analysis?06:33
lamontyou mean calculus? :-)06:34
RAOFI mean calculus, but souped up to give a rigourous meaning to "dt"06:34
wgrantA negative probability? Sounds good.06:34
lamontI don't care about orders of infinity, just about whether something is infinitely small, or just slightly bigger than that.06:35
* lamont has been burned by small-but-finite odds before.06:35
wgrant"I don't care about orders of infinity"06:35
RAOFAnd, for that matter, a rigorous meaning for the limit of the sequence "1, 2, 3, 4, ..."06:35
wgrantI had to read that a couple of times.06:35
wgrantTo realise that you weren't disobeying Adam.06:35
lamonthttp://en.wikipedia.org/wiki/Aleph06:36
RAOFlamont: Right.  Non-standard analysis allows you to say something is infinitely small, and really mean it :)06:36
lamontI also tend to not obey adam06:36
lamontRAOF: I'm an engineer.  close enough is close enough06:37
lamontlike explaining to my daughter that "while dx behaves like a variable, never ever ever say that to your teacher"06:37
RAOFSo when _you_ mean "infinitely small", you mean < machine epsilon? :P06:37
RAOFUnless that teacher is _really_ into analysis, in which case see "non-standard analysis", above ;)06:38
lamontRAOF: my major was EE, not that silly comp-sci crap that ignores the _WHOLE_ linear region of devices...06:38
lamontdaughter is currently taking precalc and calc concurrently06:38
* RAOF is not really aware what "precalc" means in this setting.06:39
lamontand first-year calc teachers tend to not believe in dx as having any meaning other than as being part of the silly format06:39
lamonttrig/analyitical geometry is what they used to call precalc06:39
lamontwho cares that it's a prereq06:39
RAOFWhere I come from, "precalc" as in "the stuff you need to do calculus" is taught well after calculus :)06:40
lamontheh06:40
lamontyeah.  most students seem to learn their calc and post-calc in science/engineering classes06:40
RAOFBy the end of honours, I was pretty much able to really do integration :)06:40
lamontanyway, bedtime for this one.06:41
lamontg'night06:41
RAOFDream of infinitesimals!06:41
lamontRAOF: and I wish you nightmares as well. :-p06:42
wgrantNight lamont.06:42
Hobbseelamont: ahhh06:47
persialamont, Yeah, unless I misunderstand the sbuild used by Debain buildds is even less like distributed sbuild than ours.07:30
mdkemwhudson: done. Sorry I missed that07:54
mrevellHi. Today I'm available to answer your questions either in here, by email or through Launchpad Answers.09:32
=== mrevell changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | https://help.launchpad.net/HelpRotation | Community help contact: mrevell
* wgrant pesters mrevell with annoying questions.09:35
mrevellbring it on wgrant :)09:38
Hobbseemrevell: oh, sweet!  I think I had some questions for you, too.  Now if only I can remember what they were...11:10
mrevellHobbsee: Heh :)11:13
Hobbseemrevell: does that mean the mailing list should come through in an even flow, rather than in bursts when someone goes thru the moderation queue now?11:14
mwhudsonmdke: thanks11:16
mrevellHobbsee: launchpad-users? Well, I'm still the person mostly moderating it right now. If people are subscribed to the list their mail shouldn't require moderation11:16
Hobbseemrevell: i realise that - it just looks strange, when those who don't subscribe only get mails unmoderated in larger torrents11:16
mrevellHobbsee: Right and I think that problem will go away, to an extent, once the list is hosted in Launchpad itself. The person doing community help will moderate the list at that point but also Launchpad is better at handling drive-by mailing list posts AFAIK.11:18
Hobbseeas in, launchpad is better at handling it than mailing lists?11:18
mrevellAs in Launchpad's mailing lists are better at handling it than Mailman, AFAIK.11:20
Hobbseeah, right.11:21
Hobbseemrevell: can listadmin be used on LP lists?11:21
mrevellHobbsee: I've never asked but I'd assume "no".11:22
Hobbseeawww11:22
* Hobbsee isn't sure that's an advantage, then.11:22
mrevellbarry would be able to answer that when he's around (i.e. can lists in LP use listadmin)11:22
Hobbseespeaking of which...time to unmoderate 4 lists.11:23
Hobbseeright.  done.11:25
Hobbseeshow me how to do that, that quickly, in launchpad :)11:25
mrevellheh, we're always open to suggestions and, it's worth noting, that we're not claiming that Launchpad is the only place you should ever consider for hosting mailing lists :) I'm sure for some people the simplified admin and easy setup will appeal.11:26
persiamrevell, Actually, that's precisely the point : it's a less simple admin from some points of view.11:28
Hobbseemrevell: right, so the target for launchpad lists is for those people who moderate maybe one, or possibly two lists, and want an easy setup, and don't expect much spam.11:28
Hobbseeor much stuff that will fit in the moderation queue11:28
Hobbseepersia: well, that's what I would have thought, in the moderation point.11:29
persiaGiven that it's very hard to audit a launchpad list as a nonmember of a given team, it's not unlikely that there will be significant moderation requirements.11:29
=== salgado-afk is now known as salgado
persiamrevell, I've forgotten exactly : why can't the google map be https?  Was that a TOS thing, or something else (I'm proxying for someone else)12:00
mrevellpersia: I'm not sure on that but I *think* we're landing a fix for it on Wednesday.12:01
persiamrevell, Ooh.  Excellent news.  I'll proxy.  Thanks.12:02
exarkunDoes it always take four days to import a new translation template?12:16
mrevellexarkun: It can sometimes take longer to import a translation template if it needs work by hand. danilos may be able to help if you can tell him which template it is.12:25
danilosmrevell: jtv usually handles that and better knows the status of individual templates12:26
mrevellthanks danilos12:26
mrevellexarkun: jtv is at lunch right now but should be back soon. He'll answer when he's back. If you can't wait around, please send an email to feedback@launchpad.net12:26
=== leonel_ is now known as leonel
leonelhello :   I'm trying to backport django 1.0 from intrepid to hardy  and the build  in PPA  gets killed12:34
leonelhttp://launchpadlibrarian.net/18523828/buildlog_ubuntu-hardy-i386.python-django_1.0-1~ppa1_FAILEDTOBUILD.txt.gz12:34
leonelhere the package builds fine12:35
persialeonel, It looks like it's hanging : 150 minutes with no activity is rare.12:35
persialeonel, When you build it locally, does it take > 150 minutes?  If so, is there a long pause?12:36
leonelyes too rare not a long pause  it takes a while  with some json things  but does not take too long12:37
persialeonel, I'd recommend putting some debug hinting at that point in the build to see if you can determine why it's hanging.12:38
leonelpersia: thanks  I'll check that12:38
leonelpersia: the kill after that time is automatic ??12:39
persialeonel, I believe so.12:44
mrevellI'll be afk for a bit to get some lunch. Ping me if you need help and I'll come back to you after my lunch.12:46
=== mrevell is now known as mrevell-lunch
exarkunmrevell-lunch: Thanks.12:58
Hobbseemrevell-lunch: will the podcasts eventually be transcripted?13:33
leonelpersia: I've just  timed the  build  and  took 33 minutes on a  qemu  virtual host on a  Intel(R) Core(TM)2 CPU          4300  @ 1.80GHz host13:42
=== mrevell-lunch is now known as mrevell
mrevellHobbsee: It's unlikely we'll ever transcribe full episodes but if there's anything that bears repeating on the blog I'll certainly post it up there as an individual story. (Suggestions welcome, of course)13:43
=== kiko-afk is now known as kiko
persialeonel, Then something odd is happening on the buildds.  You'll need to put debug code in the build scripts, and try to understand from the logs.13:49
leonelpersia:  ok tanks.13:51
Hobbseemrevell: the UI stuff looks interesting.13:52
mrevellHobbsee: Yeah. There'll be more about that on the blog, definitely13:56
mrevellhello matsubara13:56
Hobbseemrevell: cool!13:56
matsubarahi there mrevell13:57
jtvexarkun: ping14:19
exarkunHi14:19
exarkunEverything is fine.14:19
exarkunWell, actually, maybe I have some brand new questions14:19
jtvexarkun: I'm sorry for the delay, had a lot of hardware related to my internet access blow up yesterday so couldn't review templates.14:19
exarkunjtv: No apology necessary!14:20
jtvexarkun: normally I do that on Monday and at least one other time in the week.14:20
exarkunjtv: I didn't even realize there was a manual step involved in uploading translation templates.14:20
jtvexarkun: after that, the updates will be processed automatically as long as their names/paths don't change.14:20
jtvexarkun: we're planning to make that a bit clearer on the upload page.14:20
jtvexarkun: but you mentioned new questions.  :)14:21
exarkunYea.. I'm talking to someone who wants to do translations for my project14:21
exarkunHe just pointed me at <https://help.launchpad.net/Translations/YourProject#Translations groups>, perhaps that will answer my questions14:21
exarkunI think my question was going to be "how do I create a new translation group", but now I know that the answer is to file a support request.  So I guess my next question is about when it is appropriate to create a new translation group.14:22
exarkunI guess the page sort of answers that question too - "If you have specific requirements for the people who review your project's translations"14:24
exarkunMy "specific requirement" is probably that the reviewers are people I know and trust to do a good job. :)14:24
jtvexarkun: that's pretty much the definition of what a translation group is for.  :-)14:26
exarkunOkay, great, I guess we'll file a support request then :)14:26
jtvexarkun: I can do it for you right now.14:26
exarkunjtv: Awesome14:26
jtvexarkun: just tell me what it should be called, and what your Launchpad login is (so I can make you the owner).14:27
exarkun"exarkun" is my launchpad login, and going with what appears to be prevailing convention, I guess the name should be "Twisted Translation Group"14:28
exarkunfantix: Hi :)14:28
fantixexarkun: hi :)14:28
jtvexarkun: to be honest there's no need for the "Translation Group" bit in there.  It'll be added where the name is displayed anyway.14:29
exarkunfantix: jtv just offered to set up the translation group14:29
jtvexarkun: in fact when I came across your template today, I _nearly_ rejected it... what did the "zh" stand for?  For a moment I thought it meant "Chinese" :-)14:29
exarkunI think that reflects the fact that the only translator we have right now is doing a chinese translation. :)14:30
fantixsorry, I should change the filename before upload ...14:30
jtvNo biggie.  I can tell Launchpad to forget about the "zh" part.14:30
exarkunCool, that sounds like it'd be a good idea.14:31
jtvThat way you can also leave it out of the next version of the template you upload, and the system will see that it's an update, not a new and different template.14:31
jtv(Which is one of the main reasons why we need manual review)14:31
* exarkun nods14:31
fantixah, i see14:31
jtvexarkun, fantix: ok, group created, with exarkun set as the owner.  Now you can assign that to your project under Change Translators, and pick an access model.14:32
jtvhttps://translations.launchpad.net/+groups/twisted/14:32
fantixjtv: much thanks :)14:32
exarkunfantix: I set up exoweb as the chinese language team.  Can you verify I did the right thing?14:35
jtvexarkun, fantix (in neat alphabetical order): the -zh is also gone from the template name now.  Remember to remove it from your version of the templates, and all should be well.14:36
fantixexarkun: just saw that. everything is fine for me :) thanks14:36
fantixjtv: ok, I will, thanks :)14:37
exarkunjtv: right, thanks again :)14:37
jtvexarkun, fantix: you'll also want to pick an access model.  The default Open mode basically lets anyone do anything.14:37
jtvnp14:37
fantixoops, I missed that point14:37
exarkunyea.. I left it on open intentionally for now, while I ponder the other possibilities14:40
exarkunstructured probably makes sense14:40
fantixexarkun: that's also my suggestion14:41
exarkunstructured it is :)14:42
jtvStructured is good when you're keeping an eye on the translations, so people coming in and contributing spontaneously will do some good.14:47
jtvFor cases where you only care about the languages you organize in the translation group, and the other translations are "black holes," you want Restricted so that spontaneous contributions are not wasted.14:48
fantixah, i see14:48
jtvfantix: so Structured can be a good way to "open the doors and see who comes in."14:50
jtvfantix: you'll probably become more concerned with quality later, as the effort gains momentum, and you may want to go to Restricted then.14:51
jtvOn the "something beats nothing" principle.  :)14:51
fantixjtv: hopefully more would like to join at the moment :)14:51
fantixbtw any differences between "Chinese" and "Simplified Chinese" in launchpad? I saw both there14:51
jtvfantix: you shouldn't see _any_ "Chinese."  It's always either Simplified Chinese or Traditional Chinese.14:52
jtvfantix: that's for the formal language designations, of course.  It's still possible that people say "Chinese" in team names etc.14:53
fantixjtv: hmm, then I probably should report a bug: https://translations.launchpad.net/+groups/twisted14:53
jtvfantix: it may be possible, but that doesn't mean it's right.  :-)14:54
jtvfantix: zh ("Chinese") should not normally show up in any listings, but the system does have a language entry for it.14:56
jtvfantix: meanwhile, I suggest you remove that translation-group entry and replace it with one for the right pick.14:56
fantixjtv: you mean replace Chinese with Simplified Chinese?14:57
jtvfantix: depending on which version of Chinese this is.14:58
jtvfantix: the UI won't let you change the language on an entry; that part is assumed fixed.14:58
jtvfantix: but otherwise, right.14:58
leonelpersia: tried again the build and  now the ppa build  finished in  25 minutes ...15:04
persialeonel, successfully?15:06
thekornintellectronica: hi, I've one API related question about the message collection of a bug: the 1st element of this collection is the description of the bug, is this intended?15:07
thekornor a bug15:07
intellectronicathekorn: yes, that's how we store the description - it's simply the first comment15:07
thekornintellectronica: ok, thank you15:12
leonelpersia: yes15:24
persialeonel, Then you win :)15:25
=== Rinchen` is now known as Rinchen
=== kiko is now known as kiko-phone
Rafikhello #launchpad16:48
RafikI noticed that adding new blueprints dot not appear in karma summary16:50
=== salgado is now known as salgado-afk
Rafikcan anyone confirm that ?16:51
kiko-phoneRafik, I'm not entirely sure if we do award karma for blueprint events -- do you know mrevell?16:53
mrevellI don't know, actually, but I think intellectronica should be able to tell us if we award karma for blueprint events.16:53
mrevellActually, I do know: we do award karma for blueprints. I have lots of blueprint-related karma16:54
mrevellRafik: What's your Launchpad account name?16:54
Rafik~rafik16:54
Rafikhttps://edge.launchpad.net/~rafik16:54
* mrevell looks16:55
mrevellRafik: You have 195 karma points for specification tracking - i.e. work with blueprints.16:55
matsubaramrevell, Rafik: we award karma for some blueprint actions, like registering a new one, linking to a bug, targeting to milestone, etc16:56
Rafikmrevell, yes, that's for an old one, I added another and it has not been updated16:56
=== Verterok is now known as Verterok|lunch
mrevellRafik: When did you add the blueprint? It can take 24 hours to affect your karma. Also, it's worth noting that karma awarded for older actions degrades over time.16:57
Rafikmrevell, more than 24 hours I think16:57
mrevellRafik: On this page - https://edge.launchpad.net/~rafik/+karma - I see no trace of you registering a blueprint since September, so it seems that it hasn't counted towards your karma. Could you send me a link to the blueprint in question?16:58
Rafikmatsubara, it seems that there is no award for new blueprints but only for edits16:58
Rafikmrevell, https://blueprints.edge.launchpad.net/ubuntu-arabic-website/+spec/using-loco-drupal-theme16:59
Rafikmatsubara, mrevell, I added a new blueprint on September 3017:00
Rafikthere only the "Edited Specification Title" in the karma summary17:00
mrevellRafik: Yeah, I saw that in your karma log. So, perhaps you don't get karma for registering a blueprint. intellectronica can you confirm?17:00
Rafikso I think there is no award for new blueprints, but only for edits17:01
matsubaramrevell: just checked and LP should award karma for blueprint registration17:02
RafikI don"t know if this is a bug... editing the title is awarded but not registring ?17:02
RafikI don't make sens17:02
mrevellmatsubara: I've just looked at my own karma history and it doesn't extend that far, as I've done a lot in the past few days.17:03
mrevellmatsubara: but I haven't reg'd a new blueprint17:03
mrevellRafik: Thanks for reporting this. I shall look into it further.17:05
Rafikmrevell, yw, should I file a bug or it's ok ?17:05
mrevellmatsubara: Would you suggest Rafik reports a bug? It does appear that the blueprint creation hasn't shown up in his karma list.17:06
matsubaramrevell, Rafik : please do17:08
Rafikokay.17:08
Rafikthank you guys17:08
=== Verterok|lunch is now known as Verterok
=== Rafik_ is now known as Rafik
=== matsubara is now known as matsubara-afk
=== kiko-phone is now known as kiko
=== matsubara-afk is now known as matsubara
=== kiko is now known as kiko-fud
=== matsubara is now known as matsubara-lunch
=== mrevell changed the topic of #launchpad to: https://launchpad.net/ | Channel logs: http://irclogs.ubuntu.com | https://help.launchpad.net/HelpRotation | Community help contact:
=== salgado-afk is now known as salgado
=== Verterok_ is now known as Verterok
=== kiko-fud is now known as kiko
* LarstiQ blinks19:03
kikoque paso lar19:04
kikostiQ19:04
LarstiQkiko: I probably am missing some common knowledge on operationg procedure. Community help contact is now empty in the topic?19:05
kikoLarstiQ, it's only available for 8h each day -- basically core hours for one engineer19:05
kikoI don't know who's up next but I can check19:06
persiakiko, Are questions still answered on an as-available basis during the other 128 hours a week?19:06
LarstiQkiko: ok, makes sense then.19:06
LarstiQpersia: kiko just answered mine ;)19:06
persiaIndeed, but that was a meta-question :)19:07
kikopersia, yeah, totally19:07
kikohttps://help.launchpad.net/HelpRotation19:07
persiakiko, You picked the least common day of the month.  Good job :)19:08
kikopersia, I'm very unreliable!19:09
LarstiQmy, the launchpad team has grown19:13
S-i-Ahi20:20
S-i-Aanyone from translation team ?20:20
S-i-Ahow can i import language file for translation?20:21
S-i-Ai have the language file as .po, can i simplay setup it?20:22
S-i-Aany idea?20:23
matsubaradanilos: ^20:26
matsubaraS-i-A: if you don't get an answer here, I suggest you to ask a question in: https://answers.launchpad.net/launchpad/20:27
S-i-Amatsubara: thanx20:27
matsubaranp20:27
S-i-Awe upload the language file20:27
S-i-Awe need review  from your team.20:28
S-i-Ahttps://translations.launchpad.net/~bardaqani/+imports20:28
=== thumper_laptop is now known as thumper
paolettopnVado via alle Tue Oct 14 22:36:38... ci si rivede alle prossime!21:36
=== kiko is now known as kiko-afk
=== salgado is now known as salgado-brb
No`hello launchpadders22:57
No`I was wondering: would it be fair to create a project... let's say: "My Talks" in Launchpad. For now, I'm uploading them in my +junk box...22:58
No`but I would like to know if it's fair to create a personal project, just for these talks branches22:59
No`(of course, the talks are all Free as in Beer and Speech)22:59
beunoNo`, as long as it's free, it's fine23:01
No`beuno: well... I wouldn't upload a non-free stuff on LP, even in my Junk box23:02
mtayloranybody have thoughts on extra metainfo fields for blueprints, like time-estimated or difficulty?23:02
beunoNo`, then it's all good!23:02
No`but creating "<mynickname>-most-wanted-talks" as a "project"... I was hesitating23:03
beunomtaylor, well, it's hard to specify something that would work across al projects23:03
No`beuno: :)23:03
mtaylorbeuno: yes. that is true23:03
beunoNo`, well, it does sound a bit odd23:03
mtaylorbeuno: at least without having a bazillion different meta-info tags :)23:03
beunomtaylor, that's right23:04
beunoif we could find something flexible enough, we can consider it23:04
=== kiko-afk is now known as kiko
kikoNo`, I don't see a problem with it myself if it's licensed appropriately,23:07
No`kiko: they're usually licensed as CC-BY-SA (or something like this)23:12
No`including the one I'm working on, which is talking *about* Creative Commons23:12
kikoNo`, BY-SA is fine, just -NC is not23:13
No`right, cool23:13
No`(dammit, I shall untick the checkbox "earn money with my talks") ;o)23:14
kikoNo`, you can still earn money, you just can not discriminate :)23:15
No`ah23:16
kikoNo`, are you bruno bord?23:38
kikoyes he is23:39
kikobac, meet No` -- No`, meet bac, the disabler of your project :)23:39
kikobac, FWIW he's already using junk branches and I think his use case is okay if kinda borderline23:39
bachey there No`23:39
bacNo`: didn't know of your discussion here.  we agree it was borderline ... i just fell on the other side.  no worries, the project has been re-activated.23:42
No`bac: oh... right... I was right when I was wondering about it, then23:44
No`I wouldn't have been mad at it, you know... It's just that junk is for... junk, and I wanted junk to be sorted more nicely23:45
bacNo`: thanks for coming here to ask.  yeah, i wish +junk had a friendlier name...23:46
No`no problem...23:47
bacit was probably kiko's idea.  blame him unless we find out otherwise.  :)23:47
=== mwhudson_ is now known as mwhudson

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