-
Notifications
You must be signed in to change notification settings - Fork 44
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
Make the user visible patterns configurable, added MicroOS products #916
Conversation
Otherwise the automated script would add it at the end of the file.
* we can probably expect openSUSE variants of Dolomite or Marble prior we have Leap 16.0 * Fixes Issue #907
FileUtils.mkdir_p(File.dirname(target)) | ||
FileUtils.cp(f, target) | ||
else | ||
# if there is a new product file it needs to be copied manually |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without putting too much thinking into it... not sure if this is the behavior I would expect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well, problem is that it is hard to know which product belongs to which iso
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem is that the Git repository contains YAML files for all product. If you are patching the openSUSE Agama installer then the Live medium contains only the openSUSE products.
If yupdate would install all files you would suddenly see the ALP Dolomite product in the list, that would be confusing. So I decided to patch only the existing files and to not blindly copy everything available. IMHO it is better to have a safer default behavior.
- gnome | ||
- yast2_basis | ||
- yast2_desktop | ||
- yast2_server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if it makes sense to have all three. Maybe just desktop and server yast modules will be enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure. If you want to have YaST just for the package management then the yast2_basis
is enough. On the other hand the yast_desktop
pattern adds just few megabytes more, not a big deal...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nothing critical
Problem
Solution
Additional Fixes
Testing
Screenshots