/srv/irclogs.ubuntu.com/2012/01/02/#ubuntuone.txt

burrito_ubuntuone-client-gnome isn't in any of my menus and i can't seem to cough up the correct terminal command to run the app05:41
=== Alcine is now known as jackyalcine
=== jackyalcine is now known as jalcine
gatoxgood morning!11:57
ralsinaHola gatox12:04
ralsinaQue tal las vacaciones?12:04
gatoxralsina, good!!!! lot of relax!! :D12:09
gatoxralsina, yours?12:09
gatoxralsina, ahhhhhh you didn't have vacation, sorry...... how was the week alone?12:11
ralsinagatox: fun!12:11
ralsina;-)12:11
gatox:P12:16
czajkowskialoha12:18
ralsinahello czajkowski!12:19
czajkowskiralsina: ello, I've a question and wondering is this normal12:20
ralsinaczajkowski: shoot!12:20
czajkowskiusing banshee I'm re downloading my purchased music to  a new laptop12:20
czajkowskiI've gone to page 2 of my music and clicked download12:20
czajkowskiit puts be back to page one12:20
czajkowskievery single time12:20
czajkowskikinda annoying12:20
czajkowskias it only shows 10  songs per page12:21
ralsinaczajkowski: I suppose it's a bug12:22
ralsinaczajkowski: ask dobey when he appears12:22
czajkowskiwill do thanks12:23
czajkowskiI assume he;s not working today due to it being a bank holiday ?12:23
ralsinaczajkowski: is it a holiday in the US?12:23
* ralsina has not checked yet12:23
* czajkowski is in the Uk12:24
czajkowskiaye tis12:24
ralsinathen tomorrow I guess :-)12:25
czajkowskigrand job thanks12:26
alecuEOV :-(12:59
alecuand.... hello #ubuntuone!13:00
ralsinahello alecu13:00
alecuhola jefe!13:00
ralsinaalecu: admit you missed it13:00
ralsina;-)13:00
alecuthat would be so.... masochistic13:00
alecuso: yes.13:00
gatoxalecu, hi!13:01
alecuhola gatox!13:01
alecumy thunderbird is about to implode13:05
alecuboy I hate IMAP13:19
ralsinaalecu, gatox: would it be a bad idea to make the bin/whatever scripts really really trivial and move all the logic into the packages? It would save about 4-8 hours in the windows release process13:21
alecuralsina, probably it would be a good thing, since then we'd be forced to add tests whenever we add code to those scripts13:22
ralsinaalecu: yes, that too13:22
ralsinaI will file a bug13:22
gatoxralsina, productivity++13:22
ralsinaalecu, gatox: I need reviews here -- https://code.launchpad.net/~ralsina/ubuntuone-client/fix_904300/+merge/87073 and here https://code.launchpad.net/~ralsina/ubuntuone-control-panel/even_more_unique_than_the_other_snowflake/+merge/8691213:23
gatoxralsina, on it13:24
gatoxralsina, is_root has tests? (don't hit me)13:27
ralsinagatox: I don't know. Does the linux one have tests? ;-)13:27
gatoxralsina, nop13:28
ralsinagatox: and I have no idea how to test that. It will return False on every possible situation unless you run the tests as admin with elevated privileges :-)13:28
gatoxralsina, true...13:28
gatoxjust asking....13:28
ralsinaand if I fake it, then...13:28
ralsinagatox: I know. I honestly didn't know how to test that13:28
gatoxralsina, but what you are saying make sense....13:29
ralsinagatox: I could add a test to say "we have a test" where I test a fake function that returns what I want to get ;-)13:29
gatoxralsina, about unique application....... wouldn't be better to use qsharedmemory instead of sockets?? I think it's more clean.....13:35
ralsinagatox: hmmmm could be13:36
gatoxralsina, it's really easy..... less code...... and i think it's faster13:36
ralsinagatox: local sockets is what all the implementations I found used13:36
gatoxralsina, i can show you an example with qsharedmemory if you want.......13:37
gatoxralsina, local socket i used (from my pov) if you want to send any information to the process already running13:37
ralsinagatox: in the future we may want to use it13:37
gatoxif you only want to detect is another process is running... i think qsharedmemory is better13:37
ralsinagatox: for instance, to send notification/progress info to u1cp13:38
gatoxralsina, so.... not now?? i review this one just the way it is?13:38
ralsinagatox: or to make it show a specific tab. But yes, not now.13:38
ralsinagatox: but if we are later goig to do it, it makes no sense to use shared memory now13:38
gatoxralsina, in an application i use both.... qsharedmemory to check if another process is running.... and if that is the case, so open the socket to send info if it's needed13:38
ralsinagatox: that sounds weird13:39
gatoxralsina, i found several examples doing that...... (that doesn't mean that the examples were right :P)13:39
ralsinagatox: I would like to see the example with sharedmemory if you have it handy :-)13:40
gatoxralsina, yep.....13:40
* gatox searching...13:40
gatoxralsina, https://github.com/ninja-ide/ninja-ide/blob/master/ninja_ide/core/ipc.py#L6313:40
ralsinagatox: missing bit using qsharedmemory: the "running" instance doesn't know the other one pinged it13:42
gatoxralsina, yes..... i use qsharedmemory to see if an instance is running.... if i need to pinged it, then i use the socket13:43
ralsinagatox: so that solution is actually more code13:43
gatoxralsina, if you want to ping the already running instance: YES..... i thought that maybe you only wanted to avoid to reopen the application....13:44
ralsinagatox: this branch also pings13:45
gatoxralsina, ahhhhhhh ok..... my bad13:45
ralsinagatox: so that if you start a second instance, the first one pops13:45
=== JanC_ is now known as JanC
ralsinahave to feed to kid, bbiab13:46
gatoxralsina, there are some missing docstrings in: https://code.launchpad.net/~ralsina/ubuntuone-control-panel/even_more_unique_than_the_other_snowflake/+merge/8691213:46
ralsinagatox: freaking pylint not working on windows and I forgetting to run it on linux13:47
* gatox start the year in nessita mode13:47
ralsinagatox: and thanks ;-)13:47
gatoxjejejee13:47
=== eu is now known as Guest11472
=== Guest11472 is now known as adorilson
=== elopio_ is now known as elopio
ralsinagatox: fixed lint problems in snowflake14:29
gatoxralsina, ok14:29
=== yofel_ is now known as yofel
ralsinagatox, alecu: and for when you are with a bit of time (say a day or two? ;-): https://code.launchpad.net/~ralsina/ubuntuone-windows-installer/fix_809873/+merge/6791114:36
gatoxralsina, added to bookmarks :P.... i'll review it after i finish with one of my branches14:38
ralsinagatox: apparently there is still a unicode bug somewhere: bug #910535 do you think it's a duplicate of some other one?14:58
ubot4Launchpad bug 910535 in ubuntuone-control-panel "Windows client - error in Folder view (affects: 1) (heat: 6)" [Medium,Triaged] https://launchpad.net/bugs/91053514:58
alecuralsina, I've taken a look at python-requests.org, and I've replied you on the u1-discuss list14:58
gatoxralsina, i'm fixing that right now14:58
ralsinaalecu: cool14:59
gatoxralsina, also... i'm having some problems to test u1-coontrol-panel on windows..... not only your branch.... but trunk too.... i'm getting reactor was unclean.... so i can't run the test right now.... i'm looking what might be the reason14:59
ralsinaalecu: thanks for looking at it. Too bad it won't work, the API is so cool.14:59
ralsinagatox: ack14:59
ralsinagatox: may be because of something I merged there last week, in which case I am sorry15:00
ralsinagatox: can you try running the tests in revno 247? If that works, then it's my fault15:03
gatoxralsina, ok... i'll try that15:03
mandelralsina, hello15:05
mandelgatox, alecu, hola!15:05
ralsinahello mandel!15:05
gatoxmandel, hi15:05
mandelralsina, sorry I was late, I had to deal with taxes :(15:06
ralsinamandel: ready for a moster review to start 2012? :-D15:06
mandelralsina, sure :)15:06
mandelralsina, do we have a stand up?15:06
ralsinamandel: https://code.launchpad.net/~ralsina/ubuntuone-windows-installer/fix_809873/+merge/6791115:06
ralsinalet's stand up!15:06
ralsiname15:06
mandelme15:06
ralsinagatox, alecu: standup please15:07
gatoxme15:07
alecume15:07
ralsinaDONE: worked, you lazy people! fixed a bunch of bugs, cleaned up and finally proposed the windows packaging scripts branch TODO: work! maybe tech leads call, try to merge my proposed branches BLOCKED: no15:08
ralsinamandel: ?15:08
mandelDONE: Holidays, had to deal with taxes paperwork so my day starts.. now!15:08
mandelTODO: mails, ralsina reviews, proxy15:08
mandelBLOCKED: no15:08
mandelgatox, go15:08
gatoxDONE:15:08
gatoxVacations, ralsina review, added some test to u1-client branch15:08
gatoxTODO:15:08
gatoxFix tests on linux, review my task queue.15:08
gatoxBLOCKED:15:08
gatoxNo15:08
gatoxalecu, go15:08
alecuDONE: vacations15:08
alecuTODO: catch up with email, proxy support15:08
alecuBLOCKED: no15:08
alecuNEXT: none?15:08
ralsinaalecu: none indeed15:09
mandelis a holiday in the USA, right?15:09
ralsinaholiday in the US and UK, nessita on holiday15:09
verterokralsina: there is a critical bug in ubuntu-sso-client (it's completely broken in Precise), I proposed a fix on friday: https://code.launchpad.net/~verterok/ubuntu-sso-client/fix-910163/+merge/8716015:09
ralsinaverterok: ack, reviewing15:10
ralsinaverterok: damn, I had seen this on friday, forgot to review it15:11
ralsinaverterok: there you go15:11
verterokralsina: np, I know you're relocating on friday :)15:11
mandelwho is relocating?15:12
ralsinaverterok: worse, by my notes I had actually reviewed it and never got to put the comment because internet didn't work15:12
mandelwin?15:12
ralsinamandel: I am at the beach15:12
mandelralsina, ah..15:12
ralsinamandel: and I changed appartments on friday15:12
verterokralsina: heh, it happens :)15:12
mandelups, closed the wrong window :)15:13
mandelralsina, but you guys got my email from this morning, right?15:13
ralsinamandel: yes, got it15:13
mandelok :)15:14
mandelralsina, anything interesting has happened since I was on holidays, besides the icon thing?15:14
ralsinamandel: I proposed the packaging branch15:15
ralsinamandel: I fixed a few bugs15:15
ralsinamandel: the mayans recanted their 2012 profecy, said they meant 2011 and sorry about that15:15
mandelralsina, hehe15:15
mandelralsina, in that branch, you have a +1 from shane, what should we do about that?15:16
ralsinamandel: ignore it?15:16
mandelralsina, so we need an extra +1, right?15:16
ralsinamandel: I would like 215:16
alecumandel, that +1 from shane is from 6 months ago.15:16
ralsinaOTOH, consider the branch "IRL tested" since it's what's on the release ;-)15:16
ralsinamostly15:16
mandelalecu, ralsina I say an extra +1 since I'm already doing a review :)15:16
ralsinawith mandel and another I would be happy15:17
gatoxralsina, 247 is working fine..... i'm going to compare the changes now and propose a branch to fix the problem15:17
ralsinagatox: I knew my change was a bit fishy15:18
mandelralsina, why do we do this: Get the VistaLib32.dll and VistaLib64.dll and put them in dist.15:23
ralsinamandel: that's the solution for the "wizard-runs-as-admin" problem15:24
ralsinamandel: those DLLs implement a privilege de-escalation15:24
mandelralsina, and we need both, x64 and 32?15:24
ralsinamandel: yes, the 32-bit doesn't work as admin in 64-bit systems15:24
mandelmenuda mierda... ok15:25
ralsinamandel: indeed15:25
mandelralsina, and this guy: "lp:~ralsina/ubuntuone-windows-installer/register_plus_login" ?15:25
mandelwe are still using him?15:25
ralsinamandel: yes, nessita is working on the proper fix15:25
mandelralsina, I would not use glob on windows.. but is not something I have a valid reason to complain about15:29
dobeyczajkowski: yes, it's a bug, in the server.15:30
ralsinamandel: that code is yours ;-)15:30
mandelralsina, he, I must be becoming a better programmer :)15:32
ralsinamandel: hehe15:32
mandelralsina, since that code is just going to be used on windows, I'd use FindNextFile, what do you think?15:33
ralsinamandel: I don't quite care ;-)15:33
mandelralsina, hm.. does that mean we are using FindNextFile? :P15:34
ralsinamandel: ok, I will do it.15:34
mandelralsina, cool :)15:34
ralsinamandel: wait, you mean this Findnextfile? DONE: worked, you lazy people! fixed a bunch of bugs, cleaned up and finally proposed the windows packaging scripts branch TODO: work! maybe tech leads call, try to merge my proposed branches BLOCKED: no15:34
ralsinaoops15:35
ralsinamandel: wait, you mean this Findnextfile? http://www.google.com.ar/url?sa=t&rct=j&q=findnextfile&source=web&cd=1&ved=0CB8QFjAA&url=http%3A%2F%2Fmsdn.microsoft.com%2Fen-us%2Flibrary%2Fwindows%2Fdesktop%2Faa364428(v%3Dvs.85).aspx&ei=i84BT_DjM8nbtgf-7Z3QBg&usg=AFQjCNG-eZr5AIhnTwM8nxgFow9m1AUReg&sig2=NQLfL3FxgoagoAzY0pWYGw15:35
ralsinaargh!15:35
ralsinamandel: FindNextFile is ugly15:35
mandelralsina, yes, but it work on windows.. which is what os.listdir does in the code of python15:36
ralsinamandel: this does work. On windows.15:36
mandelralsina, yes, but is fragile15:36
ralsinamandel: ok, what breaks it? (just curious)15:37
mandelpath ends with \15:37
mandelralsina, ^ for example15:37
mandelralsina, other is \\?\15:37
ralsinamandel: we are not going to have a path that ends that way. Or a literal path15:37
ralsinamandel: this is not syncdaemon (thank $DEITY)15:38
mandelralsina, hehe15:39
ralsinamandel: it's just to copy a bunch of files from lazr. You are thinking too much ;-)15:39
mandelralsina, ok, then I'm sure that we can use os.listdir, right?15:39
ralsinaand if we ever adapt this to mac, findfile won't work15:39
mandelralsina, I'm bac with energies :)15:39
ralsinamandel: hehe15:40
mandelralsina, listdir is a better option the, right?15:40
ralsinayes, and this is using the wrong path separator, to boot15:40
ralsinaso, doing via listdir15:40
mandelralsina, cool, let me know whenever you are done and I'll do a second pass :)15:41
* gatox lunch15:42
=== gatox is now known as gatox_lunch
mandelok, I need to reboot for updates15:44
* mandel reboots15:44
=== gatox_lunch is now known as gatox
gatoxralsina, ping16:24
mandelalecu, ralsina, gatox crazy question, do you have problem logging on your ubuntu p machine?16:26
mandelI can ssh with the username and password, but ligthdm ain't working for me :(16:27
alecumandel, you've probably forgotten your password due to the hangover from the holidays!16:27
gatoxalecu, mandel has gone16:27
alecudoh16:27
alecuthat's what hangover is doing to me :-)16:28
gatoxalecu, jejejee16:28
gatoxalecu, a complicated new year?16:30
gatoxralsina, let me know when you are back please16:35
gatoxalecu, do you have a minute?16:35
gatoxmandel, nop... i'm not having that problem16:36
mandelgatox, dammed.. stupid Alpha testing..16:36
gatoxmandel, ahhhhhhh but i'm in O16:36
gatoxnot P16:36
mandelgatox, now I managd to loging but unty does not longer work...16:38
mandelputo puto puto16:38
gatoxjejej16:38
gatoxmandel, sorry... but is good to know when i'm not the only one with problems jejeje16:38
mandelgatox, you donn't have problem, you are just?  'special' :P16:39
gatoxjejejeje16:39
mandelbuagh.. segmentation fault in unity..16:45
gatoxmandel,  durisimo16:56
mandelAgghg stupid updates!16:57
=== teknico is now known as teknico_away
mandelgatox, ralsina I'm off to walk the dog and try to fix my machine..17:04
mandelwhat a start of the year :(17:04
gatoxmandel, relax17:04
mandelgatox, I'm relaxed, is just that when I have energy I sound angry :P17:05
mandelbut I'm not, I'm just hungry..17:05
mandelhehehe bad joke :P17:05
dobeydamn cylons17:05
mandeldobey!17:06
mandeldobey, are you running p? have problem with unity?17:06
mandelok, I'm off trying to fix the machine17:08
dobeyi have it on one laptop, and installing it on another right now17:08
dobeybut i haven't noticed any problems beyond my normal issues with it, no17:09
ralsinagatox: I am back17:17
ralsinamandel: when your computer is working again, the branch is ready to re-review17:17
gatoxralsina, look at this: https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/fix-reactor/+merge/8726717:17
gatoxfirst..... it seems that the end of line is different :P17:18
gatoxralsina, then...... i remove the @inlineCallbacks from test_stop_sd....... does this have any sense to you? that fix the problem with the dirty reactor17:18
ralsinagatox: right, freaking EOL17:18
ralsinagatox: if it's not inlineCallbacks, you can't yield17:19
ralsinagatox: were your problems running the tests on windows or linux?17:19
gatoxralsina, yes...... that was what i thought...... but it was working without that......17:19
gatoxralsina, windows17:19
ralsinagatox: it's probably never reaching the assert17:20
gatoxralsina, i can't run the controlpanel tests on linux17:20
gatoxralsina, i approve your branch...... i ran the tests commenting that line17:21
gatox#@inlineCallbacks17:21
ralsinagatox: we should ask someone that knows more about deferreds than us17:22
gatoxralsina, uhhhh alecu is not here :(17:22
ralsinagatox: that was my first thought :-)17:22
gatox:P17:22
ralsinaso, let's keep that branch on hold until he's back17:23
gatoxralsina, yep17:23
* ralsina goes back to sprint planning17:27
czajkowskidobey: ah is it a known bug ?17:37
dobeyczajkowski: i don't think i've seen that one filed17:38
czajkowskiwant me to file it17:39
czajkowskidamn annoying when I've 10 pages to do :)17:39
ralsinahi dobey! Thought it was holiday over there17:41
dobeyit is17:42
czajkowskidobey: where do I file a bug on lp for U117:45
dobeyczajkowski: that bug would belong in https://bugs.launchpad.net/ubuntuone-music-store17:46
czajkowskidobey: thanks17:48
gatoxbrb17:55
ralsinahahaha, nessita just gave me a needsreview from vacations!18:11
=== eu is now known as Guest87973
gatoxralsina, jejeje she is everywhere18:12
ralsinarunning u1-client tests on windows takes FOREVER18:32
dobeys/on windows//18:36
ralsinadobey: takes about 75% longer on windows here18:37
ralsinaSo 1.75 forevers18:37
ralsinaalecu:  gatox and I have a doubt about deferreds18:55
alecuralsina, tell me!18:55
ralsinaalecu: https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/fix-reactor/+merge/87267 (just look at the test_stop_sd function)18:56
ralsinamy version (in red) breaks, but I say gatox's version (in green) makes no sense ;-)18:56
gatoxalecu, only one line change...... the @inlineCallbacks for stop_sd was removed18:57
gatoxi don't say that my version makes sense either :P..... i just don't know why that fix.... or seems to fix the error18:57
alecugatox, ralsina: removing the inlineCallbacks is wrong18:58
alecugatox, it allows the test to pass, because the function suddenly looks like a generator to the test runner18:59
gatoxalecu, do you know why the code with the @inlineCallbacks can be generating a dirty reactor?18:59
gatoxahhhh18:59
alecugatox, and so it's not *fully* executed.18:59
alecugatox, I'm not sure why it's generating a dirty reactor, looking.18:59
ralsinamaybe something is broken in stop()18:59
alecuralsina, right.19:00
alecugatox, a dirty reactor usually means that something was added to the reactor by some of the code, and it was not removed before the test ends19:00
alecuusually it's a "reactor.callLater" that's not reached nor removed. Or a tcp connection that's started but not finished.19:01
alecugatox, ralsina: does that^ make sense?19:04
ralsinaalecu: maybe, but I don't know what it could be19:04
ralsinaalecu: the problem was introduced by this: http://bazaar.launchpad.net/~ubuntuone-control-tower/ubuntuone-control-panel/trunk/revision/24819:05
ralsinagatox: the first docstring is wrongin https://code.launchpad.net/~diegosarmentero/ubuntuone-windows-installer/default-agree/+merge/8728219:09
gatoxralsina, ahhhhhh probably :P19:13
gatoxralsina, you didn't give me the time to add the pritty pictures!19:14
gatoxralsina, i'm doing that19:14
gatoxralsina, pictures added....... fixing docstring....19:14
ralsinahahaha19:14
ralsina+1 on pretty pictures19:15
gatox:P19:15
gatoxs/pritty/pretty........ pritty is the drink :P19:15
ralsinagatox: nice, but the bug description doesn't match what the branch does19:18
gatoxralsina, true..... should i close that issue as "fix commited" or something and create a new one for this?19:19
gatoxralsina, i take that one to fix license buttons19:19
ralsinagatox: yes please, for a cleaner changelog19:20
gatoxok.... removing the bug19:20
ralsinagatox: sorry about the extra work19:20
alecuralsina, gatox: I'm also getting "twisted.internet.error.ReactorNotRestartable".... weird.19:20
alecuin the fix-reactor branch19:20
ralsinaalecu: that may be because stop() is calling reactor.stop()?19:20
gatoxalecu, ralsina jeejje that happens to let me test the branch.... i'm the king of the bugs and corner cases!19:21
ralsinaThat's what happens when the manager codes. The devs suffer.19:21
alecuralsina, looks like it, but I can't find the piece of code that does that.19:21
alecudamn. there it is. I was looking at the branch diff19:22
ralsinaalecu: right, two lines lower than the diff19:23
alecuralsina, ok. Then we should be faking the reactor.stop in the tests19:24
alecugatox, ralsina: we can't use reactor.stop inside tests, because the reactor is used by trial too19:25
gatoxahhhhhhh19:25
ralsinaalecu: right,so we need to patch it19:25
* alecu will be back in 5 minutes19:25
gatoxralsina, updated: https://code.launchpad.net/~diegosarmentero/ubuntuone-windows-installer/default-agree/+merge/8728219:25
ralsinagatox: on it!19:26
gatoxralsina, do you want me to add the patch for that and update the already proposed branch?19:27
ralsinagatox: please19:27
gatoxralsina, on it19:27
alecuback19:28
ralsinagatox: thanks19:28
alecuralsina, gatox: it seems that just patching "reactor.stop" with a no-op makes the test pass19:30
gatoxalecu, cool19:31
afeijohi guys, I have u1 installed here in my ubuntu 11.04 but I cant find the icon to open it. Can I open the app thru alt+f2 ?19:33
beunoafeijo, sure19:34
beunoit should be ubuntuone-client19:34
afeijobeuno, that does not exists, but I found it under ubuntuone-control-panel-gtk, thanks19:35
afeijokarni, hey! How are you? I sold my old phone the one that had this nasty date bug, remember? now I've got a great Atrix :D19:36
beunoah, right, it changed  :)19:36
karniafeijo: coolio :) hi there, I'm good. How are you :)19:37
afeijoweird, it is loading but does not finish it19:37
afeijokarni, I'm good, spent the christmas and new year at home with family, I have 2 small girls, it was fun :)19:37
afeijoand you?19:37
karniafeijo: I spent Christmas with my family in my hometown, it was nice. Sadly, we had to say goodbyes to our 16 year old dog. I came back to Warsaw just before new year to spend some that evening with friends.19:38
gatoxralsina, alecu review: https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/fix-reactor/+merge/8726719:39
karniafeijo: Happy 2012 :)19:39
afeijokarni, sorry about the dog, but 16 years is a lot !19:39
karniafeijo: yes, she had a good life. it aws time for her to go, she was a great dog.19:40
afeijokarni, what race?19:41
afeijoops, I dont think I translated it right19:42
karniafeijo: gordon seter19:42
karnihttp://en.wikipedia.org/wiki/Gordon_Setter19:42
afeijobuiltiful one19:42
afeijoonce I had a big dog too, one of the bigest kind, Pirineus, do you know that one?19:43
afeijohttp://en.wikipedia.org/wiki/Great_Pyrenees19:44
=== davidcalle_ is now known as davidcalle
karniafeijo: It looks fantastic :)! I'll have to excuse you and focus back on work for a little longer :)19:45
afeijosame here! c'ya karni19:45
karniafeijo: Nice to hear from you :)19:45
beunoralsina, are you running precise?19:46
gatoxalecu, when you have a moment, please: https://code.launchpad.net/~diegosarmentero/ubuntuone-client/fix-links/+merge/8660519:47
ralsinabeuno: sometimes. Have a VM though!19:52
beunoralsina, u1sdtools complains about gtp and pixmap19:53
ralsinabeuno: checking in 5'19:54
beunoralsina, no rush, just wanted to make sure we didn't ship P with this  :)19:54
ralsinabeuno: hahaha19:55
dobeybeuno: it's known. and i have no idea why it does that when DISPLAY isn't set19:56
beunocool19:56
beunoalso19:56
beunobug #90763119:56
ubot4Launchpad bug 907631 in ubuntuone-client (Ubuntu) (and 1 other project) "gnome-settings-daemon crashed with SIGSEGV in got_public_files_cb() (affects: 12) (dups: 7) (heat: 100)" [Critical,Confirmed] https://launchpad.net/bugs/90763119:56
beunoI get that a bazillion times a day19:56
beunocan't really use nautilus for any U1-watched folder19:57
dobeyyeah it will be fixed tomorrow19:59
beunoyay19:59
beunothanks dobey19:59
dobeysure20:02
ralsinagatox: +1 on fix-reactor20:05
gatoxralsina, :D20:05
gatoxtrivial? or should i look for a second review?20:05
gatoxralsina, ^20:07
ralsinaI say get another +120:07
gatoxralsina, ok20:07
gatoxalecu, need your review :P20:07
* alecu reviews20:13
alecugatox, why is run-tests.bat showing up as different? meld says it's the same file. Probably you've changed some line endings???20:18
gatoxalecu, yes..... i think the previous version contain some platform dependent eol or something20:18
ralsinaalecu: yes, that's EOLs20:18
alecugatox: there are no changes in that file other than the EOLs, so perhaps you can revert that change?20:19
gatoxalecu, which file?20:19
alecugatox, also: I've found many prints in u1/platform/tools/linux.py20:19
gatoxalecu, sorry..... which branch are you reviewing?20:20
alecugatox, review_fix-links ?20:20
alecuhttps://code.launchpad.net/~diegosarmentero/ubuntuone-client/fix-links/+merge/8660520:20
gatoxalecu, ahhhhhh ok, i thought you were with fix-reactor20:20
ralsinagatox: remember that run-tests.bat needs to have windows EOLs20:20
alecuah, doh!20:21
alecugatox, I saw that link on the backlog20:21
gatoxi'll revert that now20:21
gatoxalecu, also i didn't submit the updates for that branch20:22
ralsinaalecu, gatox, dobey: I kinda sorta have a buildout thing working (at least on windows) for our whole stack. Would that be interesting, or should I keep it for myself? ;-)20:22
gatoxalecu, this was the other one: https://code.launchpad.net/~diegosarmentero/ubuntuone-control-panel/fix-reactor/+merge/8726720:22
alecuralsina, I think a buildout thingy running on windows is a great thing20:23
* ralsina hopes that, with buildout + virtualenv, setting up a windows dev env is going to be long but hands-free20:23
alecuralsina, it should help a lot for people to review our stuff, or for us too to run it on clean vms20:23
ralsinaalecu: that was the idea. Needs lots of work still but I may have it done this week20:23
alecuone has to love having a free hand to scratch at stuff20:24
ralsinaalecu: :-)20:24
alecugatox, so, my review for the fix-links branch is just the two things above (EOLs and prints)20:25
alecugatox, I'm on the fix-reactor one now20:25
gatoxalecu, yes, i've removed that right now20:26
gatoxi'm submitting the changes20:26
ralsinagotta go for a bit20:30
alecugatox, approved the fix-reactor branch20:30
gatoxgreat :D20:39
ralsinaLlegó mi vieja, EOD for me :-)21:03
beunopuf, re estricta!21:04
gatoxeod for me!21:05

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