Re: [SailfishDevel] Adding tinc to mer-tools

2014-04-06 Thread Graham Cobb
On 03/04/14 10:18, David Greaves wrote: > On 02/04/14 20:45, Graham Cobb wrote: >> Also, while doing this I have discovered that there are a number of >> other standard utilities I really want on my phone (like unison). Is >> Chum a suitable place to submit those? > > Yes. Hmm. unison build-requ

Re: [SailfishDevel] Adding tinc to mer-tools

2014-04-06 Thread Graham Cobb
On 03/04/14 10:18, David Greaves wrote: > On 02/04/14 20:45, Graham Cobb wrote: >> I am thinking of submitting the package in its current form to Chum. >> Anything I ought to know before doing that? > > Why not submit it and then we'll do a public review? I submitted it (clicked "submit" in the O

Re: [SailfishDevel] Adding tinc to mer-tools

2014-04-03 Thread David Greaves
On 02/04/14 20:45, Graham Cobb wrote: > I have now got a tinc package which handles systemd (systemctl can be > used to start and stop tincd using a service called > "tinc@netname.service", where netname is the network name to be used by > tinc). > > I have not done anything about connman. I have

Re: [SailfishDevel] Adding tinc to mer-tools

2014-04-02 Thread Graham Cobb
I have now got a tinc package which handles systemd (systemctl can be used to start and stop tincd using a service called "tinc@netname.service", where netname is the network name to be used by tinc). I have not done anything about connman. I have looked into it and it looks hard: connman doesn't

Re: [SailfishDevel] Adding tinc to mer-tools

2014-03-31 Thread Graham Cobb
On 30/03/14 12:32, "Thomas B. Rücker" wrote: > Following David's comment I'd suggest to look at "osc copypac"ing that > package into your OBS home project and then figuring out necessary > modifications to the spec file, apply what you learned from your RPM, etc. Thanks, Thomas and David, for your

Re: [SailfishDevel] Adding tinc to mer-tools

2014-03-30 Thread Thomas B. Rücker
On 03/30/2014 10:47 AM, Graham Cobb wrote: > On 30/03/14 08:05, "Thomas B. Rücker" wrote: >> On 03/29/2014 11:44 PM, Graham Cobb wrote: >>> I have taken the tinc rpm source from CentOS (tinc-1.0.23-1.el5.src.rpm) >>> and rebuilt it on my jolla phone (using rpmbuild --rebuild). It seems >>> to work

Re: [SailfishDevel] Adding tinc to mer-tools

2014-03-30 Thread David Greaves
On 30/03/14 08:05, "Thomas B. Rücker" wrote: > On 03/29/2014 11:44 PM, Graham Cobb wrote: >> I have taken the tinc rpm source from CentOS (tinc-1.0.23-1.el5.src.rpm) >> and rebuilt it on my jolla phone (using rpmbuild --rebuild). It seems >> to work fine. > > That's nice. I guess it's CLI only an

Re: [SailfishDevel] Adding tinc to mer-tools

2014-03-30 Thread Graham Cobb
On 30/03/14 08:05, "Thomas B. Rücker" wrote: > On 03/29/2014 11:44 PM, Graham Cobb wrote: >> I have taken the tinc rpm source from CentOS (tinc-1.0.23-1.el5.src.rpm) >> and rebuilt it on my jolla phone (using rpmbuild --rebuild). It seems >> to work fine. > > That's nice. I guess it's CLI only an

Re: [SailfishDevel] Adding tinc to mer-tools

2014-03-30 Thread Thomas B. Rücker
On 03/29/2014 11:44 PM, Graham Cobb wrote: > I have taken the tinc rpm source from CentOS (tinc-1.0.23-1.el5.src.rpm) > and rebuilt it on my jolla phone (using rpmbuild --rebuild). It seems > to work fine. That's nice. I guess it's CLI only and you'll have to figure out to fight connman over rese

[SailfishDevel] Adding tinc to mer-tools

2014-03-29 Thread Graham Cobb
I have taken the tinc rpm source from CentOS (tinc-1.0.23-1.el5.src.rpm) and rebuilt it on my jolla phone (using rpmbuild --rebuild). It seems to work fine. Can I contribute it to Mer so it eventually appears in the mer-tools repository? Can anyone point me to how I would start that? Is it OK t