Re: [yast-devel] Ruby code in SCR

2013-06-20 Thread Lukas Ocilka
On 06/19/2013 07:10 PM, JiříSuchomel wrote: V Wed, 19 Jun 2013 16:49:46 +0200 Lukas Ocilka lukas.oci...@suse.com napsáno: Do you have any idea how we could achieve that with the new YaST? I'd like to have something like: You could use Gloves, that's ruby-based, with the potential to replace

Re: [yast-devel] Ruby code in SCR

2013-06-20 Thread Johannes Meixner
Hello, On Jun 19 16:49 Lukas Ocilka wrote (excerpt): As I've been implementing new module written in Ruby only (https://github.com/kobliha/yast-services-manager), I've found out I actually can't use many generic libraries because they access the system directly omitting SCR. ... Do you have

Re: [yast-devel] Ruby code in SCR

2013-06-20 Thread Josef Reidinger
On Wed, 19 Jun 2013 16:49:46 +0200 Lukas Ocilka lukas.oci...@suse.com wrote: Hi, As I've been implementing new module written in Ruby only (https://github.com/kobliha/yast-services-manager), I've found out I actually can't use many generic libraries because they access the system

Re: [yast-devel] Ruby code in SCR

2013-06-20 Thread Klaus Kaempf
* Johannes Meixner jsm...@suse.de [Jun 20. 2013 10:52]: Regardless how it will be implemented, what you say is basically: Even after YCP was replaced by Ruby in YaST, arbitrary contributors cannot just do Ruby programming as usual to contribute something to YaST. Exactly. You still

Re: [yast-devel] Ruby code in SCR

2013-06-20 Thread Josef Reidinger
On Thu, 20 Jun 2013 12:51:22 +0200 Klaus Kaempf kkae...@suse.de wrote: * Johannes Meixner jsm...@suse.de [Jun 20. 2013 10:52]: Regardless how it will be implemented, what you say is basically: Even after YCP was replaced by Ruby in YaST, arbitrary contributors cannot just do Ruby

[yast-devel] Snapper configuration problem

2013-06-20 Thread Teng-Feng Yang
Hi, I have cloned the latest source from the snapper git repo recently and use it to create and manage snapshots on thin volume created by dm-thin modules. Everything works perfectly until I want to allow users of group Domain/Backup Operators to create snapshot on this thin volume. I cannot set

Re: [yast-devel] Ruby code in SCR

2013-06-20 Thread Josef Reidinger
On Thu, 20 Jun 2013 13:26:05 +0200 Klaus Kaempf kkae...@suse.de wrote: * Josef Reidinger jreidin...@suse.cz [Jun 20. 2013 13:22]: One idea that I use in gloves is run code in chroot. Problem is that it means, you need already system with code installed. But for me it is also valid

Re: [yast-devel] Snapper configuration problem

2013-06-20 Thread Arvin Schnell
On Thu, Jun 20, 2013 at 07:34:12PM +0800, Teng-Feng Yang wrote: Hi, I have cloned the latest source from the snapper git repo recently and use it to create and manage snapshots on thin volume created by dm-thin modules. Everything works perfectly until I want to allow users of group

Re: [yast-devel] Ruby code in SCR

2013-06-20 Thread Johannes Meixner
Hello, On Jun 20 12:51 Klaus Kaempf wrote (excerpt): * Johannes Meixner jsm...@suse.de [Jun 20. 2013 10:52]: Regardless how it will be implemented, what you say is basically: Even after YCP was replaced by Ruby in YaST, arbitrary contributors cannot just do Ruby programming as usual

Re: [yast-devel] Ruby code in SCR

2013-06-20 Thread Klaus Kaempf
* Josef Reidinger jreidin...@suse.cz [Jun 20. 2013 13:37]: Idea is that installation should drive it. Agreed. SCR is implemented in way, that you must use SCR and SCR must be aware where it runs, so it is done on low level. Exactly. Put all the 'knowledge' into SCR and shield SCR users

Re: [yast-devel] Ruby code in SCR

2013-06-20 Thread Klaus Kaempf
* Johannes Meixner jsm...@suse.de [Jun 20. 2013 15:04]: No programmer expects that 'puts' or 'printf' must work to output a string to a graphical UI. Good. And the programmer should have the same attitude when it comes to changing config files. What is understandable and accepted in terms of

[yast-devel] Multiple source file in autosubmit ruby bindings

2013-06-20 Thread Josef Reidinger
Hi, I see that ruby bindings have multiple source files. Probably there is problem with not cleaning package directory in build subdirectory for cmake. Is possible to fix it? https://build.opensuse.org/package/show?package=yast2-ruby-bindingsproject=YaST%3AHead Thanks Josef -- To unsubscribe,