From 650c529327a827780469f4f363ae77c10501d459 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 16 Aug 2025 12:13:20 +0100 Subject: [PATCH] mkosi: update mkosi commit reference to 5598b7f5793b6f63db5afaa39504a763fbaeb5cb * 5598b7f579 fedora: be more persistent when guessing what rawhide could be * cdd2d1570e Use apt-ftparchive instead of reprepro * eeb4ce6302 fix dead/404 link * 30a487d183 mkosi-tools: Drop systemd-boot-efi package * ad4b4d2cbe Add debug logging for version reported by systemd tools * 95f5c77fb7 mkosi-tools: move systemd-boot package to conf file matching older releases * 7da22f33e0 README: clarify that companion tools can also be enabled from the git repo * ec3fe91532 Drop microsecond resolution for datetime.now() * 9f7a53b687 mkosi-initrd: install raid rule with 70 prefix * 32c3ff4677 ci: give a hint about possible fixes for failing reuse lints * 489c5e9ecc build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 (cherry picked from commit f89480a0a7db6e498422b07726a690435039c30e) --- .github/workflows/coverage.yml | 2 +- .github/workflows/linter.yml | 2 +- .github/workflows/mkosi.yml | 2 +- mkosi/mkosi.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1a3c2b6ce51..6e99c19c4cc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@655baf24474a6f0732ec1b82a71c2f6fe4eeeb49 + - uses: systemd/mkosi@5598b7f5793b6f63db5afaa39504a763fbaeb5cb # 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 ea75128197a..71653f0f0da 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@655baf24474a6f0732ec1b82a71c2f6fe4eeeb49 + - uses: systemd/mkosi@5598b7f5793b6f63db5afaa39504a763fbaeb5cb - name: Check that tabs are not used in Python code run: sh -c '! git grep -P "\\t" -- src/ukify/ukify.py test/integration-tests/integration-test-wrapper.py' diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 73baed034b9..c97e7a63fe0 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -124,7 +124,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@655baf24474a6f0732ec1b82a71c2f6fe4eeeb49 + - uses: systemd/mkosi@5598b7f5793b6f63db5afaa39504a763fbaeb5cb # 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 134437d87b8..3a11b0dfdd1 100644 --- a/mkosi/mkosi.conf +++ b/mkosi/mkosi.conf @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later [Config] -MinimumVersion=commit:655baf24474a6f0732ec1b82a71c2f6fe4eeeb49 +MinimumVersion=commit:5598b7f5793b6f63db5afaa39504a763fbaeb5cb Dependencies= exitrd initrd -- 2.47.3