IRC logs of #tryton for Wednesday, 2016-06-08

chat.freenode.net #tryton log beginning Wed Jun 8 00:00:01 CEST 2016
2016-06-08 02:43 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-06-08 05:48 -!- frispete(~frispete@p54A904F0.dip0.t-ipconnect.de) has joined #tryton
2016-06-08 06:27 -!- udono(~udono@ip-178-202-239-138.hsi09.unitymediagroup.de) has joined #tryton
2016-06-08 07:01 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-06-08 07:36 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-06-08 07:53 -!- shrox(shrox@nat/iiit/x-wfudvgywbmqwfvqb) has joined #tryton
2016-06-08 08:00 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-06-08 08:05 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2016-06-08 08:15 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-06-08 08:22 -!- mrichez(~smuxi@mail.saluc.com) has joined #tryton
2016-06-08 08:25 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2016-06-08 09:30 <sisalp> hello,
2016-06-08 09:30 <sisalp> is there a plan to publish Trytond 4.0 on pypi ?
2016-06-08 09:34 <pokoli> sisalp: it's published https://pypi.python.org/pypi/trytond/4.0.1
2016-06-08 11:33 <pokoli> prayashm: ping
2016-06-08 11:57 -!- nicoe(~nicoe@87.215.29.34) has joined #tryton
2016-06-08 12:02 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-06-08 12:38 <prayashm> pokoli: Yep?
2016-06-08 12:39 <pokoli> prayashm: I see you commited some code to your github fork, have you thought how to update it from latest changes?
2016-06-08 12:43 <prayashm> pokoli: I thought I will keep pushing code to my fork. And later hg review to the codereview.
2016-06-08 12:44 <prayashm> pokoli: Do I need to keep my fork updated with the tryton/sao mirror?
2016-06-08 12:45 <pokoli> prayashm: we expect the review to be based on the latest version of sao. You don't need to update, but normally it's easier to update step by step, than a big update at the end
2016-06-08 12:48 <prayashm> pokoli: If that will be easier, I will do that. How should I proceed?
2016-06-08 12:49 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2016-06-08 12:49 <pokoli> prayashm: I will create a branch of all of your work, and merge from origin/develop whenever you want to update
2016-06-08 12:54 <prayashm> pokoli: Alright, so here on, I will write code and push on to a different branch then?
2016-06-08 12:58 <pokoli> prayashm: it will ease things if you use a branch
2016-06-08 12:58 <prayashm> pokoli: yes... I realised. I made one
2016-06-08 12:59 <pokoli> prayashm: btw, if you have any doubt about coding, do not hesitate to ask
2016-06-08 12:59 <prayashm> pokoli: I have been wondering on something.
2016-06-08 13:00 <prayashm> pokoli: How would I push the changes to codereview now? As the copy of sao I am working it is in hg
2016-06-08 13:00 <prayashm> pokoli: in git*. sorry.
2016-06-08 13:01 <pokoli> prayashm: once finished, you can make a diff between your branch and develop branch and export as diff. An the apply this diff to a mercurial repo
2016-06-08 13:02 <prayashm> pokoli: :D okay!
2016-06-08 13:03 <pokoli> prayashm: please, ask those kinds of things when you doubt start wondering about it :P
2016-06-08 13:22 <cedk> prayashm: rietveld works also on git repo
2016-06-08 13:24 <cedk> prayashm: but you have to use upload.py and not of course hgreview
2016-06-08 13:24 <prayashm> cedk: alright ... I'll keep that in mind
2016-06-08 13:47 <prayashm> pokoli: I tried merging from the tryton/sao:develop to prayashm/sao:prayashm ... can you have look at it?
2016-06-08 13:48 <pokoli> prayashm: it's okey, but you don't need to open a PR to merge code from sao:develop
2016-06-08 13:49 <prayashm> pokoli: then how to I do it?
2016-06-08 13:50 <pokoli> prayashm: https://help.github.com/articles/syncing-a-fork/
2016-06-08 14:21 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2016-06-08 14:45 -!- nicoe(~nicoe@87.215.31.146) has joined #tryton
2016-06-08 15:11 <prayashm> pokoli: Thanks! I finally got it right... :)
2016-06-08 15:17 <pokoli> prayashm: great! what is your next step?
2016-06-08 15:18 <prayashm> pokoli: I will be making the views when the import modal opens
2016-06-08 15:20 <prayashm> pokoli: and then I will resume setting up a cloud9 instance where I'll put the changed version of sao for you to see
2016-06-08 15:21 <pokoli> prayashm: great. Remember to mimic the gtk code as much as possible to ease maintenance.
2016-06-08 15:21 <cedk> prayashm: don't forget that it should be as close as possible of the gtk design (code and UI)
2016-06-08 15:21 <pokoli> prayashm: for me you don't have to worry about deploying the code, as I can download and build in my laptop ;)
2016-06-08 15:22 <prayashm> pokoli and cedk: Yep... resemblance to GTK is important. Noted.
2016-06-08 15:22 <prayashm> pokoli: okay ...
2016-06-08 15:23 <cedk> prayashm: but also the code to ease the maintenance
2016-06-08 15:23 -!- simonppg(~simonppg@189.251.76.15) has joined #tryton
2016-06-08 15:24 <prayashm> cedk: would a cloud9 instance to see changes be helpful to you?
2016-06-08 15:24 <prayashm> cedk: yes ... i'll keep code resemblance in mind too
2016-06-08 15:48 -!- nicoe(~nicoe@87.215.29.34) has joined #tryton
2016-06-08 15:50 <cedk> prayashm: don't know what is cloud9
2016-06-08 15:50 <cedk> prayashm: but usually reading code is enough for me
2016-06-08 15:51 <cedk> prayashm: also we can fetch your code and run it on our machine
2016-06-08 16:00 -!- mariomop(~quassel@host35.190-137-222.telecom.net.ar) has joined #tryton
2016-06-08 16:06 <prayashm> cedk: It's give a free ubuntu machine. Okay then ... won't go into that
2016-06-08 16:13 <pokoli> prayashm: just ping me when you have something that can be shown, and I will download the code and test it :)
2016-06-08 16:33 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has joined #tryton
2016-06-08 16:41 <prayashm> pokoli: okay
2016-06-08 16:48 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton
2016-06-08 16:57 -!- nicoe(~nicoe@87.215.31.146) has joined #tryton
2016-06-08 16:58 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-06-08 17:00 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has left #tryton
2016-06-08 17:10 -!- prayashm(~prayashm@unaffiliated/prayashm) has joined #tryton
2016-06-08 17:32 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has left #tryton
2016-06-08 18:49 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-06-08 20:33 -!- JosDzG(~Thunderbi@fixed-203-141-189-203-141-123.iusacell.net) has joined #tryton
2016-06-08 20:51 -!- shrox(shrox@nat/iiit/x-hwhrrkxyrcyamdwz) has joined #tryton
2016-06-08 21:21 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!