Skip to content

Commit

Permalink
YCP Killer: Apply changes needed for Ruby translation
Browse files Browse the repository at this point in the history
This module needed few changes before it was possible to translate its
YCP files into Ruby. This commit performs them.

The commit is a result of running YCP Killer's "patch" command. The
history of the applied patch is available here:

  https://github.com/yast/ycp-killer/commits/master/patches/backup.patch

See also:

  https://github.com/yast/ycp-killer
  • Loading branch information
yast-bot committed Jul 30, 2013
1 parent dc144cc commit cae4cc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
7 changes: 0 additions & 7 deletions agents/Makefile.am
@@ -1,7 +0,0 @@
#
# Makefile.am for backup/agents
#

agent_SCRIPTS = ag_file_append

EXTRA_DIST = $(agent_SCRIPTS) $(scrconf_DATA)
2 changes: 1 addition & 1 deletion testsuite/Makefile.am
Expand Up @@ -5,7 +5,7 @@
#

AUTOMAKE_OPTIONS = dejagnu
EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard tests/*.ycp) $(wildcard tests/*.yh)
EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard tests/*.rb)

testsuite_prepare = @ydatadir@/testsuite/Makefile.testsuite

Expand Down
7 changes: 4 additions & 3 deletions yast2-backup.spec.in
Expand Up @@ -4,6 +4,8 @@
Group: System/YaST
License: GPL-2.0

Requires: yast2-ruby-bindings >= 1.0.0

Summary: YaST2 - System Backup
BuildArchitectures: noarch

Expand Down Expand Up @@ -65,10 +67,9 @@ backs them up.
@agentdir@/ag_file_append
@scrconfdir@/cfg_backup.scr
@yncludedir@/backup/*
@clientdir@/backup*.ycp
@clientdir@/backup*.rb
@ybindir@/backup_*
@moduledir@/Backup.ycp
@moduledir@/Backup.ybc
@moduledir@/Backup.rb
@desktopdir@/backup.desktop
%doc @docdir@

Expand Down

0 comments on commit cae4cc4

Please sign in to comment.