I am getting recently quite a lot operation timeouts when using
rpm-fusion mirrors.
I believe failing over to the download location would help.
```
============================= Start 'bling' Module =============================
Pulling from bling: rpmfusion
Running RPMFusion repos install...
Downloading https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-42.noarch.rpm...failed
error: Handling argument https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-42.noarch.rpm: error sending request for url (https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-42.noarch.rpm): operation timed out
============================ Failed 'bling' Module ============================
subprocess exited with status 1
subprocess exited with status 1
Error: building at STEP "RUN --mount=type=bind,from=stage-files,src=/files,dst=/tmp/files,rw --mount=type=bind,from=ghcr.io/blue-build/modules/bling:latest,src=/modules,dst=/tmp/modules,rw --mount=type=bind,from=ghcr.io/blue-build/cli/build-scripts:ac63f9e9fb1509f7c005e1046b6ffb81214fe7f3,src=/scripts/,dst=/tmp/scripts/ --mount=type=cache,dst=/var/cache/rpm-ostree,id=rpm-ostree-cache-workstation-latest,sharing=locked --mount=type=cache,dst=/var/cache/libdnf5,id=dnf-cache-workstation-latest,sharing=locked /tmp/scripts/run_module.sh 'bling' '{"type":"bling","install":["rpmfusion"]}'": exit status 1
error: Recipe `build-containerfile` failed on line 29 with exit code 1
```
The building is done on a AWS machine, provided by Fedora CI infrastructure.
The network should be very stable there.
See
https://artifacts.dev.testing-farm.io/a065eed6-f896-4455-9113-d2a71598b84c/.
Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
Logic for locale wasn't perfect, noticeable with "Bluetooth Battery Meter" extension, where languages weren't installed, but were available.
This fixes it.
For some reason, `curl` started to specifically fail for `com.obsproject.Studio` flatpak ID, which obviously exists.
I thought it's because of Flathub downtime at the moment, but it's not & is consistently reproducible.
Maybe it's a bug introduced with `curl` or something similar, so to solve this issue, `wget --spider` will be used instead.
* [bling/1password] add .desktop and icons to install script
Not sure if/how I missed this in the first place a long time ago, lol. just made a new image and couldn't find the menu item!
* chore: Update icon cache when copying icons
---------
Co-authored-by: fiftydinar <65243233+fiftydinar@users.noreply.github.com>
* feat: `initramfs` module
* chore: Add `initramfs` to `modules.json`
* docs: Mention `dracut.conf.d` files as modifications which need initramfs regeneration
* docs: Style fix
* docs: Style fix
* docs: One more style fix
* docs: Add note about difference between `rpm-ostree initramfs` & this module
* docs: Further explanation of initramfs
* docs: Style fixes
* docs: Style fix
* docs: Grammar fixes
* chore: Add check for Fedora 41+
* docs: Add note about F41+ support
* docs: Add 3 dots for note
* chore: Grammar improvement in log
* chore: Some more explanations in log for old Fedora version
* chore: Add error message for cliwrapped images
* chore: Use cliwrapped dracut if available
* docs: Apply caution card suggestion
Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
* docs: Apply suggestion about modifications list
Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
* docs: Apply grammar suggestion for when this module should be used
Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
* chore: Make log message about initramfs regeneration state clearer
Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
* docs: Apply suggestion about expanded module description
Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
* docs: RAM instead of ram
* chore: Fix log typo
* docs: Update description in typeschema
* docs: Update description in module.yml
* chore: Notify of more than 1 qualified kernel before initramfs image variable
* chore: finalize shortdesc wording
---------
Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>