Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Jan 26, 2023
Commits on Jan 22, 2023
Commits on Jan 8, 2023
Commits on Sep 3, 2022
-
-
-
-
ci: Skip tests on Debian testing for now
The Meson and LDC issues break everything currently, and it will take a while to get sorted out.
-
-
Allow more complex repo-level metadata additions
Previously we only allowed removing components, now the repository vendor can also inject arbitrary additional data into <custom/> tags. The only current limitation is that data needs to be reprocessed for a particular component so changes to a <custom/> tag are applied.
Commits on Jul 26, 2022
Commits on Apr 25, 2022
Commits on Apr 24, 2022
-
Ensure all user feature flags are applied properly again
Previously, the screenshot storage, metainfo artifact propagation and custom entry filtering flags were ignored by accident.
-
-
Commits on Apr 16, 2022
-
ci: Install ffmpeg in the Fedora images
Since Fedora Linux 36, there is now an ffmpeg implementation provided in the main repositories, so let's use it.
-
trivial: ci: Drop RPM Fusion repository installation for Fedora
We do not need it for anything anymore.
Commits on Apr 10, 2022
Commits on Mar 28, 2022
Commits on Mar 27, 2022
-
Use higher stack size for archive read generator
Libarchive may use more space than D fibers give by default, so we just increase the fiber stack size and hope that this will not cause any trouble later when we are reading a lot of archives in parallel. Resolves: #101