Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2015-02-03 11:38:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2015-01-24 
22:19:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2015-02-03 
11:38:17.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 30 07:43:13 UTC 2015 - jsr...@suse.cz
+
+- load release notes of extensions also during AutoYaST
+  (bnc#893586)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ autoyast2-3.1.72.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.72/package/autoyast2.changes 
new/autoyast2-3.1.72/package/autoyast2.changes
--- old/autoyast2-3.1.72/package/autoyast2.changes      2015-01-21 
16:09:10.000000000 +0100
+++ new/autoyast2-3.1.72/package/autoyast2.changes      2015-01-30 
10:39:49.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Jan 30 07:43:13 UTC 2015 - jsr...@suse.cz
+
+- load release notes of extensions also during AutoYaST
+  (bnc#893586)
+
+-------------------------------------------------------------------
 Tue Jan 20 09:54:23 CET 2015 - sch...@suse.de
 
 - Clone_system in autoyast2-installation should call some modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.72/src/clients/inst_autosetup.rb 
new/autoyast2-3.1.72/src/clients/inst_autosetup.rb
--- old/autoyast2-3.1.72/src/clients/inst_autosetup.rb  2015-01-21 
16:09:10.000000000 +0100
+++ new/autoyast2-3.1.72/src/clients/inst_autosetup.rb  2015-01-30 
10:39:50.000000000 +0100
@@ -307,6 +307,8 @@
           "scc_auto",
           ["Write"]
         )
+       # failed relnotes download is not fatal, ignore ret code
+       WFM.CallFunction("inst_download_release_notes")
       elsif general_section["semi-automatic"] &&
           general_section["semi-automatic"].include?("scc")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/autoyast2-3.1.72/src/clients/inst_autosetup_upgrade.rb 
new/autoyast2-3.1.72/src/clients/inst_autosetup_upgrade.rb
--- old/autoyast2-3.1.72/src/clients/inst_autosetup_upgrade.rb  2015-01-21 
16:09:10.000000000 +0100
+++ new/autoyast2-3.1.72/src/clients/inst_autosetup_upgrade.rb  2015-01-30 
10:39:50.000000000 +0100
@@ -231,6 +231,8 @@
           "scc_auto",
           ["Write"]
         )
+       # failed relnotes download is not fatal, ignore ret code
+       WFM.CallFunction("inst_download_release_notes")
       elsif general_section["semi-automatic"] &&
           general_section["semi-automatic"].include?("scc")
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to