Andrew Lukoshko
Andrew Lukoshko
When we merge changes to patch-queue/master from another repo then **gbp pq export** generates TWO patches: **First** patch from original commit, it's OK **Second** patch from merge commit, and it...
Since we originally invented Docker container build scripts there are a lot of new technologies available to make this process simplier and easier to maintain. I'd propose to consider the...
It's reported in AlmaLinux chat that 8-minimal:latest is outdated in quay.io: ``` $ podman run -it --rm docker.io/almalinux/8-minimal:latest rpm -q --qf '%{nevra} %{buildtime:date}\n' almalinux-release almalinux-release-8.9-1.el8.x86_64 Thu Nov 16 08:05:10 2023...
Currently we're building images manually. But we need to implement Jenkins pipeline to do this automatically. Requirements: - Correct file naming. Examples: ``` AlmaLinux-8-RaspberryPi-8.9-20231127.aarch64.raw.xz AlmaLinux-8-RaspberryPi-GNOME-8.9-20231127.aarch64.raw.xz AlmaLinux-9-RaspberryPi-9.3-20231127.aarch64.raw.xz AlmaLinux-9-RaspberryPi-GNOME-9.3-20231127.aarch64.raw.xz ``` - Upload...
Currently ELevate uses leapp-repository 0.16.0 which is outdated. We need to rebase on top of recently released 0.19.0 version. **almalinux-ng** branch should be used. It's also necessary to drop all...
**Actual behavior** If **lvm2-cluster** package is installed then upgrade process drops into emergency shell **To Reproduce** 1. Install **lvm2-cluster** package from Resilient Storage repo 2. Perform upgrade as usual **Expected...
For some reason /run dir is absent in official Rocky 9 Docker images for PPC64le and this makes /var/run link broken as well. Other architectures look fine.
Currently ELevate uses leapp-repository 0.19.0 which is outdated. We need to rebase on top of recently released 0.20.0 version. almalinux-ng branch should be used.