Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2017-08-04 11:57:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Fri Aug  4 11:57:16 2017 rev:227 rq:514027 version:3.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2017-07-17 
10:31:44.710711782 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2017-08-04 
11:57:17.649292755 +0200
@@ -1,0 +2,7 @@
+Tue Aug  1 16:18:01 CEST 2017 - [email protected]
+
+- Saving ask-scripts and corresponding log files
+  to /var/adm/autoinstall. (bnc#1049473)
+- 3.3.2
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-3.3.1.tar.bz2

New:
----
  autoyast2-3.3.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.y02fjY/_old  2017-08-04 11:57:18.689145985 +0200
+++ /var/tmp/diff_new_pack.y02fjY/_new  2017-08-04 11:57:18.697144856 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.3.1
+Version:        3.3.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ autoyast2-3.3.1.tar.bz2 -> autoyast2-3.3.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.3.1/package/autoyast2.changes 
new/autoyast2-3.3.2/package/autoyast2.changes
--- old/autoyast2-3.3.1/package/autoyast2.changes       2017-07-14 
17:48:28.120785952 +0200
+++ new/autoyast2-3.3.2/package/autoyast2.changes       2017-08-02 
12:50:06.155426840 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Aug  1 16:18:01 CEST 2017 - [email protected]
+
+- Saving ask-scripts and corresponding log files
+  to /var/adm/autoinstall. (bnc#1049473)
+- 3.3.2
+
+-------------------------------------------------------------------
 Thu Jul 13 14:49:31 CEST 2017 - [email protected]
 
 - Crash while writing settings via the menue "File/Apply Profile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.3.1/package/autoyast2.spec 
new/autoyast2-3.3.2/package/autoyast2.spec
--- old/autoyast2-3.3.1/package/autoyast2.spec  2017-07-14 17:48:28.120785952 
+0200
+++ new/autoyast2-3.3.2/package/autoyast2.spec  2017-08-02 12:50:06.155426840 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.3.1
+Version:        3.3.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.3.1/src/modules/AutoInstall.rb 
new/autoyast2-3.3.2/src/modules/AutoInstall.rb
--- old/autoyast2-3.3.1/src/modules/AutoInstall.rb      2017-07-14 
17:48:28.312785952 +0200
+++ new/autoyast2-3.3.2/src/modules/AutoInstall.rb      2017-08-02 
12:50:06.355426840 +0200
@@ -227,6 +227,15 @@
         )
       end
 
+      # copying ask-scripts and corresponding log files
+      # to /var/adm/autoinstall
+      SCR.Execute( path(".target.bash"),
+       "/bin/cp #{AutoinstConfig.tmpDir}/ask_scripts_log/*"\
+       " #{destdir}#{AutoinstConfig.logs_dir}" )
+      SCR.Execute( path(".target.bash"),
+       "/bin/cp #{AutoinstConfig.tmpDir}/*.sh"\
+       " #{destdir}#{AutoinstConfig.scripts_dir}" )
+
       SCR.Execute(
         path(".target.bash"),
         Builtins.sformat(


Reply via email to