=== gatox_xbox is now known as gatox | ||
=== eu is now known as Guest87301 | ||
JamesTait | I can't believe it's that time already, but Happy December everyone! :) | 09:33 |
---|---|---|
j0nr | rye: re. yesterday 14:01 that's Ok, just happy its being looked at. Glad to have found a bug! | 09:46 |
mandel | morning all! | 10:11 |
mandel | dobey, I though I did change all of the, I grep in ubuntuone tests returns all imports from testcases and not testcase... | 10:12 |
* mandel reboots | 10:43 | |
=== yofel_ is now known as yofel | ||
gatox | good morning! | 10:58 |
* mandel back | 11:07 | |
ralsina | good morning mandel | 11:07 |
mandel | ralsina, morning! | 11:07 |
gatox | ralsina, hi! | 11:08 |
gatox | mandel, hello | 11:08 |
mandel | gatox, hello | 11:08 |
gatox | mandel, can you believe that i was using unity3d when unity2d was all the time the love of my life????? jejejeje | 11:09 |
ralsina | unity2d rocks! | 11:09 |
gatox | ralsina, trueeeeeeeee!!!!!! | 11:10 |
mandel | ralsina, gatox yeah, unity2d is the oly one that works with my two screens... | 11:10 |
ralsina | I mean, it *works*! ;-) | 11:10 |
mandel | hahaha | 11:11 |
gatox | ralsina, and it's fastttttttt...... believe..... my machine wasn't working very well..... and now is really something different...... it doesn't has all the compiz effects.... i think that help :P | 11:11 |
mandel | ralsina, may I have a review for https://code.launchpad.net/~mandel/ubuntuone-client/fix-817582/+merge/83925 | 11:11 |
ralsina | gatox: nothing is free | 11:11 |
ralsina | mandel: on it | 11:11 |
mandel | ralsina, thx | 11:12 |
gatox | ralsina, well..... but i didn't want compiz..... so..... WIN-WIN :P | 11:12 |
gatox | ralsina, do you know how to configure the number of desktop in unity2d?? i'm not being able to find it with dconf and gconf-editor | 11:20 |
ralsina | gatox: no idea, I am a 1-dsktop guy | 11:20 |
gatox | ralsina, ahhhhh...... ok...... i always need to have 6 :P | 11:20 |
ralsina | I tend to have everything maximized except editors (usually side-by-side) | 11:20 |
ralsina | so desktops don't buy me much | 11:21 |
mandel | ralsina, oh, but I use vsplit in vim that does the same with diff buffers :) | 11:22 |
mandel | gatox, you need to install the funny compiz settings tool to do it, which is not included by default, I think is called ccmanager | 11:23 |
gatox | mmmmm compizconfig-settings-manager? | 11:23 |
mandel | gatox, that is the one | 11:24 |
gatox | mandel, i have that..... but that allows me to configure desktops in unity3d.... not 2d | 11:24 |
ralsina | gatox: isn't unity2d using metacity? | 11:24 |
mandel | gatox, oh, in 2d I have no idea.. | 11:24 |
gatox | ralsina, yes | 11:25 |
ralsina | gatox: in which case, maybe this helps: http://superuser.com/questions/276372/multi-row-layout-for-workspaces-in-metacity | 11:25 |
gatox | ralsina, crap.... i don't have that key | 11:31 |
ralsina | gatox: maybe you have to install desktop switcher? | 11:32 |
gatox | ralsina, maybe..... i'll take a look into that later | 11:32 |
gatox | but i like unity2d! :D | 11:32 |
gatox | mandel, can you review this branch please: https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/fix-double-navigation/+merge/83973 | 11:46 |
gatox | easy one | 11:46 |
mandel | gatox, sure, you give me one yesterday and I forgot, do you remember which? | 11:49 |
gatox | mandel, nop.... but you can start with that :P | 11:50 |
gatox | jeje | 11:50 |
mandel | gatox, ok | 11:50 |
mandel | stupid question, but I read a comment in a review and I'm doubting myself, x of False == x, right? | 11:51 |
gatox | mandel, a review about my branch? | 11:51 |
* gatox is lost | 11:51 | |
mandel | gatox, no, about one of mine | 11:52 |
mandel | gatox, so, x or False == x, right? | 11:52 |
ralsina | mandel: not guaranteed | 11:53 |
mandel | ralsina, ein? | 11:53 |
mandel | ralsina, why? | 11:53 |
ralsina | [] or False da False | 11:53 |
ralsina | x or False == x if and only if x is "true" | 11:53 |
ralsina | so it fails for '' [] {} and a bunch of other stuff | 11:54 |
mandel | ralsina, ok, the correct statements should have been x or False == bool(x) | 11:55 |
ralsina | hmmmmmm | 11:55 |
mandel | ralsina, which has the same meaning in an if.. | 11:55 |
ralsina | maybe | 11:55 |
mandel | ralsina, since the or operatior will do bool(x) or False == bool(x) | 11:55 |
ralsina | it depends on how you are using it in an IF | 11:55 |
ralsina | but yes, that one seems to be true | 11:56 |
mandel | ralsina, for example mocker gives errors when you do if object because bool() is called and you did not expected it.. stupid mocker.. | 11:56 |
ralsina | mandel: well, mocker is right :-) | 11:56 |
nessita | hello everyone! | 11:56 |
ralsina | mandel: and without the bool, it may or may not have the same result in the if depending on how you use that thing | 11:56 |
ralsina | hello nessita | 11:57 |
mandel | ralsina, yeah.. true, but I don't want all of use to be writing if bool(blah) when python does it for you :P | 11:57 |
mandel | nessita, buenos dias! | 11:57 |
ralsina | mandel: for example: if x is None is nto the same as if x or False is None :-) | 11:57 |
mandel | nessita, all the branches where you added the a needs fixing have been updated | 11:57 |
mandel | nessita, and sorry for yesterday, I though I did change the ubuntuone-client tests, what was the issue? | 11:58 |
ralsina | mandel: maybe I am not getting the idea of *why* you are doing "x or False" in the first place | 11:58 |
nessita | mandel: regarding u1client tests in windows vs udevtools? | 11:58 |
mandel | ralsina, you where doing it: https://code.launchpad.net/~mandel/ubuntuone-control-panel/auto-update-looping-call/+merge/81015 | 11:58 |
mandel | nessita, yes | 11:58 |
nessita | mandel: they were not running if you don't have pyxdg installed in windows | 11:59 |
mandel | nessita, I though I did remaplace testcase for testcases everywhere.. I suppose I forgot about that project.. | 11:59 |
nessita | mandel: yeah, is fixed now :-) | 12:00 |
mandel | nessita, cool, nevertheless sorry :) | 12:00 |
gatox | ralsina, do you want to make a ui review?? https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/misaligned-icons/+merge/83620 | 12:01 |
mandel | nessita, by the way is this list correct: https://bugs.launchpad.net/ubuntuone/+bugs?field.searchtext=&orderby=-importance&search=Search&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=choose&field.assignee=mandel&field.bug_reporter=&field.bug_supervisor=&field.bug_commenter=&field. | 12:01 |
mandel | subscriber=&field.tag=&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on | 12:01 |
mandel | nessita, ouch, sorry let me get you a smaller url | 12:01 |
ralsina | gatox: yay, fun! | 12:01 |
ralsina | gatox: does it have pretty pictures? | 12:01 |
gatox | ralsina, mmmmmm nop..... do you want me to add it?? .P | 12:02 |
gatox | :P | 12:02 |
mandel | nessita, this: http://tinyurl.com/c7nyqhq I'm working with that as the list of bugs I have to tackle, is it correct? | 12:02 |
nessita | mandel: looking... | 12:02 |
ralsina | gatox: usually it's a good idea, because it's hard to see before/after | 12:02 |
nessita | AAAAHHHH what happened to launchpad?!?!?! | 12:02 |
mandel | gatox, in https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/fix-double-navigation/+merge/83973 can we use %r for the logging? | 12:02 |
ralsina | nessita: new bug list UI? | 12:02 |
gatox | ralsina, ok..... give me just a sec | 12:02 |
mandel | nessita, yeah, is ugly | 12:02 |
mandel | nessita, it looks like a web 2.0 now :( | 12:03 |
nessita | :-/ | 12:03 |
gatox | mandel, ok..... changing that | 12:04 |
mandel | gatox, also, in the test you have things like self.assertEqual(self.controller.view.count_back, 4) what does that 4 mean? can we have it as visitedPages()[0] or something like that? | 12:04 |
mandel | gatox, mainly so that variable name gives some information of what is being asserted :) | 12:05 |
gatox | mandel, ok, i'll made: times_visited = 4 | 12:05 |
mandel | gatox, much nicer :) | 12:05 |
mandel | gatox, same for self.patch(self.controller.view, "current_user_page_id", 20) | 12:06 |
gatox | mandel, great..... on it | 12:07 |
mandel | nessita, I believe that bug 806701 after your SDToolProxy refactoring, am I right? | 12:07 |
ubot4 | Launchpad bug 806701 in ubuntuone-client "Windows: if SyncDaemonTool fails, the error is not propagated to the caller (affects: 1) (heat: 6)" [Medium,Triaged] https://launchpad.net/bugs/806701 | 12:07 |
nessita | mandel: indeed, sorry I got distracted buy a private ping, one sec | 12:07 |
mandel | no worries :) | 12:08 |
gatox | ralsina, now it has pretty pictures: https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/misaligned-icons/+merge/83620 :D | 12:10 |
nessita | mandel: that's the list I also have, I will add more items soon, seems like you're running out of them? :-) | 12:11 |
mandel | nessita, I've been working hard :) | 12:11 |
nessita | nice! | 12:11 |
nessita | mandel: there is one issue I would need you to debug, there are a couple of reports of people saying that U1 will not work as non-admin user | 12:12 |
nessita | mandel: is there any chance you install U1 using the latest installer, and then on a non-admin account you try to set it up, using the wizard and all? | 12:12 |
mandel | nessita, do you remember the branch in which you did the refactoring of SDToolProxy, I'd like to link bug 806701 to that one so we keep track of it | 12:12 |
ubot4 | Launchpad bug 806701 in ubuntuone-client "Windows: if SyncDaemonTool fails, the error is not propagated to the caller (affects: 1) (heat: 6)" [Medium,Fix released] https://launchpad.net/bugs/806701 | 12:12 |
mandel | nessita, sure, I have vms ready for that, give me the bug and I'll work with it | 12:13 |
nessita | mandel: sure! go ahead. The name was, I think, u1sdtool-multiplatform | 12:13 |
mandel | nessita, thx | 12:13 |
gatox | mandel, you caan re-review this one now: https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/fix-double-navigation/+merge/83973 | 12:15 |
mandel | gatox, on it! | 12:15 |
nessita | mandel: 2 things: 1- what do you mean in the last comment of https://code.launchpad.net/~mandel/ubuntuone-control-panel/auto-update-looping-call/+merge/81015 ? minimized is a parameter so it can be either true or false, and we can't assume it will be one specific | 12:20 |
mandel | nessita, I agree with that statement, but just before that line we have a 'if not minimized:' | 12:21 |
nessita | looking | 12:21 |
mandel | nessita, so, for use to go inside the if we must have a bool(minimized) == False, right? | 12:21 |
nessita | mandel: never ever use bool() on something | 12:22 |
nessita | that indicates API dirtiness | 12:22 |
mandel | nessita, I was saying that we have a minimized == False | 12:22 |
mandel | nessita, what is a API dirtiness? | 12:22 |
nessita | mandel: you're right, that logic is messed up :-) | 12:22 |
nessita | mandel: when you allow people passing anything and treating that as a bool | 12:23 |
mandel | nessita, oh, true :) | 12:23 |
mandel | nessita, If you want I can put it back, but I though it was cleaner without the or.. | 12:23 |
nessita | no no | 12:24 |
nessita | let me see the context, you're right | 12:24 |
duanedesign | o/ | 12:24 |
nessita | mandel: while I see that, the next thing is that I asked you to change the args in https://code.launchpad.net/~mandel/ubuntuone-windows-installer/put-migration-together/+merge/78995 but then I proposed a branch when I was eoding yesterday because I needed that working for something else | 12:25 |
nessita | mandel: so is likely you'll have a conflict if you merge trunk in... but a simple one | 12:25 |
mandel | nessita, ok, let me merge and see if it brakes :) | 12:25 |
mandel | nessita, just did the merge with trunk and pushed it, revno 111 | 12:28 |
nessita | mandel: your change to controlpanel re: minimized looks good, and makes sense, sorry for missing the context (I was just looking a diffed lines) | 12:34 |
mandel | nessita, no problem, happens to all of use :) | 12:34 |
nessita | mandel: question, why do you do "icon.auto_update_lc = auto_update_lc" | 12:35 |
mandel | nessita, let me look | 12:36 |
mandel | nessita, to have access to the looping call from the object in case i want to stop it, I could have done that in a single line | 12:37 |
mandel | in line 59 | 12:37 |
mandel | nessita, I'll change that | 12:37 |
mandel | is ugly like that | 12:37 |
mandel | nessita, I have to have an early lunch so I'm off now, please can you write any comments and I'll fix them before the weekly meeting | 12:39 |
nessita | mandel: yeah, anyways I will wait for alecu to finish the review first | 12:39 |
mandel | nessita, ok | 12:39 |
* mandel lunch | 12:41 | |
=== Guest87301 is now known as adorilson | ||
alecu | hello! | 13:29 |
alecu | mandel, ping: was this the branch that needed reviews? https://code.launchpad.net/~mandel/ubuntu-sso-client/fix-tests/+merge/83267 | 13:29 |
nessita | HOLA alecu! | 13:30 |
alecu | HOLA nessita! how were your vacations??? | 13:30 |
nessita | alecu: THE AWESOMEST OF AWESOME | 13:30 |
alecu | nessita, ultramegacool! | 13:31 |
* alecu can't wait for his vacations. They won't be as awesomest for sure, but can't wait anyway. | 13:31 | |
nessita | alecu: when are you taking them? | 13:31 |
alecu | nessita, starting Dec 16th, till January 1st | 13:32 |
gatox | alecu, this branch needs a re-review from you: https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/not-validated-account :P | 13:46 |
alecu | gatox, thanks, looking. | 13:47 |
pmatulis | have a puzzling situation here | 13:53 |
alecu | gatox, I'm getting an error running the tests on that branch: | 13:53 |
alecu | gatox, I've pasted it in the proposal: https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/not-validated-account/+merge/83055 | 13:53 |
nessita | mandel: https://code.launchpad.net/~mandel/ubuntuone-windows-installer/put-migration-together/+merge/78995 is approved but it needs some cleanup before you land it, ok? | 13:53 |
gatox | alecu, :S checking.... | 13:53 |
alecu | nessita, ralsina: I'm taking Amelia to kinder, will be back before our team meeting. | 14:05 |
nessita | alecu: ack! | 14:05 |
nessita | gatox: is this still opened for some reason? https://bugs.launchpad.net/ubuntuone-client/+bug/890990 | 14:12 |
ubot4 | Launchpad bug 890990 in ubuntuone-client "Error: UnicodeDecodeError ascii (affects: 16) (dups: 9) (heat: 84)" [Critical,In progress] | 14:12 |
nessita | ralsina: quick question, did you manage to fix installer suite on husdon? | 14:13 |
ralsina | hudson? | 14:13 |
ralsina | husdon? | 14:13 |
gatox | nessita, sorry..... i didn't see it in my queue: https://bugs.launchpad.net/~diegosarmentero/+assignedbugs?field.searchtext=&orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.bug_reporter=&field.bug_supervisor=&field.bug_commenter=&field.subscriber=&field.tag=u1- | 14:13 |
gatox | zomg-windows&field.tags_combinator=ANY&field.status_upstream-empty-marker=1&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on&search=Search | 14:13 |
nessita | gatox: weird, it should be | 14:14 |
nessita | let me check my gatox's queue link :-) | 14:14 |
nessita | gatox: this is the queue I have for you: goo.gl/aXzLb | 14:19 |
gatox | nessita, new one? | 14:19 |
nessita | gatox: no the same one I always had... | 14:19 |
nessita | gatox: perhaps you're still filtering for u1-zomg-windows? | 14:19 |
gatox | nessita, this is the last one i have: http://is.gd/ZaEsDa | 14:20 |
gatox | saving the new one now | 14:20 |
nessita | gatox: oh, yes, that's filtering for zomg-windows | 14:20 |
nessita | gatox: perhpas I created it and forgot to give you the link? | 14:20 |
gatox | nessita, ok..... i'll check that bug once i fix a branch i have for review.. | 14:21 |
nessita | gatox: sure, the bug perhpas just needs closing | 14:22 |
gatox | nessita, yes.... | 14:22 |
gatox | nessita, but i'll test it before | 14:22 |
* mandel back | 14:37 | |
mandel | alecu, ping | 14:44 |
alecu | mandel, pong | 14:56 |
mandel | alecu, lets talk after the weekly call :) | 14:56 |
* alecu runs to fetch the laptop to start mumble for the team meeting. | 14:56 | |
mandel | nessita, done the cleaning and approved, thx for eh reviews! | 14:57 |
nessita | mandel: ack! | 14:57 |
ralsina | team call in 3'! | 14:57 |
ralsina | nessita, alecu, dobey, mumble! | 15:02 |
nessita | ralsina: can you hear me? (I can't hear you) | 15:02 |
ralsina | I haven't said anything :-) | 15:03 |
mandel | nessita, did you try to say something? I could just see the red lips | 15:03 |
nessita | mandel: can you hear me? | 15:03 |
mandel | nessita, no :( | 15:03 |
mandel | nessita, yo te escucho, no te oigo jejeje | 15:03 |
* mandel has a terrible sense of humor.. | 15:04 | |
mandel | alecu, https://code.launchpad.net/~mandel/ubuntu-sso-client/fix-tests/+merge/83267 fixed :) | 15:05 |
joshuahoover | dobey: is there anything outside of u1 that's blocking us in p right now? (prepping a weekly ubuntu release report) | 15:30 |
dobey | joshuahoover: twisted reactor; but i'm working on it | 15:30 |
joshuahoover | dobey: thx | 15:31 |
nessita | ralsina: you left? :-) | 15:59 |
ralsina | going back then :-) | 15:59 |
duanedesign | was the fix for - Web Client Error 400 'Invalid consumer.' - removing the token from the windows box? | 16:00 |
* gatox lunch...... brb | 16:03 | |
dobey | ralsina: 1:1 in ~22 min right? | 16:09 |
ralsina | dobey: yes | 16:09 |
dobey | ok; stupid google | 16:09 |
ralsina | dobey: I seem to not have it scheduled (again) | 16:13 |
dobey | ralsina: google tells me it is at 9:30 AM | 16:14 |
ralsina | dobey: it's just not n my calendar | 16:14 |
dobey | ralsina: it's in the online services calendar, no? | 16:14 |
dobey | sigh, and the dual sign-in thing is dumb | 16:15 |
dobey | why is it in the online services calendar? none of the other 1:1s are :P | 16:16 |
mandel | alecu, dobey: telnet miku.acm.uiuc.edu | 16:24 |
* mandel is back at the non-stop nym cat ... | 16:24 | |
alecu | mandel, lol!!!! | 16:24 |
dobey | eh | 16:25 |
dobey | nessita: hrmm, i think we need to change the version on all the stable-3-0 branches to 2.99; otherwise all the releases will have to be 3.0.x | 16:36 |
nessita | dobey: what's the problem with releasing 3.0.x? | 16:39 |
dobey | few minutes; 1:1 now | 16:41 |
nessita | dobey: sure! | 16:43 |
nessita | @ping | 16:45 |
ubot4 | pong | 16:45 |
dobey | nessita: well, releasing it as 3.0.x implies it's already finished and we're only fixing bugs in it :) | 16:49 |
nessita | dobey: I see. Let me think about that a couploe of minutes | 16:52 |
nessita | dobey: so, since the numbering is a convention, can't we ship new features the same on 3.0.x versions? | 16:53 |
dobey | nessita: technically we can do whatever we want, yes; but that's not the convention | 16:54 |
dobey | nessita: it feels weird for me to move code from one project to another, in a 3.0.x release, for example :) | 16:55 |
nessita | dobey: what do you mean exactly with moving code from one project to another? between stable branches? | 16:56 |
dobey | nessita: yes; i want to move libsyncdaemon into libubuntuone for example (as well as refactor it to be more async and easier to use) | 16:56 |
dobey | so moving code, breaking abi, changing UI, etc… all feels weird | 16:57 |
nessita | dobey: ok, let's downgrade then, makes sense | 16:57 |
dobey | nessita: should i do them all, or do you want to do some of them too? | 16:58 |
nessita | dobey: I can do some :-), wanna split the list? | 16:59 |
dobey | nessita: if you wish; doesn't matter. they are trivial changes, so i can do them all if you have other stuff to do | 17:00 |
nessita | dobey: ok then, let's do that | 17:00 |
nessita | so I can finish setting up all these VMs | 17:01 |
dobey | ok | 17:01 |
* mandel needs to learn how to cache the windows updates so that all his vms get updated fast.. | 17:09 | |
dobey | bbiab, lunch and appointment | 17:23 |
nessita | lunchtime! | 17:25 |
mandel | ok, EOD for me | 17:36 |
gatox | mandel, ok..... bye mandel! | 17:36 |
mandel | gatox, we do alcus reviews tom and work on FF then? | 17:36 |
gatox | see you tomorrow on FF | 17:36 |
gatox | :P | 17:36 |
mandel | gatox, I want to release it tom if we can :) | 17:36 |
gatox | mandel, roger that | 17:36 |
mandel | :D | 17:36 |
gatox | mandel, yes we can! :D | 17:36 |
gatox | mandel, hey! do you want me to get up earlier so we have more time to work together tomorrow? | 17:37 |
gatox | it's not trouble for me | 17:37 |
mandel | gatox, nah, don't worry :) | 17:40 |
mandel | gatox, I'll do reviews in the morning for alecu | 17:40 |
gatox | mandel, ok | 17:41 |
=== beuno is now known as beuno-lunch | ||
ralsina | alecu: ping 1-1 when you are ready | 18:05 |
alecu | ralsina, pong | 18:05 |
ralsina | alecu: in mumble? | 18:05 |
ralsina | alecu: lost you! | 18:07 |
gatox | ralsina, do we have in the calendar our 1-1 yet?? i don't remember if you create it | 18:07 |
alecu | ralsina, I don't see it connecting at all... | 18:07 |
ralsina | gatox: I should have, let me check | 18:07 |
ralsina | alecu: you appear and diappear quickly | 18:07 |
=== beuno-lunch is now known as beuno | ||
nessita | who do I owe reviews to? | 19:33 |
gatox | nessita, i have a branch for review about a bug you mentioned once if you want | 19:35 |
gatox | it's short | 19:36 |
nessita | gatox: shot! | 19:36 |
gatox | nessita, https://code.launchpad.net/~diegosarmentero/ubuntu-sso-client/fix-double-navigation/+merge/83973 | 19:36 |
gatox | before you tell me: TESTSSSSS!!!..jejje with a little modification in the fake... the previous test works fine | 19:36 |
gatox | i wrote the previous test too | 19:37 |
nessita | gatox: the simple fact you start with a disclaimer makes me doubt :D | 19:37 |
gatox | and added one more test now | 19:37 |
gatox | nessita, jejeje trust me.... i'm telling you to avoid stress | 19:37 |
gatox | jejee | 19:38 |
nessita | lol | 19:38 |
dobey | in soviet russia, test runs you! | 19:39 |
gatox | jejjee | 19:39 |
dobey | nessita: ok, i think all the stable-3-0 branches are version 2.99 now :) | 19:48 |
nessita | dobey: great, thanks! | 19:49 |
gatox | EOD..... see you tomorrow!! :D | 20:16 |
alecu | bye gatox! | 20:21 |
nessita | bye gatox | 20:21 |
alecu | gatox, I'll re-review your branch, see you tomorrow. | 20:21 |
gatox | alecu, ok.... let me know if the change has sense for you | 20:22 |
karni | ralsina: What's the gastronomic adventure :D? | 20:28 |
dobey | karni: exotic food | 20:32 |
karni | dobey: sounds exciting. and scary ;) | 20:32 |
dobey | brb; gotta run to post | 20:40 |
dobey | back | 20:54 |
nessita | dobey: can I have a quick review for https://code.launchpad.net/~nataliabidart/ubuntuone-control-panel/package-utils/+merge/84173 ?> | 20:55 |
nessita | dobey: I will update the packaging dailes after that | 20:55 |
dobey | meh, the trac for twisted is so slow no | 20:56 |
dobey | now | 20:56 |
dobey | nessita: +1 | 21:03 |
nessita | thanks! | 21:03 |
nessita | ok, I'm off | 21:17 |
nessita | bye all! | 21:17 |
=== gatox is now known as gatox_away | ||
=== gatox is now known as gatox_away |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!