-
Notifications
You must be signed in to change notification settings - Fork 33
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
docs: adding how to add language packs in autoinstall.yaml #815
docs: adding how to add language packs in autoinstall.yaml #815
Conversation
b0d9d29
to
dd360c2
Compare
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.
Thanks for the work there, I've added a few ask for things to change or fix
Adding better comments to why packages are excluded conditionally Remove unneeded exclusions
Thanks for the review @seb128 🙂 I've simplified the conditions a little and documented them better. Skipping libreoffice language packs is not conditional based on if |
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!
19a598d
to
92461dc
Compare
92461dc
to
e43088a
Compare
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.
Thanks. I've requested one change inline, but I also don't understand the libreoffice handling there
If you check /usr/share/language-selector/data/pkg_depends the libreoffice packages will be returned by check-language-support --show-installed -l "$lang"
if libreoffice-common is installed so we shouldn't need any special handling?
libreoffice packages only show up in --show-installed if libreoffice-common is installed, so no special handling is needed.
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.
Thanks, that looks fine to me now. I just have one extra nitpick about the comments inline but feel free to commit once that's changed
Adding a section on how to install additional language packs to appear in GIS via running late-commands in the `autoinstall.yaml` This is doubled up as its applicable to two flow's
Adding a section on how to install additional language packs to appear in GIS via running late-commands in the `autoinstall.yaml` This is doubled up as its applicable to two flow's
Adding a section on how to install additional language packs to appear in GIS via running late-commands in the
autoinstall.yaml
This is doubled up as its applicable to two flow's