IRC logs of #tryton for Tuesday, 2014-11-11

chat.freenode.net #tryton log beginning Tue Nov 11 00:00:02 CET 2014
2014-11-11 00:27 -!- digitalsatori(~Thunderbi@101.87.135.150) has joined #tryton
2014-11-11 00:38 -!- sharkcz(~sharkcz@2a01:8c00:ffb3:160:250:43ff:fe3c:3b5d) has joined #tryton
2014-11-11 00:42 -!- nicoe(~nicoe@2a02:a03f:308e:fc00:ee55:f9ff:fe7b:f7ac) has joined #tryton
2014-11-11 00:53 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-11-11 00:54 -!- digitalsatori1(~Thunderbi@116.234.115.144) has joined #tryton
2014-11-11 02:10 -!- digitalsatori(~Thunderbi@116.234.115.144) has joined #tryton
2014-11-11 02:31 -!- digitalsatori(~Thunderbi@116.234.115.144) has joined #tryton
2014-11-11 02:33 -!- digitalsatori(~Thunderbi@116.234.115.144) has joined #tryton
2014-11-11 02:58 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2014-11-11 03:11 -!- funnybunny(funnybunny@gateway/shell/blinkenshell.org/x-krkyhyllmfgexcfj) has joined #tryton
2014-11-11 03:11 -!- funnybunny(funnybunny@unaffiliated/funnybunny) has joined #tryton
2014-11-11 03:11 -!- funnybunny(funnybunny@gateway/shell/blinkenshell.org/x-krkyhyllmfgexcfj) has joined #tryton
2014-11-11 04:07 -!- digitalsatori(~Thunderbi@116.234.115.144) has joined #tryton
2014-11-11 04:18 -!- digitalsatori(~Thunderbi@116.234.115.144) has joined #tryton
2014-11-11 05:16 -!- sunny_dealmeida(~quassel@101.0.36.223) has joined #tryton
2014-11-11 05:27 -!- vak0160(~kvirc@36.72.229.107) has joined #tryton
2014-11-11 06:02 -!- yangoon1(~mathiasb@p549F2AD4.dip0.t-ipconnect.de) has joined #tryton
2014-11-11 06:40 -!- frispete_(~frispete@p54A929A1.dip0.t-ipconnect.de) has joined #tryton
2014-11-11 07:07 -!- vak0160(~kvirc@36.72.229.107) has left #tryton
2014-11-11 07:29 -!- marius__(~marius@v100.nfq.lt) has joined #tryton
2014-11-11 07:36 -!- grasbauer(~jan@ip92340dc6.dynamic.kabel-deutschland.de) has joined #tryton
2014-11-11 08:11 -!- Timitos(~kpreisler@88.217.184.172) has joined #tryton
2014-11-11 08:13 -!- sharkcz(~sharkcz@2a01:8c00:ffb3:160:250:43ff:fe3c:3b5d) has joined #tryton
2014-11-11 08:23 -!- Telesight(~anthony@77-175-158-148.FTTH.ispfabriek.nl) has joined #tryton
2014-11-11 08:24 -!- sharkcz(~sharkcz@2a01:8c00:ffb3:160:250:43ff:fe3c:3b5d) has joined #tryton
2014-11-11 09:05 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-11-11 09:07 -!- corro(~corro@46.22.23.85) has joined #tryton
2014-11-11 09:07 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2014-11-11 09:11 -!- uranus(~uranus@ip68-107-65-135.sd.sd.cox.net) has joined #tryton
2014-11-11 09:16 -!- sharkcz(~sharkcz@2a01:8c00:ffb3:160:250:43ff:fe3c:3b5d) has joined #tryton
2014-11-11 09:34 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2014-11-11 09:46 <marius__> http://stackoverflow.com/questions/26860424/how-do-i-view-list-of-commit-messages-between-two-branches
2014-11-11 09:49 <cedk> marius__: it is not clear what you are asking
2014-11-11 09:49 <marius__> There is 2.8 and there is 3.0
2014-11-11 09:49 <cedk> marius__: branches could only have common commits
2014-11-11 09:49 <marius__> i want list of changes ;)
2014-11-11 09:49 <cedk> marius__: it is branches
2014-11-11 09:49 <cedk> marius__: there is no such things
2014-11-11 09:50 <cedk> marius__: one is not a subset of the other
2014-11-11 09:51 <cedk> marius__: you command show only the changes between when the 2.8 branch was created and when the 3.0 branch was also created
2014-11-11 09:53 <cedk> marius__: you can have a diff
2014-11-11 09:54 <marius__> I don't understand the code, i want commit messages :/
2014-11-11 10:03 <marius__> someone suggested hg log -r "(branch(2.8) or branch(3.0)) and not (ancestor(2.8) and ancestor(3.0))"
2014-11-11 10:06 <cedk> marius__: but you will not have the developement part
2014-11-11 10:08 <marius__> you mean default branch?
2014-11-11 10:09 <cedk> marius__: hg log -r "(ancestors(2.8) or ancestors(3.0)) and not (ancestors(2.8) and ancestors(3.0))"
2014-11-11 10:11 <cedk> marius__: but you have a set of mixed changeset without any real meaning
2014-11-11 10:11 <marius__> it lists changes present in 2.8 and 3.0 :/
2014-11-11 10:12 <cedk> marius__: no
2014-11-11 10:13 <cedk> marius__: it lists all ancestors changeset in 2.8 and 3.0 that are not in common
2014-11-11 10:14 <marius__> Avoid double evaluation from inherit with different model is present in both 2.8 and 3.0 :/
2014-11-11 10:14 <marius__> but it lists it
2014-11-11 10:15 <marius__> http://paste2.org/MKefyKBV
2014-11-11 10:15 <cedk> marius__: it is not the same changeset
2014-11-11 10:16 <marius__> can I avoid it somehow?
2014-11-11 10:40 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-11-11 11:26 -!- meanmicio(~meanmicio@184.Red-83-40-163.dynamicIP.rima-tde.net) has joined #tryton
2014-11-11 11:26 -!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton
2014-11-11 11:31 -!- grasbauer(~jan@p5B273540.dip0.t-ipconnect.de) has joined #tryton
2014-11-11 11:53 -!- sharoonthomas(~sharoonth@103.245.118.154) has joined #tryton
2014-11-11 11:59 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2014-11-11 12:28 -!- binario01(~fabio@195.225.226.170) has joined #tryton
2014-11-11 12:35 -!- sharoonthomas(~sharoonth@103.245.118.154) has joined #tryton
2014-11-11 12:42 -!- grasbauer(~jan@ip92340dc6.dynamic.kabel-deutschland.de) has joined #tryton
2014-11-11 12:43 -!- sharkcz(~sharkcz@2a01:8c00:ffb3:160:250:43ff:fe3c:3b5d) has joined #tryton
2014-11-11 12:46 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2014-11-11 13:21 -!- sharoonthomas(~sharoonth@1.39.25.105) has joined #tryton
2014-11-11 13:26 -!- sharoonthomas(~sharoonth@103.245.118.154) has joined #tryton
2014-11-11 13:51 -!- pablovannini(~pablo@host126.186-109-85.telecom.net.ar) has joined #tryton
2014-11-11 14:04 -!- mariomop(~quassel@host12.190-137-207.telecom.net.ar) has joined #tryton
2014-11-11 14:15 -!- kstenger(~karla@200.124.209.158) has joined #tryton
2014-11-11 14:16 -!- ich(92340dc6@gateway/web/freenode/ip.146.52.13.198) has joined #tryton
2014-11-11 14:48 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-11-11 14:58 -!- bvillasanti(~bvillasan@181.16.28.146) has joined #tryton
2014-11-11 15:02 -!- Shrine(~mark@37.46.136.17) has joined #tryton
2014-11-11 15:03 -!- udono(~udono@ip-88-153-242-147.hsi04.unitymediagroup.de) has joined #tryton
2014-11-11 15:03 -!- corro(~corro@46.22.23.85) has joined #tryton
2014-11-11 15:04 -!- rvnovaes(~roberto@177.19.245.134) has joined #tryton
2014-11-11 15:06 <rvnovaes> Getting parsererror SyntaxError: JSON.parse: unexpected character at line 2 column 1 of the JSON data with SAO web client
2014-11-11 15:07 <rvnovaes> I am using trytond 3.2 and just cloned SAO repo
2014-11-11 15:08 <rvnovaes> SAO Address: http://gnudemo.silexsistemas.com.br/sao
2014-11-11 15:09 <rvnovaes> Tryton server is running and I am being able to access from desktop client
2014-11-11 15:09 <rvnovaes> Already changed jsondata_path to sao directory. Serving sao with apache.
2014-11-11 15:10 <cedk> rvnovaes: sao requires to run on /
2014-11-11 15:10 <rvnovaes> you mean / of the webserver or the filesystem?
2014-11-11 15:11 <cedk> rvnovaes: on URL
2014-11-11 15:12 <rvnovaes> ok. I will give it a try.
2014-11-11 15:12 <cedk> or you can submit a patch for rpc.js
2014-11-11 15:19 <rvnovaes> changed to http://gnudemo.silexsistemas.com.br. Getting the same error. Changed the jsondata_path accordingly.
2014-11-11 15:20 <cedk> rvnovaes: but the response to the jsonrpc request is still an HTML page
2014-11-11 15:22 <rvnovaes> I do not know what to do. What do you mean? Is it necessary to change anything else on tryton.conf? Or apache configuration?
2014-11-11 15:23 <cedk> rvnovaes: nothing in Tryton
2014-11-11 15:23 <cedk> rvnovaes: but json request must be send to trytond
2014-11-11 15:27 <cedk> rvnovaes: why are you using apache?
2014-11-11 15:28 <rvnovaes> I need to serve the sao files, don I?
2014-11-11 15:28 <rvnovaes> I need to serve the sao files, dontI?
2014-11-11 15:29 <cedk> rvnovaes: no
2014-11-11 15:29 <rvnovaes> So how am I goi to serve Sao?
2014-11-11 15:29 <cedk> rvnovaes: trytond does
2014-11-11 15:30 <cedk> rvnovaes: but you can setup a configuration to do differently but then you must redirect the json request to trytond
2014-11-11 15:30 <rvnovaes> Did not know that. I thought I was supposed to serve them by myself. How does trytond serves the sao files?
2014-11-11 15:31 <cedk> rvnovaes: don't understand the question
2014-11-11 15:32 <rvnovaes> Sorry for my ignorance. I have trytond running on /opt/trytond. I runs fine. Where do I put the sao files? Anywhere I want and then just point on tryton.conf?
2014-11-11 15:33 <cedk> rvnovaes: yes
2014-11-11 15:37 <rvnovaes> I have cloned sao to /opt/trytond/sao and changed the jsondata_path to the same location.
2014-11-11 15:38 <rvnovaes> working! Thanks a lot. Give it a try. We are going to host a gnu health demo on the cloud using this solution.
2014-11-11 15:38 <rvnovaes> http://gnudemo.silexsistemas.com.br:8000/
2014-11-11 15:40 <cedk> rvnovaes: good
2014-11-11 16:15 -!- digitalsatori(~Thunderbi@114.92.210.36) has joined #tryton
2014-11-11 16:47 -!- mariomop(~quassel@host255.190-229-212.telecom.net.ar) has joined #tryton
2014-11-11 17:14 -!- binario01(~fabio@195.225.226.170) has left #tryton
2014-11-11 17:29 -!- sharoonthomas(~sharoonth@103.245.118.154) has joined #tryton
2014-11-11 17:29 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-11-11 18:26 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-11-11 18:27 -!- sunny_dealmeida(~quassel@203.115.83.195) has joined #tryton
2014-11-11 18:27 -!- nicoe(~nicoe@2a02:a03f:308e:fc00:ee55:f9ff:fe7b:f7ac) has joined #tryton
2014-11-11 18:35 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton
2014-11-11 18:50 -!- jeancavallo(~giovanni@29.228.0.109.rev.sfr.net) has joined #tryton
2014-11-11 18:52 -!- pablovannini(~pablo@host126.186-109-85.telecom.net.ar) has joined #tryton
2014-11-11 18:53 -!- sharoonthomas(~sharoonth@122.177.245.114) has joined #tryton
2014-11-11 19:27 -!- Telesight(~anthony@77-175-158-148.FTTH.ispfabriek.nl) has joined #tryton
2014-11-11 19:43 -!- grasbauer1(~jan@89.204.137.221) has joined #tryton
2014-11-11 19:43 -!- TheCowboy(~TheCowboy@wsip-98-191-208-111.dc.dc.cox.net) has joined #tryton
2014-11-11 19:44 -!- TheCowboy(~TheCowboy@wsip-98-191-208-111.dc.dc.cox.net) has joined #tryton
2014-11-11 20:02 -!- TheCowboy(~TheCowboy@wsip-98-191-208-111.dc.dc.cox.net) has joined #tryton
2014-11-11 20:03 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2014-11-11 21:02 -!- marius__(~marius@84.240.8.12) has joined #tryton
2014-11-11 22:51 -!- smarro(~sebastian@190.105.93.196) has joined #tryton
2014-11-11 23:01 -!- swayf(~swayf@ipb21a1329.dynamic.kabel-deutschland.de) has joined #tryton
2014-11-11 23:09 -!- swayf_(~swayf@ipb21a1329.dynamic.kabel-deutschland.de) has joined #tryton

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