Skip to content

Commit

Permalink
Merge pull request #143 from thomas-fehr/master
Browse files Browse the repository at this point in the history
Remove report initialisation from inst_system_analysis.rb
  • Loading branch information
Thomas Fehr committed Feb 10, 2014
2 parents 023e9e0 + 091c7f3 commit fb8f3ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 10 13:00:10 CET 2014 - fehr@suse.de

- Remove initialisation of Report in autoinst mode from
inst_system_analysis. Not needed any more since autoyast Profile
is now processed before inst_system_analysis gets called
(bnc#862829).
- 3.1.31

-------------------------------------------------------------------
Fri Feb 7 09:36:00 UTC 2014 - jreidinger@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-installation
Version: 3.1.30
Version: 3.1.31
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/clients/inst_system_analysis.rb
Expand Up @@ -56,7 +56,7 @@ def main
Yast.include self, "packager/storage_include.rb"
Yast.include self, "packager/load_release_notes.rb"

if Mode.autoinst || Mode.autoupgrade
if Mode.autoupgrade
Report.Import(
{
"messages" => { "timeout" => 10 },
Expand Down

0 comments on commit fb8f3ae

Please sign in to comment.