Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Review] Request from 'schubi2' @ 'yast/yast-autoinstallation/review_160113_bug_955878_merged_with_sp1' #179

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 13 13:37:52 CET 2016 - schubi@suse.de

- Reducing loglevel from Error to Warning for obsolete YaST
modules. (bnc#955878)
- 3.1.110

-------------------------------------------------------------------

Wed Jan 13 11:40:25 UTC 2016 - igonzalezsosa@suse.com

- Fix validation of AutoYaST profiles (bsc#954412)
Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: autoyast2
Version: 3.1.108
Version: 3.1.110
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/clients/inst_autoconfigure.rb
Expand Up @@ -81,7 +81,7 @@ def main
unsupported_sections = Y2ModuleConfig.unsupported_profile_sections
if unsupported_sections.any?
log.error "Could not process these unsupported profile sections: #{unsupported_sections}"
Report.LongError(
Report.LongWarning(
# TRANSLATORS: Error message, %s is replaced by newline-separated
# list of unsupported sections of the profile
# Do not translate words in brackets
Expand Down