Skip to content

Commit

Permalink
Merge pull request #427 from yast/fix_writing_proposal
Browse files Browse the repository at this point in the history
Fix writing proposal
  • Loading branch information
jreidinger authored Aug 25, 2016
2 parents 9065345 + 031cc09 commit fb24142
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 25 07:33:10 UTC 2016 - jreidinger@suse.com

- fix writing proposals (bnc#994127)
- 3.1.211

-------------------------------------------------------------------
Wed Aug 17 15:02:02 UTC 2016 - jreidinger@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-installation
Version: 3.1.210
Version: 3.1.211
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/proposal_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def write_settings

log.info "Writting settings for proposal"

@store.proposal_names do |submod|
@store.proposal_names.each do |submod|
submod_success = submod_write_settings(submod)
submod_success = true if submod_success.nil?
log.error "Write() failed for submodule #{submod}" unless submod_success
Expand Down

0 comments on commit fb24142

Please sign in to comment.