[02:26] hi lfaraone, dfarning, [03:06] dipankar, hello [03:07] dfarning, how was your day? [03:07] It was good getting ready for my trip. how was yours? [03:07] mine was good too. except for the erratic power cuts. :( [03:08] you are going on a trip [03:08] ? [03:10] dipankar, I am leaving to spend a month in Paraguay on Monday. [03:10] dfarning, for some work? [03:12] dipankar, yes Actiivty Central also has several developers providing service and support for the OLPC deploment in Paraguay we are going to try to expand into Uruguay. [03:14] dipankar, did you get a chance to talk to kandarp about reading http://producingoss.com/ ? [03:15] dfarning, no. :( Last night there was a power cut. I was online on IRC till my laptop battery supported. [03:17] dfarning, it looks like one of those books on "ethics". [03:18] dipankar, You guys have been working hard hacking and reading dense technical material. It is time to do something a little lighter:) [03:19] dipankar, it is less about ethics than open source culture and how to effectly work with open source projects. [03:20] dfarning, ok. I guess I again judged a book by it's title and Cover. [03:22] dipankar, I was suggesting now that you are working directly with opensource projects you should take the weekend and read the book. [03:23] dfarning, that very nice of you. I will definitely go through the book. [03:24] dipankar, there are some talks by the authors at http://producingoss.com/#presentations . I you are not in the mood for reading:) I suggest start with the videos they are pretty funny. [03:52] dfarning: hi [03:54] kandarpk, [04:01] dfarning: do you have an idea when will Luke be around ? [04:01] Manu sir would like us to work on core packages now [04:02] so, needed help on how to proceed [04:07] kandarpk, luke will be gone tonight traveling.... That is why I suggested that you read producing oss today. [04:08] dfarning: that means he'll be there next morning your time ? [04:11] kandarpk, Luke does not have scheduled hours on the weekend. but if he around, he will help. [04:12] dfarning: Ok. [04:37] kandarpk, ping [04:37] dfarning: hi [04:38] I have most of the documentation buildsystem set up. [04:38] dfarning: Ok, mail it to me. [04:39] kandarpk, it is on sunjammer in srv/www-sugar/apimaster all I have left is setting up the permissions. [04:41] kandarpk, ok [04:44] dfarning: I've some idea of packaging core activities. [04:44] trying to see if that works. [04:44] for sugar-0.89 [04:47] kandarpk, very cool. Hacking _is_ the best way to learn:) [04:47] dfarning: the rules file maintained by Jonas for sugar has more than just sugar listed in it [04:48] kandarpk, can you point me to the git repo of jonas' package? [04:49] http://paste.ubuntu.com/464813/ [04:49] dfarning: ^^ rules file [04:50] dfarning: oops, not rules, it was control.in [04:51] dfarning: git repo : http://git.debian.org/?p=collab-maint/sugar.git;a=summary [04:51] kandarpk, yes this is a common situation. this source package make several different binary packages. [04:52] dfarning: I understand that slightly [04:53] dfarning: but when I package, will I too need to make all the packages ? [04:53] kandarpk, yes when you run the build scripts it will make all to the binary packages for you. [04:54] dfarning: Ok, it seems complicated ( as you said ) [04:54] kandarpk, in this case, you would be updating the .88 package to .89 so 99% of the packaging would be the same. [04:55] dfarning: I'll try hit and trial. [04:56] kandarpk, so it is mostly a case of pointing at the new upstream tar ball, changing version numbers, modifing the patch series as necssart and testing. [04:56] dfarning: +1 [04:57] dfarning: was just thinking of doing the same. [04:59] kandarpk, now that you know the fundemantals of packaging you should be able to figure out (or google for) any errors you get. Hacking probobly the best approach to developering skill and proeciency. [05:01] dfarning: with Luke not being around, I've enough time to hack and try make it work :) [05:06] *I'll be back in 10min [05:27] dfarning: around ? [11:58] lfaraone: ping [12:30] dfarning: Good Morning :) [12:30] neeraj, good morning how are you? [12:30] I have tested write and record on various version of sugar-emulator [12:30] dfarning: Good.. [12:31] neeraj, what did you learn? [12:31] dfarning: how are you feeling this morning? [12:32] dfarning: I have not stated anything new.. I mean I have tested those packages.. write was not working on sugar-emulator-0.84 [12:32] I have updated it on wiki and waiting for lfaraone to review it.. [12:32] neeraj, I feel ready to work:) [12:33] neeraj, great [12:34] Also I went through the logs between 10-17 and I tried to note down all points related to packaging [12:35] I will share it will all members and ask them to add those points which I have forgotten and the problems which they faced while building packages using GIT [12:35] wow! [12:36] dfarning: I am not yet finished with it.. I will add points from lfaraone reviews to packages which he posted on olpc-list. I hope that will help new members :) [12:37] neeraj, I'm sure it will. [12:39] neeraj, it sounds like you have enough work to keep you busy for a while. [12:41] dfarning: actually i got a little bored with docu.. If you have some thing on which I can work or learn something then I am up for otherwise I will continue documentation task after half and hr :) [12:41] s/up for/up for it [12:45] I would suggest that you read http://producingoss.com/ . It is an interesting book about how to work effectivily with open source projects. [12:46] dfarning: ok.. [13:56] dfarning: good morning :) [13:57] good morning, how are you? [14:00] dfarning: I am doing good [14:01] kandarpk, I am finishing up the documentation build system. [14:02] dfarning: Ok. [14:02] kandarpk, need to transfer conf.py and *.rst as part of the script. [14:03] dfarning: hmmm. [14:16] kandarpk, did you modify anything on apimaster? It worked for me last night, but not this morning:( [14:16] dfarning: nope, I didn't even log in [14:17] kandarpk, ok, Bernie was working on some build machines.... [14:18] dfarning: ok. [14:18] dfarning: the script is to automate the HTML generation ? [14:20] kandarpk, yes, it, runs sugar-jhbuild to update to the latest code, runs epydoc, and runs spyinx-build. [14:20] dfarning: is it possible that new files get added to sugar ? [14:21] dfarning: because their HTML wont get generated if they are not mentioned in .rst files [14:23] kandarpk, yes, that is the part I am working on now. there is a dir in apimaster called sphinxstub where you can modify the .rst files. [14:23] dfarning: modify manually ? [14:24] kandarpk, yes [14:24] dfarning: ok === neeraj_ is now known as neeraj === neeraj_ is now known as neeraj [19:55] kandarpk: around? === neeraj is now known as op_amp [19:56] op_amp, hi [19:58] kandarpk: hi are you doing anything related to packaging> [19:58] op_amp: no, why ? [19:59] kandarpk: just asking if there is something on which I can work now.. [20:00] op_amp: what have you been involved in recently ? [20:01] kandarpk: as u knw last night I was finishing renaming task for ubuntu-bugs [20:02] today I just finished testing of write and record activity and prepared the git document which i shared with u. [20:03] op_amp: involved in studying networking ? [20:04] kandarpk: ohh.. yeah manu sir did send us the link for studying that part.. [20:04] kandarpk: are you also studying networking? [20:04] op_amp: yeah. [20:05] op_amp: actually I find it one of the most innovative parts of Sugar [20:05] op_amp: but a bit tough to cover. [20:06] op_amp: anyway, you can read about open source development at : [20:06] http://producingoss.com/ [20:06] kandarpk: i was reading it.. [20:07] op_amp: thats good to know :) [20:07] kandarpk: but didn't felt like reading full book. I will keep reading it in my free time. [20:07] op_amp: same here [20:08] kandarpk: ok i will also start networking then..Can you give a tutorial for level 0 person in networking knowledge? [20:10] op_amp: the links provided by Manu sir yesterday and a day before are quite good [20:10] op_amp: very basic and covers quite a lot [20:10] kandarpk: ok then I will start from there :) [20:28] op_amp: good night. [20:28] kandarpk: good night === op_amp is now known as neeraj