Skip to content
/ yast-- Public
forked from openSUSE/gloves

System configuration library, started by YaST developers

Notifications You must be signed in to change notification settings

mchf/yast--

This branch is 3 commits ahead of, 63 commits behind openSUSE/gloves:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c400e61 · Aug 1, 2012
Aug 1, 2012
Jul 16, 2012
Jul 16, 2012
Jul 16, 2012
Apr 30, 2012
Apr 4, 2012
Jul 19, 2012
Apr 19, 2012
May 11, 2012
Jul 17, 2012
Apr 19, 2012
Jul 16, 2012
Apr 6, 2012
Jul 17, 2012
Aug 1, 2012
Jun 4, 2012
May 25, 2012
Dec 19, 2011
Aug 1, 2012
Apr 6, 2012
Dec 16, 2011

Repository files navigation

#Gloves

##Project State

Currently, it is still in a research phase. You can try it, but it is not for production use. We'd like to hear any comments.

##Documentation

Various written documenation is located at doc directory.

Generated code documenation

[Fresh generated documenation] (http://rubydoc.info/github/yast/yast--)

How to try it from git

install rubygem dependencies from the OpenSUSE build system's Ruby Extensions repository

sudo zypper ar http://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions/openSUSE_12.1/devel:languages:ruby:extensions.repo
sudo zypper in rubygem-ruby-augeas augeas-lenses rubygem-open4 rubygem-packaging_rake_tasks rubygem-ruby-dbus

sudo rake install
cd yast++lib-kerberos-client
ruby examples/kerberos_conf

How to obtain permission for common user:

su
mkdir -p /etc/polkit-1/localauthority/50.local.d
cp doc/org.opensuse.config_agent.pkla /etc/polkit-1/localauthority/50.local.d
#replace <yourcooluser> with real user in /etc/polkit-1/localauthority/50.local.d/org.opensuse.config_agent.pkla

How to try it from packages

OpenSUSE Build Service project with packages TODO create pattern

###Directory structure

  • config_agent-* - contains packages with config agents
  • doc - overall yast++ documentation
  • libconfigagent - infrastructure and generators for config agents
  • yast - contains modified yast modules to use yast++
  • yast++lib* - contains high level configuration library

About

System configuration library, started by YaST developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.1%
  • Perl 3.3%
  • Augeas 1.6%