Skip to content

Commit

Permalink
load release notes of extensions also during AutoYaST (bnc#893586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain committed Dec 2, 2014
1 parent 7e7470d commit a829fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/clients/inst_autosetup.rb
Expand Up @@ -306,6 +306,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 a829fe7

Please sign in to comment.