From: Daan De Meyer Date: Thu, 26 Jun 2025 11:27:39 +0000 (+0200) Subject: mkosi: update mkosi commit reference to 0d1143150835b21c1bfe64428df5f45b558280b1 X-Git-Tag: v258-rc1~243^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F37977%2Fhead;p=thirdparty%2Fsystemd.git mkosi: update mkosi commit reference to 0d1143150835b21c1bfe64428df5f45b558280b1 * b2fe7ba6b1 Do not use return in finally * b4f3088535 Ensure directories exist before running sync scripts * e83e7036b0 mkosi-obs: also allow enrolling additional certs in KEK * b6432fbc29 initrd: Copy /etc/pki/rpm-gpg into sandbox tree * 44b96b93c8 Partially revert "resources: add systemd-boot-efi" * 7a22260179 Check that keys are both in context.cli and history * 6570b21a4b fix: Remove `erofs-utils` from initrd * ff61c5022a mkosi-initrd: Add atkbd and i8042 modules to the default initrd modules * eaa37f7c6c Generate initrds outside of umask context manager * de09209520 ci: Drop differential shellcheck * d07c6b93c9 build(deps): bump github/codeql-action from 3.28.16 to 3.28.18 * 9a12fb1bef Check that commit exists in config_parse_minimum_version() * 9e5b4f8932 kmod: factor out comparison and also count empty directories as invalid * 39ed5ef6c2 apt: support including additional configuration for reprepro --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f00d511c9da..f3ebe4aaafd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@5e739ef1ed02a4f3b6ae64e50a8ee186cbcb21c2 + - uses: systemd/mkosi@0d1143150835b21c1bfe64428df5f45b558280b1 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 8296ac20fb9..c4041697920 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -36,7 +36,7 @@ jobs: VALIDATE_ALL_CODEBASE: false VALIDATE_GITHUB_ACTIONS: true - - uses: systemd/mkosi@5e739ef1ed02a4f3b6ae64e50a8ee186cbcb21c2 + - uses: systemd/mkosi@0d1143150835b21c1bfe64428df5f45b558280b1 - name: Check that tabs are not used in Python code run: sh -c '! git grep -P "\\t" -- src/boot/generate-hwids-section.py src/ukify/ukify.py test/integration-tests/integration-test-wrapper.py' diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index aa82ee0d518..badcfa1daa8 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -113,7 +113,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@5e739ef1ed02a4f3b6ae64e50a8ee186cbcb21c2 + - uses: systemd/mkosi@0d1143150835b21c1bfe64428df5f45b558280b1 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location diff --git a/mkosi/mkosi.conf b/mkosi/mkosi.conf index 746a0651cf1..4682332c16d 100644 --- a/mkosi/mkosi.conf +++ b/mkosi/mkosi.conf @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later [Config] -MinimumVersion=commit:5e739ef1ed02a4f3b6ae64e50a8ee186cbcb21c2 +MinimumVersion=commit:0d1143150835b21c1bfe64428df5f45b558280b1 Dependencies= exitrd initrd