[00:00] m4rk: ~/"Ubuntu One" [00:01] atrus, i mean on the cloud [00:02] it seems very slow :( [00:04] that's the cloud for you :) [00:04] i seriously have no idea. i sort of thought that was part of the point of cloud computing/storage. [00:05] atrus, nevermind. I need to know [00:05] bye [01:20] hi all, is there a roadmap for ubuntu one? Im curious to know if there will ever be clients for other OS's like Dropbox, and I couldnt find anything on the mailing list ... ? [07:00] hi ubuntuone team, i need some assistance with OFFLINE syncing, i need to be able to upload all my files (30GB or so) once and then copy the u1 folder to several machines so that I don;t have to download it again to all those machines, completely unfeasble to do so. [07:01] i have tried copying the matadata over as well but as soon as i reconnect u1 it redonwloads all the files and makes all the files that I copied manually as conflict === jamesh_ is now known as jamesh [12:16] * rtgz wrote a skeleton diagnostic script. In python, not native language yet, so feel free to comment on the (absence of) code quality, style and general problems. [12:16] * rtgz put the link to the script here: https://wiki.ubuntu.com/RomanYepishev/UbuntuOne/Diagnostics [13:37] hi all [13:42] LiCeT, hi [13:52] /msg NickServ identify Qwerty [13:53] ups [15:05] hello hello [15:05] Desktop+ MEETING BEGINS: [15:06] me === teknico_ is now known as teknico [15:06] aquarius Chipaca_ dobey urbanape teknico [15:06] jblount: [15:06] you know how it works [15:06] say me to join the company! :) [15:06] me [15:08] teknico: start please [15:08] VROOM VROOM [15:08] DONE: more updating of the Funambol code to v. 8.0 (#403435) [15:08] TODO: finish updating the Funambol code to v. 8.0 (#403435), review mandel's branch again, finally triage my 20 bugs [15:08] BLOCK: none [15:08] next: vds [15:09] DONE: still fixing the two branches to port funambol v8 in sourcedeps, code review [15:09] TODO: land them! code review [15:09] BLOCKED: nope [15:09] EOM [15:09] THEN WHO WAS PHONE [15:39] hey, an Italian only standup today??? [15:39] * rodrigo_ has an Italian brother-in-law!! [15:42] Guys, sorry to bother you again, but could someone with python experience analyze the following code: http://code.google.com/p/ubuntuone-client-diagnose/source/browse/trunk/ubuntuone-client-diagnose.py ? I am interested especially whether there are some 'WTF???' statements present [15:47] rtgz: looks nice, I'ld use new style classes ;) [15:47] rtgz: but in general it looks ok :) [15:49] verterok, new style classes... heh, new to the language and already using something old :) [15:50] verterok, is it ok, to perform such class nesting as in BugHandlerCollection and later read the members from it or this is some kind of a hack? [15:52] * verterok looks [15:53] rtgz: why do you need the nested classes? [15:54] verterok, because then I will not need to register the handlers anywhere, such as 'bug1': Handler1, 'bug2': Handler2 [15:54] rtgz: what about having al the bug handlers in a module? [15:55] verterok, you mean physycally in another file, yes, but then this will require at least 2 files to be downloaded. I could not find the way to declare a module, like just 'package Dead::Beef' in perl [15:57] rtgz: you couldregister the handlers in __init__ [15:58] rtgz: as you'r defining one class per bug, you can have the bug number in a class level attribute [15:59] verterok, but I should first find the name of the class to call __init__ leading to duplication, i.e. here is a class, and somewhere else this class is mentioned again and registered... [15:59] wow, rtgz! thanks for all your hard work on triaging ubuntuone bugs [15:59] rtgz: and in the Bug.__init__ method register it in a gblobal list of handlers [15:59] verterok, AH!!! [15:59] verterok, yep, the base class! [15:59] rtgz: yeap :) [16:00] verterok, it would be too easy then :).. thanks! [16:01] verterok, aand it will save me one indentation level. cute :) [16:01] rtgz: e.g: http://pastebin.ubuntu.com/329489/ [16:02] s/bugnumber/number/ :) [16:02] rtgz: and no need to redefine __init__ on each class [16:04] verterok, wow [16:05] rtgz: you need to remove the self.number = None in Bug.__init__ ;) [16:05] verterok, I still feel guilty about writing my_var = 1, since this looks like it would create global var in JS... :) [16:05] :) [16:06] verterok, okay, thanks for the info, I will patch that and return here later with another bunch of questions :) [16:07] rtgz: ok, thank you for working on that! :) === rtgz is now known as rtgz|away === Chipaca_ is now known as Chipaca === rtgz|away is now known as rtg === rtg is now known as rtgz