Skip to content

Commit

Permalink
Merge pull request #849 from yast/bsc-1201953
Browse files Browse the repository at this point in the history
bsc#1201953: process <ask-list/> one the general section has been improved
  • Loading branch information
imobachgs committed Sep 28, 2022
2 parents 8f01cb9 + eab5296 commit 7c57dc5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 27 15:23:53 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Process the <ask-list/> section in an installed system once the
<general/> section is imported in the (bsc#1201953).
- 4.3.104

-------------------------------------------------------------------
Fri Jul 22 11:31:20 UTC 2022 - Knut Anderssen <kanderssen@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -22,7 +22,7 @@
%endif

Name: autoyast2
Version: 4.3.103
Version: 4.3.104
Release: 0
Summary: YaST2 - Automated Installation
License: GPL-2.0-only
Expand Down
4 changes: 2 additions & 2 deletions src/clients/inst_autopost.rb
Expand Up @@ -68,13 +68,13 @@ def main
Progress.NextStage
Progress.Title(_("Checking for required packages..."))

askDialog

Builtins.y2milestone("Steps: %1", steps)

general_settings = Profile.current.fetch("general", {})
AutoinstGeneral.Import(general_settings) unless general_settings.empty?

askDialog

importer = Y2Autoinstallation::Importer.new(Profile.current)
modules_to_write.each do |description|
Builtins.y2milestone("current resource: %1", description.resource_name)
Expand Down

0 comments on commit 7c57dc5

Please sign in to comment.