Skip to content
Permalink
master
Switch branches/tags

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 Sep 3, 2022

  1. ci: Build glibd in CI as well

    ximion committed Sep 3, 2022
  2. trivial: style

    ximion committed Sep 3, 2022
  3. 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.
    ximion committed Sep 3, 2022
  4. 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.
    ximion committed Sep 3, 2022

Commits on Jul 26, 2022

  1. docs: clarify directory structure

    xsuchy authored and ximion committed Jul 26, 2022

Commits on Apr 25, 2022

  1. ci: fedora: Upgrade Meson

    ximion committed Apr 25, 2022

Commits on Apr 24, 2022

  1. 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.
    ximion committed Apr 24, 2022

Commits on Apr 16, 2022

  1. 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.
    Conan-Kudo authored and ximion committed Apr 16, 2022
  2. trivial: ci: Drop RPM Fusion repository installation for Fedora

    We do not need it for anything anymore.
    Conan-Kudo authored and ximion committed Apr 16, 2022

Commits on Mar 28, 2022

Commits on Mar 27, 2022

  1. 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
    ximion committed Mar 27, 2022
Older