Skip to content

Commit

Permalink
- convert data/ntp_servers.ycp to XML format
Browse files Browse the repository at this point in the history
(needed for the future ruby conversion)
- adapted testsuite and the spec file
- 2.24.0
  • Loading branch information
Ladislav Slezak committed Apr 25, 2013
1 parent 723a92d commit 42431f6
Show file tree
Hide file tree
Showing 8 changed files with 1,839 additions and 1,829 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.21.2
2.24.0
2 changes: 1 addition & 1 deletion data/Makefile.am
Expand Up @@ -3,7 +3,7 @@
#

ydata_DATA = \
ntp_servers.ycp
ntp_servers.xml


EXTRA_DIST = $(ydata_DATA)
1,826 changes: 1,826 additions & 0 deletions data/ntp_servers.xml

Large diffs are not rendered by default.

2 comments on commit 42431f6

@varkoly
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's ok for me

@lslezak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd still like to try YAML format, it's more human readable...

(But rather after switching to Ruby, it has built-in YAML support, for YCP we would need add either perl-YAML or Ruby YAML wrapper which will not be needed with YaST in Ruby...)

Please sign in to comment.