This email is automatic generated from yast CI node. It lists of pull requests that have no activity more then three working days. If your module is listed, please check all pull request, why they are not merged yet.
Pending requests in repository yast-devtools:
- Set %yast_icondir to /usr/share/icons/hicolor (bsc#1186066) (20 days)
https://github.com/yast/yast-devtools/pull/161
Pending requests in repository yast-theme:
- Add pantheon desktop support (89 days)
https://github.com/yast/yast-theme/pull/154
Pending requests in repository yast-update:
- [SP3] Use the "norecovery" mount option (bsc#1195894) (12 days)
https://github.com/yast/yast-update/pull/179
Pending requests in repository yast-installation-control:
- Use macros.skelcd from /etc/rpm to /usr/lib/rpm/macros.d (12 days)
https://github.com/yast/yast-installation-control/pull/123
Pending requests in repository yast.github.io:
- language fixes, broken icons (18 days)
https://github.com/yast/yast.github.io/pull/313
Pending requests in repository yast-journal:
- Use Yast::Builtins.strftime in 'Change Filter' dialog (19 days)
https://github.com/yast/yast-journal/pull/45
Pending requests in repository yast-sap-ha:
- SUSE SAP HA Yast wizard for HANA doesn´t configure the HANA hooks. (76 days)
https://github.com/yast/yast-sap-ha/pull/7
We realized that, apart from the blog post presenting our D-Installer
project, we have not reported any YaST activity during 2022 in our blog.
We fixed the issue at
https://yast.opensuse.org/blog/2022-02-23/start-2022
It includes some early D-Installer mock-ups and many news about YaST,
including:
- Improvements the activation of encrypted devices.
- Better integration of NFS management in the Partitioner.
- Usability and speed enhancements for DASD formatting.
- Support for GRUB2 password protection in AutoYaST.
- Better handling of the errors found analyzing storage devices.
- Adapted the keyboard layouts used by YaST.
- Support for selecting the desired Linux Security Module.
- Improvements in how the _netdev mount option is handled.
- Adapted YaST to be compliant with the inclusive naming initiative.
- Definition of specific per-product schemas for AutoYaST.
- Integration of the package yast2-firstboot-wsl into yast2-firstboot.
- Adjusted creation of snapshots for transactional systems.
- Capability for roles and products to specify boot-loader timeout.
- Support for switching themes.
- Adapted handling of network configuration with iBFT.
Enjoy!
--
Ancor González Sosa
YaST Team at SUSE Linux GmbH
Hello!
Some time ago we found out that Ruby 3.0/3.1 handles the keyword method arguments a
bit differently than Ruby 2.5. See more details in
https://bugzilla.suse.com/show_bug.cgi?id=1195226#c4.
We fixed one place but the question was whether some other code was also affected.
I wrote a simple script which parses Ruby files and tries to find the non-matching
method calls. The script [1] is simple and can only find mismatching static methods
(it does not track the variable content) and still might report some false positives.
But it did not found any other problematic place (just some false positives).
I'm announcing this just for your future reference. In most cases using plain "grep"
or "ack" is enough for searching in the YaST Ruby sources.
But if you ever need to do something non-trivial where simple "grep" is not enough
(or the regexp would be too complicated) then an example script might be handy.
Technical details:
It uses the "rubocop-ast" library which was extracted from Rubocop and provides nice
functions for parsing and processing Ruby files.
Enjoy! :)
Ladislav
[1]
https://github.com/yast/helper_scripts/blob/master/ruby/scan_kwoptargs/scan…
--
Ladislav Slezák
YaST Developer
SUSE LINUX, s.r.o.
Corso IIa
Křižíkova 148/34
18600 Praha 8
As you all surely know, openSUSE 2022 is taking place in its usual
location of Z-Bau. We should make sure there is some YaST related
content. Call for papers is open until April 14th.
https://events.opensuse.org/conferences/oSC22
Beware it collides with Rock im Park, which may impact the accommodation
availability if you are planning to travel there.
Cheers.
--
Ancor González Sosa
YaST Team at SUSE Software Solutions
This email is automatic generated from yast CI node. It lists of pull requests that have no activity more then three working days. If your module is listed, please check all pull request, why they are not merged yet.
Pending requests in repository yast-devtools:
- Set %yast_icondir to /usr/share/icons/hicolor (bsc#1186066) (6 days)
https://github.com/yast/yast-devtools/pull/161
Pending requests in repository yast-sound:
- Fix module filename matching (jsc#SLE-21256). (11 days)
https://github.com/yast/yast-sound/pull/53
Pending requests in repository yast-theme:
- Add pantheon desktop support (75 days)
https://github.com/yast/yast-theme/pull/154
Pending requests in repository yast-sap-ha:
- SUSE SAP HA Yast wizard for HANA doesn´t configure the HANA hooks. (62 days)
https://github.com/yast/yast-sap-ha/pull/7
This email is automatic generated from yast CI node. It lists of pull requests that have no activity more then three working days. If your module is listed, please check all pull request, why they are not merged yet.
Pending requests in repository yast-devtools:
- Set %yast_icondir to /usr/share/icons/hicolor (bsc#1186066) (193 days)
https://github.com/yast/yast-devtools/pull/161
Pending requests in repository yast-theme:
- Add pantheon desktop support (68 days)
https://github.com/yast/yast-theme/pull/154
Pending requests in repository yast-journal:
- Use Yast::Builtins.strftime in 'Change Filter' dialog (125 days)
https://github.com/yast/yast-journal/pull/45
Pending requests in repository yast-sap-ha:
- SUSE SAP HA Yast wizard for HANA doesn´t configure the HANA hooks. (55 days)
https://github.com/yast/yast-sap-ha/pull/7
Hello!
JFYI Ruby has been updated from version 3.0 to 3.1 in openSUSE Factory and
Tumbleweed. I already updated the Docker images we use in CI in GitHub Actions.
Hopefully there should not be much (if any) problems with that, we already
supported 3.0 and there should not be much changes in 3.1.
But if you suddenly see a strange crash or error in Factory/TW take into the account
the Ruby update...
Ladislav
--
Ladislav Slezák
YaST Developer
SUSE LINUX, s.r.o.
Corso IIa
Křižíkova 148/34
18600 Praha 8