Skip to content

Commit

Permalink
Merge pull request #92 from jsrain/bnc893586
Browse files Browse the repository at this point in the history
For SLE12-SP1: load release notes of extensions also during AutoYaST (bnc#893586)
  • Loading branch information
jsrain committed Jan 30, 2015
2 parents 36f3e77 + 9ab4f35 commit 229dd63
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 30 07:43:13 UTC 2015 - jsrain@suse.cz

- load release notes of extensions also during AutoYaST
(bnc#893586)

-------------------------------------------------------------------
Tue Jan 20 09:54:23 CET 2015 - schubi@suse.de

Expand Down
2 changes: 2 additions & 0 deletions src/clients/inst_autosetup.rb
Expand Up @@ -307,6 +307,8 @@ def main
"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")

Expand Down
2 changes: 2 additions & 0 deletions src/clients/inst_autosetup_upgrade.rb
Expand Up @@ -231,6 +231,8 @@ def main
"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")

Expand Down

0 comments on commit 229dd63

Please sign in to comment.